Skip to main content

handle_agent_activity

Function handle_agent_activity 

Source
pub async fn handle_agent_activity(
    __arg0: State<AppState>,
    headers: HeaderMap,
    __arg2: Path<String>,
    __arg3: Query<AgentActivityQuery>,
) -> impl IntoResponse
Expand description

GET /api/workflows/agent-activity/{agent_id}

Reads the RunLog JSONL file for an agent and returns structured activity data. Used by the Live Execution View for on-demand drill-down into agent tool calls, messages, and results.