Quick Start
pip install phidatafrom phi.agent import Agent
from phi.model.anthropic import Claude
from phi.tools.duckduckgo import DuckDuckGo
agent = Agent(model=Claude(id="claude-sonnet-4-20250514"), tools=[DuckDuckGo()])
agent.print_response("What are the hottest AI coding tools in 2026?")Overview
Phidata is a Python agent framework with 18,000+ GitHub stars. Built-in PostgreSQL memory, RAG knowledge base, 50+ tool integrations, and a monitoring dashboard. Best for Python developers building production-grade agents.
Source & Thanks
Created by Phidata. Licensed under Apache 2.0.
phidata — stars 18,000+