Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/protocol/agent-protocol.ts
A fully typed protocol event — the unit flowing through transports
Properties
| Property | Type |
|---|---|
type | T |
timestamp | number |
data | AgentProtocolEventMap[T] |
Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/protocol/agent-protocol.ts
A fully typed protocol event — the unit flowing through transports
| Property | Type |
|---|---|
type | T |
timestamp | number |
data | AgentProtocolEventMap[T] |
Was this page helpful?