Functions & Classes
| Symbol | Kind | Description |
|---|---|---|
AgentPoller | class | AgentPoller service — polls peek endpoint AND group conversations. Deduplicat… |
HeartbeatService | class | HeartbeatService sends periodic online status to the cloud API. |
KeyRotationService | class | KeyRotationService monitors credential age and auto-rotates when threshold is… |
SseConnectionService | class | SseConnectionService manages a persistent transport with subscribe() support. |
createRuntime() | function | Create and start a runtime from the agent registry. Resolves the agent crede… |
Types & Interfaces
| Symbol | Kind | Description |
|---|---|---|
MessageHandler | type | Message handler callback. |
AgentPollerConfig | interface | Poller configuration. |
HeartbeatConfig | interface | Heartbeat service configuration. |
KeyRotationConfig | interface | Key rotation service configuration. |
SseConnectionConfig | interface | SSE connection service configuration. |
SseMessageHandler | type | Message handler callback. |
RuntimeConfig | interface | Configuration for createRuntime(). |
RuntimeHandle | interface | Handle returned by createRuntime(). |
Other Exports
| Symbol | Kind | Description |
|---|---|---|
tsup.config.ts | file | |
agent-poller.ts | file | |
heartbeat.ts | file | |
key-rotation.ts | file | |
sse-connection.ts | file | |
index.ts | file | |
lifecycle-e2e.test.ts | file |