Documentation
¶
Overview ¶
Package ui 是 conduct 的可视化界面服务端:一个只绑 127.0.0.1 的本地 HTTP 服务,把 CLI 动词 镜像成人看的视图(工作流列表 / 编辑器 / 运行列表 / 运行详情)。关键不变量:UI 无独占能力—— 每个 /api/* 端点的能力面都不超出其 CLI 等价物(见 docs/specs/ui.md〈API 设计〉)。
启动运行不在进程内跑 orchestrator,而是 self-exec 自呼 `conduct workflow run`(见 launch.go), 使 pid 判活 / interrupted 语义与终端启动逐字节一致,且关掉 UI 不连累在跑的 run。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.