v4

OpenAPI 3.1.0raw.githubusercontent.com2026-04-260056.0 KB
Agents

发现 Agents

根据条件查询可用的 Agents

get/agents

Query parameters

agentType'assistant' | 'specialist' | 'orchestrator' | 'tool' | 'bot'

Agent 类型:

  • assistant: 通用 LLM Agent
  • specialist: 领域专家 (代码、数学等)
  • orchestrator: 编排其他 Agent 的元 Agent
  • tool: 提供工具的 Agent
  • bot: 简单机器人 (非 LLM)

按 Agent 类型过滤

capabilitystring

按能力名称过滤

onlineOnlyboolean

只返回在线的 Agents

Response

成功

okboolean

Example response

{
  "ok": true
}