ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
AgentConnector
Interface AgentConnector
Experimental
interface
AgentConnector
{
connect
(
stream
:
WireStream
,
options
?:
AgentConnectOptions
)
:
unknown
;
}
Implemented by
AgentProtocolRouter
Index
Methods
connect
Methods
connect
connect
(
stream
:
WireStream
,
options
?:
AgentConnectOptions
)
:
unknown
Experimental
Parameters
stream
:
WireStream
Optional
options
:
AgentConnectOptions
Returns
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
connect
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Loading...