Scripts2026年4月7日·1 分钟阅读

Phidata — AI Agents with Memory, Knowledge & Tools

Python framework for building AI agents with built-in memory (PostgreSQL), knowledge bases (RAG), and 50+ tool integrations. Production-ready with monitoring dashboard. 18,000+ GitHub stars.

介绍

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.


Quick Start

pip install phidata
from 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+

🙏

来源与感谢

Created by Phidata. Licensed under Apache 2.0.

phidata — stars 18,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产