بنقرة واحدة
pydantic-ai
Expert guidance on building agents and tools with Pydantic AI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Expert guidance on building agents and tools with Pydantic AI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Help the team document and maintain Architecture Decision Records (ADRs).
Expert guidance on document processing with Docling and audio transcription with Whisper.
Standard for creating technical documentation in this repository. Use this when writing new documentation in docs/ to ensure consistent hierarchy and formatting.
Expert guidance on creating accurate, visually polished Mermaid diagrams for architecture documentation.
Expert guidance on MongoDB implementation for RAG, including aggregation pipelines and search patterns.
Expert guidance on building agents and tools with Pydantic AI.
استنادا إلى تصنيف SOC المهني
| name | pydantic-ai |
| description | Expert guidance on building agents and tools with Pydantic AI. |
This skill provides patterns for defining agents, dependencies, and tools using Pydantic AI.
StateDeps[T] to pass dependencies (DB clients, settings) to agents.src/prompts.py. Use @agent.instructions for dynamic context.OpenAIModel as a base for OpenAI-compatible providers (OpenRouter, Ollama) via OpenAIProvider.Rich to display real-time streaming of agent output and tool call details.user_prompt, model_request, call_tools, and end nodes in the CLI.