Interface: HandoffPayload
Defined in: packages/core/src/core/response.ts:424
Payload for a federated agent handoff. Full type lives in @vurb/swarm — this is the minimal shape needed by core.
See
HandoffPayload in @vurb/swarm
Properties
carryOverState?
ts
optional carryOverState: Record<string, unknown>;Defined in: packages/core/src/core/response.ts:426
delegationToken?
ts
optional delegationToken: string;Defined in: packages/core/src/core/response.ts:428
modelHint?
ts
optional modelHint: "fast" | "balanced" | "powerful";Defined in: packages/core/src/core/response.ts:430
reason?
ts
optional reason: string;Defined in: packages/core/src/core/response.ts:429
systemInstruction?
ts
optional systemInstruction: string;Defined in: packages/core/src/core/response.ts:427
target
ts
target: string;Defined in: packages/core/src/core/response.ts:425