subagentcode

.com agent definitions
6 agent definitions, live from D1

Agents

The repo's real, current generated agents -- every row below is a row in this Worker's own database, seeded verbatim from crates/agent-gen/src/agents.rs. The description column is the actual trigger text Claude reads to decide whether to delegate (first sentence shown; full text on each detail page). Filter by model:

namemodeltoolsmax_turnsdelegation trigger
cargo-check
agt_cargo-check
claude-haiku-4-5-20251001 Bash Read 10 Delegate when the user wants to run cargo check, compile the workspace, verify that Rust code compiles, or check for type errors.
crawler
agt_crawler
claude-haiku-4-5-20251001 Bash Read WebFetch 20 Delegate when the user wants to crawl job boards now, trigger a manual crawl bypassing the 6-hour schedule, refresh job data, or test that a new board config is working.
deployer
agt_deployer
claude-haiku-4-5-20251001 Bash Read 15 Delegate when the user wants to deploy a Cloudflare Worker, run wrangler deploy for workers/web or workers/cron, ship updated worker code to production, or redeploy after a config change.
indexer
agt_indexer
claude-haiku-4-5-20251001 Bash Read 20 Delegate when the user wants to index vendor repositories into fact_filesystem and dim_file_ast, run the Rust indexer binary, extract symbols from cloned repos, or update the code search index.
migrator
agt_migrator
claude-haiku-4-5-20251001 Bash Read Glob 15 Delegate when the user wants to apply a SQL migration to the Cloudflare D1 database (subagentjobs-dwh), run wrangler d1 execute, or push schema changes to D1.
vendor-sync
agt_vendor-sync
claude-haiku-4-5-20251001 Bash Read 20 Delegate when the user wants to clone vendor repositories, run setup-vendors.sh, update local copies of vendored repos, or populate the vendors/ directory from .vendors.toml.

Machine-readable version: GET /api/agent-definitions?model=claude-haiku-4-5-20251001