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.
Properties
Section titled “Properties”agentId?
Section titled “agentId?”
optionalagentId?:string
Defined in: types/src/host.ts:50
Present when the host’s raw event fired inside a subagent’s tool call.
agentType?
Section titled “agentType?”
optionalagentType?:string
Defined in: types/src/host.ts:51
files?
Section titled “files?”
optionalfiles?:string[]
Defined in: types/src/host.ts:47
skill?
Section titled “skill?”
optionalskill?:string
Defined in: types/src/host.ts:48