Definition

What is a Multi-Agent System?

An architecture where multiple AI agents collaborate on a task, each with its own context window, tools, and responsibilities.

Multi-agent systems divide complex work across specialized agents (e.g., a planner, a researcher, a coder) that coordinate through structured handoffs. The main challenge is context management: how agents share information without leaking irrelevant state, duplicating tokens, or operating on stale data. Effective multi-agent architectures scope context per agent and summarize at handoff boundaries.

Put context into practice

Create your first context container and connect it to your AI tools in minutes.

Create Your First Container