Expand description
Provider-neutral subagent loops over kcode-intelligence-router.
Structs§
- Agent
Runtime - Cloneable provider-neutral subagent runtime.
- Context
Budget - Read-only capacity view supplied while a host evaluates a tool.
- RunRequest
- Inputs for one complete subagent run.
- RunResult
- Completed subagent output.
- State
Update - One replaceable state section rendered into every later context slice.
- Tool
Call - One application tool call requested by a subagent.
- Tool
Outcome - Result returned by the application after one tool or capture operation.
Traits§
- Host
- Application-owned behavior invoked by the generic subagent loop.
Type Aliases§
- Host
Future - A boxed asynchronous host operation.