Where Amplifier is going — and what's already here
Data as of: February 20, 2026
Feature status: Active
Research performed:
find . -name "*.py" -path "*/amplifier_core/*" | xargs wc -l → 8,134 lines (includes validation tests within package)ls ~/dev/ANext/ | grep -i amplifier → 35 repositoriesls -d amplifier-bundle-* → 13 standalone bundle reposgit rev-list --count HEAD → Core: 134, Foundation: 317, Recipes: 74git log --format="%an" | sort -u across 3 repos → 6 unique humansls amplifier-foundation/agents/ → 16 agent definitionsls amplifier-foundation/providers/ → 5 configs (Anthropic, OpenAI models)grep -rl "mcp|MCP" → referenced in foundation docs, not in coreGaps: Provider count (3 backends) based on local repos only; additional community providers may exist. “Lines of kernel” includes validation tests within amplifier_core package. Commit counts cover 3 key repos, not all 35.
Primary contributors: Sam Schillace, Brian Krabach, Marc Goodner, Samuel Lee, Diego Colombo, Mollie Munoz
Help build the future of AI agent frameworks