Skip to main content

Crate kcode_agent_runtime

Crate kcode_agent_runtime 

Source
Expand description

Provider-neutral subagent loops over kcode-intelligence-router.

Structs§

AgentRuntime
Cloneable provider-neutral subagent runtime.
ContextBudget
Read-only capacity view supplied while a host evaluates a tool.
RunRequest
Inputs for one complete subagent run.
RunResult
Completed subagent output.
StateUpdate
One replaceable state section rendered into every later context slice.
ToolCall
One application tool call requested by a subagent.
ToolOutcome
Result returned by the application after one tool or capture operation.

Traits§

Host
Application-owned behavior invoked by the generic subagent loop.

Type Aliases§

HostFuture
A boxed asynchronous host operation.