接入外部能力
模型应用经常要查系统、写记录、调用 MCP、运行脚本或访问本地资源。Agently 把这些能力放在 Action Runtime 和 Execution Environment 这条线上。
阅读顺序
- Actions 概览:先判断需求属于 Action、MCP、Execution Environment,还是 TriggerFlow。
- Action Runtime:把函数、内置能力或外部工具暴露给模型。
- Execution Environment:管理 MCP server、浏览器、SQLite、Node.js、sandbox 等 live resource。
- MCP:把 MCP server 接成 Agently action。
- 工具兼容:维护旧
tool_func/use_tools项目时读。
多步骤编排、人工等待和运行时流属于 TriggerFlow。