Skip to content

Documentation / @agentick/connector / createConnector

Function: createConnector()

createConnector(client, platform, config): ConnectorHandle

Defined in: connector/src/create-connector.ts:24

Wire a platform adapter to an Agentick session.

Creates a ConnectorSession, builds the bridge, and hands it to the platform. Returns start/stop controls with status reporting.

Parameters

client

AgentickClient

platform

ConnectorPlatform

config

ConnectorConfig

Returns

ConnectorHandle

Released under the ISC License.