You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard Amplifier foundation with the enhanced delegate tool for
agent orchestration.
Key features:
- Delegate tool: two-parameter context control (context_depth + context_scope)
- context_depth: HOW MUCH to inherit -- "none" | "recent" | "all"
- context_scope: WHICH content to include -- "conversation" | "agents" | "full"
- Session resume: continue agent sessions with the full session_id returned
by a delegate call
- Tool inheritance: explicit agent declarations are always honored
- Multi-agent collaboration patterns
- MCP support: Model Context Protocol integration. To use MCP servers,
create `.amplifier/mcp.json` with an "mcpServers" object mapping a server
name to its {"url": "..."} entry.
NOTE: this bundle is composed as a ROOT, so everything below the frontmatter
is sent to the model as system instruction (docs/BUNDLE_GUIDE.md). Bundle
documentation belongs here in `description` (metadata, never sent), never in
the body. The body is the single @mention of the shared instruction file.