car-agents 0.24.0

Built-in commodity agents for Common Agent Runtime
docs.rs failed to build car-agents-0.24.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: car-agents-0.23.0

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.