From 866ff5f5a0f0ec30b115219bd629723f99ea5ee9 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Mon, 21 Jul 2025 11:28:51 -0500 Subject: [PATCH] Touching up Pydantic AI base PRP --- use-cases/pydantic-ai/PRPs/templates/prp_pydantic_ai_base.md | 1 + use-cases/pydantic-ai/examples/{ => main_agent_reference}/cli.py | 0 2 files changed, 1 insertion(+) rename use-cases/pydantic-ai/examples/{ => main_agent_reference}/cli.py (100%) 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