7 releases (breaking)
| new 0.14.0 | May 15, 2026 |
|---|---|
| 0.13.0 | May 15, 2026 |
| 0.12.0 | May 14, 2026 |
| 0.9.0 | May 12, 2026 |
| 0.6.0 | May 8, 2026 |
#504 in Compression
Used in 6 crates
(via car-multi)
2.5MB
55K
SLoC
Built-in commodity agents for Common Agent Runtime.
These are 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.
Built-in Agents
- 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 pattern
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.
Dependencies
~55–82MB
~1.5M SLoC