Skip to content

ExtractedPayload

Defined in: types/src/host.ts:46

Normalized payload the core dispatcher consumes, extracted by an adapter from a host’s raw event. files for edit-tool events; skill for skill-invoke events. Host-facing adapters own the extraction; this is the core-facing shape they must produce.

optional agentId?: string

Defined in: types/src/host.ts:50

Present when the host’s raw event fired inside a subagent’s tool call.


optional agentType?: string

Defined in: types/src/host.ts:51


optional files?: string[]

Defined in: types/src/host.ts:47


optional skill?: string

Defined in: types/src/host.ts:48