pub async fn handle_agent_activity(
__arg0: State<AppState>,
headers: HeaderMap,
__arg2: Path<String>,
__arg3: Query<AgentActivityQuery>,
) -> impl IntoResponseExpand 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.