Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agno-agi/agent-api
/ functions
Functions
15 in github.com/agno-agi/agent-api
⨍
Functions
15
◇
Types & classes
4
↳
Endpoints
4
↓ 2 callers
Function
get_agno_assist
( model_id: str = "gpt-4.1", user_id: Optional[str] = None, session_id: Optional[str] = None,
agents/agno_assist.py:29
↓ 2 callers
Function
get_agno_assist_knowledge
()
agents/agno_assist.py:17
↓ 2 callers
Function
get_finance_agent
( model_id: str = "gpt-4.1", user_id: Optional[str] = None, session_id: Optional[str] = None,
agents/finance_agent.py:15
↓ 2 callers
Function
get_web_agent
( model_id: str = "gpt-4.1", user_id: Optional[str] = None, session_id: Optional[str] = None,
agents/web_agent.py:14
↓ 1 callers
Function
chat_response_streamer
Stream agent responses chunk by chunk. Args: agent: The agent instance to interact with message: User message to process
api/routes/agents.py:38
↓ 1 callers
Function
create_app
Create a FastAPI App
api/main.py:8
↓ 1 callers
Function
get_agent
( model_id: str = "gpt-4.1", agent_id: Optional[AgentType] = None, user_id: Optional[str] = None,
agents/selector.py:20
↓ 1 callers
Function
get_available_agents
Returns a list of all available agent IDs.
agents/selector.py:15
↓ 1 callers
Function
get_db_url
()
db/url.py:4
Function
create_agent_run
Sends a message to a specific agent and returns the response. Args: agent_id: The ID of the agent to interact with body: Req
api/routes/agents.py:68
Function
get_db
Dependency to get a database session. Yields: Session: An SQLAlchemy database session.
db/session.py:16
Function
get_health
Check the health of the Api
api/routes/health.py:11
Function
list_agents
Returns a list of all available agent IDs. Returns: List[str]: List of agent identifiers
api/routes/agents.py:28
Function
load_agent_knowledge
Loads the knowledge base for a specific agent. Args: agent_id: The ID of the agent to load knowledge for. Returns: A su
api/routes/agents.py:105
Method
set_cors_origin_list
(cls, cors_origin_list, info: FieldValidationInfo)
api/settings.py:24