Touching up Pydantic AI base PRP

This commit is contained in:
Cole Medin
2025-07-21 11:28:51 -05:00
parent eb09d8c3e3
commit 866ff5f5a0
2 changed files with 1 additions and 0 deletions

View File

@@ -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 build complex workflows** unless specifically required
-**Don't add structured output** unless validation is specifically needed (default to string)
-**Don't build in the examples/ folder**
### What TO do:
-**Start simple** - Build the minimum viable agent that meets requirements