From 8b0020395fc29f73fb363b4e288ff502e954a87d Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Sun, 20 Jul 2025 19:59:43 -0500 Subject: [PATCH] Virtual environment instructions --- use-cases/pydantic-ai/CLAUDE.md | 1 + use-cases/pydantic-ai/README.md | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/use-cases/pydantic-ai/CLAUDE.md b/use-cases/pydantic-ai/CLAUDE.md index a04114b..1ad5dfb 100644 --- a/use-cases/pydantic-ai/CLAUDE.md +++ b/use-cases/pydantic-ai/CLAUDE.md @@ -20,6 +20,7 @@ This file contains the global rules and principles that apply to ALL PydanticAI ## 📚 Project Awareness & Context +- **Use a virtual environment** to run all code and tests. If one isn't already in the codebase when needed, create it - **Use consistent PydanticAI naming conventions** and agent structure patterns - **Follow established agent directory organization** patterns (agent.py, tools.py, models.py) - **Leverage PydanticAI examples extensively** - Study existing patterns before creating new agents diff --git a/use-cases/pydantic-ai/README.md b/use-cases/pydantic-ai/README.md index a14c66e..55307a9 100644 --- a/use-cases/pydantic-ai/README.md +++ b/use-cases/pydantic-ai/README.md @@ -17,16 +17,14 @@ python copy_template.py /path/to/my-agent-project # 2. Navigate to your project cd /path/to/my-agent-project -# 3. Set up environment -python -m venv venv -source venv/bin/activate # On Windows: venv\Scripts\activate - -# 4. Start building with the PRP workflow +# 3. Start building with the PRP workflow # Edit PRPs/INITIAL.md with your requirements, then: /generate-pydantic-ai-prp PRPs/INITIAL.md /execute-pydantic-ai-prp PRPs/generated_prp.md ``` +If you are not using Claude Code, you can simply tell your AI coding assistant to use the generate-pydantic-ai-prp and execute-pydantic-ai-prp slash commands in .claude/commands as prompts. + ## 📖 What is This Template? This template provides everything you need to build sophisticated Pydantic AI agents using proven context engineering workflows. It combines: