Interactive teaching agent for the goal-seeking agent generator and eval system.
Loads the GeneratorTeacher from src/amplihack/agents/teaching/generatorteacher.py and guides users through a structured 14-lesson curriculum with exercises and quizzes.
| L01 | Introduction to Goal-Seeking Agents | Architecture, GoalSeekingAgent interface | | L02 | Your First Agent (CLI Basics) | Prompt files, CLI invocation, pipeline | | L03 | SDK Selection Guide | Copilot, Claude, Microsoft, Mini SDKs | | L04 | Multi-Agent Architecture | Coordinators, sub-agents, shared memory |
Interactive teaching agent for the goal-seeking agent generator and eval system. Provides a structured 14-lesson curriculum covering agent generation, SDK selection, multi-agent architecture, progressive evaluation (L1-L12), retrieval strategies, intent classification, math code generation, self-improvement loops with patch proposer and reviewer voting, and memory export/import. Source: rysweet/amplihack.