English mirror
This English page is generated from the current Chinese documentation so every route, anchor, code sample, and language switch stays available on agently.tech. Human-edited English copy can replace this generated body page by page.
服务化交付
服务化关心三件事:请求怎么进来,过程怎么流给客户端,最终结果怎么返回。
先读 FastAPI 服务封装。它覆盖普通 HTTP、SSE、WebSocket,以及 TriggerFlow execution 的包装方式。
如果要把过程推给 Web UI、IM 或通知系统,或要让 scheduler、webhook、queue 主动推进任务,读 交互层与主动任务 Playbook。
运行观测读 Observability,多阶段流程读 TriggerFlow。