pub async fn get_agent_overview(
pool: &DbPool,
run_id: RunId,
agent_id: AgentId,
) -> StorageResult<AgentOverview>Expand description
Single-agent overview (status, tokens, model).
pub async fn get_agent_overview(
pool: &DbPool,
run_id: RunId,
agent_id: AgentId,
) -> StorageResult<AgentOverview>Single-agent overview (status, tokens, model).