# AgentProtocolEventHandler

**Kind:** Type

**Source:** [`atloria-monorepo/libs/agent-core/src/protocol/agent-protocol.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/protocol/agent-protocol.ts#L92)

Handler signature used by SessionEventBridge listeners

## Definition

```ts
(
  event: AgentProtocolEvent<T>,
) => void
```
