Project: datalens
81 entity types
Matrix/Agentic Discipline/agent.py event_generator
AgentIdentityAgentic Discipline

agent.py event_generator

The agent.py event_generator() function invokes get_ironclaw_client() to obtain the appropriate agent client for message processing. StreamingResponse wraps the agent.py event_generator() function to stream data asynchronously to the client. The POST /api/v1/agent/sessions/{id}/message endpoint handles requests by executing the agent.py event_generator() function.