Getting Started
Pydantic AI is a Python agent framework designed to make it easier to build production-grade applications with Generative AI. Integrate with Orq.ai to gain complete observability into your AI agent interactions, tool usage, model performance, and conversation flows.Prerequisites
Before you begin, ensure you have:- An Orq.ai account and API Key.
- Pydantic AI installed in your project
- Python 3.9+
- A supported LLM provider (OpenAI, Anthropic, etc.)
Install Dependencies
Configure Orq.ai
Set up your environment variables to connect to Orq.ai’s OpenTelemetry collector: Unix/Linux/macOS:Integrations
Choose your preferred OpenTelemetry framework for collecting traces, we’ll be using LogFire.Examples
**Basic Agent ExampleView Traces
View in the Orq.ai Studio in the Traces tab.
OpenAI Agents Vercel AI SDK