|
@@ -18,6 +18,7 @@
|
|
|
```text
|
|
```text
|
|
|
script_build_host/.local/agent-data/
|
|
script_build_host/.local/agent-data/
|
|
|
├── task-ledger/<root_trace_id>/orchestration/ledger.json
|
|
├── task-ledger/<root_trace_id>/orchestration/ledger.json
|
|
|
|
|
+├── traces/<root_trace_id>/meta.json
|
|
|
├── traces/<trace_id>/messages/*.json
|
|
├── traces/<trace_id>/messages/*.json
|
|
|
└── script-task-contracts/<root_trace_id>/sha256/*
|
|
└── script-task-contracts/<root_trace_id>/sha256/*
|
|
|
```
|
|
```
|
|
@@ -28,12 +29,9 @@ script_build_host/.local/agent-data/
|
|
|
export SCRIPT_BUILD_AGENT_DATA_ROOT=/absolute/path/to/agent-data
|
|
export SCRIPT_BUILD_AGENT_DATA_ROOT=/absolute/path/to/agent-data
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-当前真实 E2E 验证基线:
|
|
|
|
|
-
|
|
|
|
|
-- `900029`:11 Tasks、10 Attempts,包含 Structure 与 5 个 Paragraph Task。
|
|
|
|
|
-- `900031`:8 Tasks、5 Attempts,包含 cancelled Retrieval 和 Compose 回流。
|
|
|
|
|
-
|
|
|
|
|
-数据会随真实运行继续写入;前端每 15 秒重新读取一次当前持久化快照,不修改 ledger、trace 或数据库。
|
|
|
|
|
|
|
+观察器不再绑定固定的历史 Build ID。它从 TaskLedger 发现 Root Trace,并优先从
|
|
|
|
|
+Root `meta.json` 的受保护上下文读取 `script_build_id`;`goal.json` 和早期消息只作为旧运行的兼容回退。
|
|
|
|
|
+新的真实 E2E 持久化后会自动出现在列表中。前端每 15 秒重新读取快照,不修改 ledger、trace 或数据库。
|
|
|
|
|
|
|
|
## 启动
|
|
## 启动
|
|
|
|
|
|