Deon
⚡
Talk to DeonAI for info on AI, ML, Web3, etc
from any_agent import AgentConfig, AnyAgent
from any_agent.config import MCPSseParams
agent = AnyAgent.create(
"smolagents",
AgentConfig(
model_id="gpt-4o-mini",
tools=[
MCPSseParams(
url="http://localhost:8000/sse"
),
]
)
)
agent.run("What do MCP and SSE mean?")