agentic-ai-engineering/site/labs/l7-meta-agent.md

32 lines
643 B
Markdown

# L7b: Meta-Agent
**Module**: M7 Advanced
**Files**: starter.py, solution.py
## Objective
Generate a new agent persona from documentation.
## Concepts
Refer to the corresponding module for full concept explanations.
## Starter
```bash
cd course/labs/l7-meta-agent/
# Open starter file and fill in the TODOs
```
## Checkpoints
1. Parse user description for agent requirements
2. Infer appropriate tools from domain keywords
3. Generate system prompt with persona and rules
4. Create mental model YAML template
5. Save all files to a named agent directory
## Solution
Compare against the solution file after attempting the starter.