エージェントとマルチエージェント

Pydantic AI

pydantic/pydantic-ai

A Python agent framework designed to help developers build production-grade applications and workflows with Generative AI, emphasizing type-safety, structured validation, and ergonomic design.

★ 19.1Kスター
⑂ 2.5Kフォーク数
673未解決の問題
Python言語
MITライセンス
Q@project.QualityScore編集部スコア

プロジェクトのスクリーンショット

Pydantic AIのスクリーンショット Pydantic AIのスクリーンショット

概要

Pydantic AI brings the developer experience popularized by FastAPI to GenAI agent development. Built by the Pydantic team, it leverages Pydantic Validation at its core to provide fully type-safe agents, structured output validation, and dependency injection. The framework is model-agnostic, supporting a wide array of LLM providers and allowing custom model implementations. It also features seamless observability integration with Pydantic Logfire, powerful evaluation tools, and extensible composable capabilities.

主な機能

  • Built by the Pydantic Team leveraging Pydantic Validation
  • Model-agnostic support for numerous LLM providers and custom models
  • Fully type-safe design moving errors from runtime to write-time
  • Seamless observability integration with Pydantic Logfire and OpenTelemetry
  • Powerful evals for systematic testing and performance monitoring
  • Extensible by design using composable capabilities (e.g., web search, thinking, MCP)
  • Model Context Protocol (MCP) integration for external tools and data
  • UI event stream standards for interactive streaming applications
  • Human-in-the-loop tool approval
  • Durable execution for long-running and asynchronous workflows
  • Streamed structured outputs with immediate validation
  • Graph support for complex control flows
  • Dependency injection for type-safe behavior customization

要件、インストール、クイックスタート

Follow the installation or quick-start section in the repository README and run its dependency setup commands. Repository: https://github.com/pydantic/pydantic-ai

使用方法

Define an agent with `Agent(model, deps_type=..., output_type=..., instructions=...)`. Register tools using the `@agent.tool` decorator and dynamic instructions with `@agent.instructions`. Run the agent synchronously with `agent.run_sync(prompt)` or asynchronously with `await agent.run(prompt, deps=...)`. Access validated structured output via `result.output`.

モデルの互換性とユースケース

Model-agnostic. Supports OpenAI, Anthropic, Gemini, DeepSeek, Grok, Cohere, Mistral, Perplexity, Azure AI Foundry, Amazon Bedrock, Google Cloud, Ollama, LiteLLM, Groq, OpenRouter, Together AI, Fireworks AI, Cerebras, Hugging Face, GitHub, Heroku, Vercel, Nebius, OVHcloud, Alibaba Cloud, SambaNova, Snowflake Cortex, and Z.AI. Custom models can be implemented.

ライセンスとリスクに関する注意事項

MIT License.

Editorial verification 2026-08-09: repository URL, owner, description, license and repository statistics were reviewed. License metadata: MIT. README was fetched for the channel draft; re-check repository dependencies, releases and model terms before production use.

リリースとメンテナンス

Not stated in the repository metadata.

Firecrawl

firecrawl/firecrawl

★ 161.1KTypeScript

LangChain

langchain-ai/langchain

★ 143.6KPython

RAGFlow

infiniflow/ragflow

★ 86.7KGo