Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agno-agi/agent-api
/ endpoints
Endpoints
4 in github.com/agno-agi/agent-api
⨍
Functions
15
◇
Types & classes
4
↳
Endpoints
4
Route
create_agent_run
agents_router.post("/{agent_id}/runs", status_code=status.HTTP_200_OK)
api/routes/agents.py:None
Route
get_health
health_router.get("/health")
api/routes/health.py:None
Route
list_agents
agents_router.get("", response_model=List[str])
api/routes/agents.py:None
Route
load_agent_knowledge
agents_router.post("/{agent_id}/knowledge/load", status_code=status.HTTP_200_OK)
api/routes/agents.py:None