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.

AG
Agent Toolkit · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

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("2026 年最火的 AI 编码工具有哪些?")

简介

Phidata 是一个 Python Agent 框架,GitHub 18,000+ stars。内置 PostgreSQL 记忆、RAG 知识库、50+ 工具集成和监控面板。适合需要生产级 Agent 的 Python 开发者。


🙏

来源与感谢

Created by Phidata. Licensed under Apache 2.0.

phidata — stars 18,000+

讨论

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

相关资产