| bundle |
|
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| includes |
|
||||||||||||||||||||||||||||||||||
| session |
|
||||||||||||||||||||||||||||||||||
| tools |
|
||||||||||||||||||||||||||||||||||
| agents |
|
This bundle provides the standard Amplifier foundation with the enhanced delegate tool for agent orchestration.
| Feature | Description |
|---|---|
| Delegate tool | Two-parameter context control (depth + scope) |
| Session resume | Continue agent sessions with full session_id |
| Tool inheritance | Explicit declarations always honored |
| MCP support | Model Context Protocol integration (configure via mcp.json) |
# Context depth: HOW MUCH to inherit
context_depth: "none" | "recent" | "all"
# Context scope: WHICH content to include
context_scope: "conversation" | "agents" | "full"To use MCP servers, create .amplifier/mcp.json:
{
"mcpServers": {
"your-server": {
"url": "https://example.com/mcp"
}
}
}@foundation:context/shared/common-system-base.md