643 B
643 B
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
cd course/labs/l7-meta-agent/
# Open starter file and fill in the TODOs
Checkpoints
- Parse user description for agent requirements
- Infer appropriate tools from domain keywords
- Generate system prompt with persona and rules
- Create mental model YAML template
- Save all files to a named agent directory
Solution
Compare against the solution file after attempting the starter.