mirror of
https://github.com/coleam00/context-engineering-intro.git
synced 2025-12-17 17:55:29 +00:00
Touching up Pydantic AI base PRP
This commit is contained in:
parent
eb09d8c3e3
commit
866ff5f5a0
@ -25,6 +25,7 @@ description: "Template for generating comprehensive PRPs for PydanticAI agent de
|
|||||||
- ❌ **Don't add unnecessary abstractions** - Follow main_agent_reference patterns directly
|
- ❌ **Don't add unnecessary abstractions** - Follow main_agent_reference patterns directly
|
||||||
- ❌ **Don't build complex workflows** unless specifically required
|
- ❌ **Don't build complex workflows** unless specifically required
|
||||||
- ❌ **Don't add structured output** unless validation is specifically needed (default to string)
|
- ❌ **Don't add structured output** unless validation is specifically needed (default to string)
|
||||||
|
- ❌ **Don't build in the examples/ folder**
|
||||||
|
|
||||||
### What TO do:
|
### What TO do:
|
||||||
- ✅ **Start simple** - Build the minimum viable agent that meets requirements
|
- ✅ **Start simple** - Build the minimum viable agent that meets requirements
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user