Agent Catalog

Available agents you can spawn.

Sh

Shelley

shelley

Full-stack engineering agent. filepath-native reference implementation.

Default model: anthropic/claude-sonnet-4
Pi

Pi

pi

Research and analysis specialist. Deep dives into docs, APIs, codebases.

Default model: anthropic/claude-sonnet-4
Cc

Claude Code

claude-code

Anthropic's agentic coding tool. Complex multi-file changes.

Default model: anthropic/claude-sonnet-4
Cx

Codex

codex

OpenAI's coding agent. Strong at Python, scripting, data.

Default model: openai/o3
Cu

Cursor

cursor

Cursor's agent mode via CLI. IDE-grade code intelligence.

Default model: anthropic/claude-sonnet-4
Am

Amp

amp

Sourcegraph's agent. Large codebase navigation, cross-repo changes.

Default model: anthropic/claude-sonnet-4
OC

OpenCode

opencode

Open-source coding agent. Terminal-based development.

Default model: anthropic/claude-sonnet-4
BY

Custom

custom

Bring your own agent. Dockerfile that speaks the filepath protocol.

Learn how

How to Use

When spawning an agent, use the agentType field:

curl -X POST /api/sessions/{id}/nodes \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Researcher",
    "agentType": "pi",
    "model": "anthropic/claude-sonnet-4"
  }'