Documentation

More Possibilities in Multi-Agent

Capabilities that single-Agent systems cannot naturally provide.

Multi-Agent systems have unique properties and possibilities that a single Agent cannot provide on its own.

  • Communication: how Agents hand off work, share a workspace, and fan out sub-Agents in parallel.
  • Context Editing: one Agent editing another Agent's context.
  • Dynamic Graph: Agents create, clone, activate, and sleep other Agents at runtime, growing the Graph dynamically.
  • Meditation: an Agent compresses its own history in place, managing its own context window.
  • Self-Evolution: an Agent-only workshop that diagnoses its own failures and fixes the right layer.