diff --git a/use-cases/pydantic-ai/PRPs/templates/prp_pydantic_ai_base.md b/use-cases/pydantic-ai/PRPs/templates/prp_pydantic_ai_base.md index 64892d2..97ec711 100644 --- a/use-cases/pydantic-ai/PRPs/templates/prp_pydantic_ai_base.md +++ b/use-cases/pydantic-ai/PRPs/templates/prp_pydantic_ai_base.md @@ -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 diff --git a/use-cases/pydantic-ai/examples/cli.py b/use-cases/pydantic-ai/examples/main_agent_reference/cli.py similarity index 100% rename from use-cases/pydantic-ai/examples/cli.py rename to use-cases/pydantic-ai/examples/main_agent_reference/cli.py