Skip to content

ExtractedPayload

Defined in: types/dist/host.d.ts:58

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/dist/host.d.ts:62

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


optional agentType?: string

Defined in: types/dist/host.d.ts:63


optional files?: string[]

Defined in: types/dist/host.d.ts:59


optional skill?: string

Defined in: types/dist/host.d.ts:60