car-agents
Built-in commodity agents for Common Agent Runtime.
What it does
The agents every workflow needs but nobody should have to build. They compose with car-multi's coordination patterns (swarm, pipeline, supervisor) and use car-inference for model calls.
| Agent | Role |
|---|---|
Researcher |
Search, read, gather → structured findings |
Planner |
Goal → ordered action steps |
Verifier |
Output + spec → pass / fail with reasons |
Summarizer |
Long context → compressed handoff |
Coordinator |
Goal → which agents + which coordination pattern |
Where it fits
Drop-in AgentSpec instances for car-multi and car-workflow. If you need external code discovery (GitHub, repo crawl), reach for car-search instead — kept separate to keep these agents thin.