Skip to content

接入外部能力

模型应用经常要查系统、写记录、调用 MCP、运行脚本或访问本地资源。Agently 把这些能力放在 Action Runtime 和 Execution Environment 这条线上。

阅读顺序

  1. Actions 概览:先判断需求属于 Action、MCP、Execution Environment,还是 TriggerFlow。
  2. Action Runtime:把函数、内置能力或外部工具暴露给模型。
  3. Execution Environment:管理 MCP server、浏览器、SQLite、Node.js、sandbox 等 live resource。
  4. MCP:把 MCP server 接成 Agently action。
  5. 工具兼容:维护旧 tool_func / use_tools 项目时读。

多步骤编排、人工等待和运行时流属于 TriggerFlow