Expand description
AgentRunner trait — the caller’s model loop abstraction.
Since the runtime doesn’t own the model, the caller implements this trait to drive the model loop (call LLM, parse response, submit proposals, repeat). car-multi orchestrates when and how agents run, but the caller decides what each agent does.
Traits§
- Agent
Runner - Trait for running an agent to completion.