DEV Community

JacobHsu
JacobHsu

Posted on

Agno: Pure AI Agents

agno-agi/agno An open-source platform to build, ship and monitor agentic systems.

Build a Team of AI Agents to Create an AI Financial Analyst

from agno.playground import Playground, serve_playground_app

import os
os.environ["OPENAI_API_KEY"] = "$OPENAI_API_KEY"

web_agent = Agent(
Enter fullscreen mode Exit fullscreen mode

Top comments (0)