← All agents
Platform & control

Triage Agent

LLM agentfast (Haiku)Tested & active

Catch-all router for unknown error classes from other agents — it decides where each one should go.

Book a demo →Review controls
WHAT IT DOES
  • Reads the error class and context and picks exactly one outcome.
  • Re-emits as a known request type, escalates to a human, or marks the error harmless.
  • Routes only — it never executes the recovery itself.
  • Carries a hop counter (max 2) so routing can never loop.
TRIGGER EVENTS

The agent does not run on its own. It wakes only when one of these events lands in the governed event queue.

agent_request.created.triage
CONTROL

Escalates to a human whenever routing confidence is below threshold. A system agent, capped at two concurrent runs.

See Triage Agent run on your books.

Every Artifi agent operates the same way: it listens for an event, works through governed tools, and writes only what a human approves — all inside Claude.

Book a demo →