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(
Top comments (0)