useAgentRuntimesQuery
Agent Runtimes / hooks/useAgentRuntimes / useAgentRuntimesQuery
Function: useAgentRuntimesQuery()
useAgentRuntimesQuery():
UseQueryResult<AgentRuntimeData[],Error>
Defined in: hooks/useAgentRuntimes.ts:563
Hook to fetch user's agent runtimes (running agent instances).
The backend returns active runtimes from the operator plus paused
runtimes synthesised from Solr checkpoint records (with status="paused").
Returns
UseQueryResult<AgentRuntimeData[], Error>