{"library":"agno","type":"library","category":null,"description":"Open-source framework for building multi-modal AI agents with memory, knowledge, tools, and reasoning. Renamed from Phidata to Agno in January 2025. Complete namespace change from phi.* to agno.*. phidata package still exists on PyPI (2.7.10) but is legacy — new development on agno only. Current version: agno 2.5.10 (Mar 2026).","language":"python","status":"active","version":"2.5.10","tags":["agno","phidata","agents","llm","multi-agent","python","agentic-ai"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install agno","imports":["from agno.agent import Agent\nfrom agno.models.openai import OpenAIChat\nfrom agno.tools.duckduckgo import DuckDuckGoTools\n\nagent = Agent(\n    model=OpenAIChat(id='gpt-4o'),\n    tools=[DuckDuckGoTools()],\n    markdown=True\n)\nagent.print_response('Latest AI news', stream=True)","from agno.models.openai import OpenAIChat\nfrom agno.models.anthropic import Claude\nfrom agno.models.google import Gemini","from agno.knowledge.pdf import PDFKnowledgeBase\nfrom agno.embedder.openai import OpenAIEmbedder\n\n# Embedders now use id= not model=\nembedder = OpenAIEmbedder(id='text-embedding-3-small')"]},{"cmd":"pip install agno openai","imports":[]},{"cmd":"pip install phidata","imports":[]}],"homepage":"https://agno.com","github":"https://github.com/agno-agi/agno","docs":"https://docs.agno.com","changelog":null,"pypi":"https://pypi.org/project/agno/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":83,"avg_install_s":8.1,"avg_import_s":1.88,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/agno/compatibility"}}