Skip to main content

Module runner

Module runner 

Source
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§

AgentRunner
Trait for running an agent to completion.