Digitorn
Digitorn
All terms
Agent concepts

Specialist agent

An agent with a narrow, focused role spawned by a coordinator.

also known as: worker agent, sub-agent
In depth

Specialists are the workers in the coordinator-plus-specialists pattern. Common specialist shapes: an explorer that greps the codebase and returns hits, a fact-checker that verifies claims with web search, a writer that produces final prose, an editor that polishes the writer's output. Each specialist has its own brain, often a cheaper one, and a tool surface scoped to what it actually needs.

Related concepts
Newsletter

Get the next post in your inbox.

Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

More in Agent concepts

Agent loop/glossary/agent-loopAgent spawn/glossary/agent-spawnAI agent/glossary/ai-agentCompaction/glossary/compactionCoordinator agent/glossary/coordinatorFunction calling/glossary/function-calling