agent-tether-protocol
v0.1.1
Published
Shared wire protocol types for agent-tether (daemon <-> browser client)
Maintainers
Readme
agent-tether-protocol
Wire types shared by the agent-tether daemon and the agent-tether-client browser SDK.
You do not need to install this directly — both packages depend on it. It exists so the two sides can't drift apart, and so the protocol has one place to live.
import type { ServerEvent, ClientMessage, BrowserToolSpec } from 'agent-tether-protocol';
import { TETHER_PROTOCOL, TETHER_DEFAULT_PORT, HELLO_PATH } from 'agent-tether-protocol';Types only, plus three constants: the protocol version the two sides negotiate, the default port
(5411), and the unauthenticated discovery path (/.well-known/tether).
See the repository for what any of this is for.
MIT
