Skip to content

Latest commit

 

History

History
121 lines (104 loc) · 4.45 KB

File metadata and controls

121 lines (104 loc) · 4.45 KB
bundle
name version description
foundation
2.0.0
Foundation bundle with enhanced delegate tool. Features: - Two-parameter context inheritance (context_depth + context_scope) - Session resume (use full session_id from delegate calls) - Fixed tool inheritance (explicit declarations always honored) - Multi-agent collaboration patterns
includes
bundle
foundation:behaviors/foundation-expert
bundle
foundation:behaviors/sessions
bundle
foundation:behaviors/status-context
bundle
foundation:behaviors/redaction
bundle
foundation:behaviors/todo-reminder
bundle
foundation:behaviors/streaming-ui
bundle
foundation:behaviors/agents
session
raw orchestrator context
true
module source config
loop-streaming
extended_thinking
true
module source config
context-simple
max_tokens compact_threshold auto_compact
300000
0.8
true
tools
agents
include
foundation:bug-hunter
foundation:explorer
foundation:file-ops
foundation:git-ops
foundation:integration-specialist
foundation:modular-builder
foundation:post-task-cleanup
foundation:security-guardian
foundation:test-coverage
foundation:web-research
foundation:zen-architect

Foundation Bundle v2.0

This bundle provides the standard Amplifier foundation with the enhanced delegate tool for agent orchestration.

Key Features

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)

Delegate Tool

# Context depth: HOW MUCH to inherit
context_depth: "none" | "recent" | "all"

# Context scope: WHICH content to include
context_scope: "conversation" | "agents" | "full"

MCP Configuration

To use MCP servers, create .amplifier/mcp.json:

{
  "mcpServers": {
    "your-server": {
      "url": "https://example.com/mcp"
    }
  }
}

@foundation:context/shared/common-system-base.md