POST /api/adk/run{ "agent_name": "My Assistant", "user_id": "user@example.com", "session_id": "session_001", "new_message": { "role": "user", "parts": [{ "text": "What is the forecast for next month?" }] }, "run_mode": "single", "streaming": false}
For token-by-token output, post the same body to /api/adk/run_sse — see
Streaming.