Files
smartmate/backend
Losita 310cdfbcb7 Version: 0.9.6.dev.260407
后端:
1.execute 正式终止协议补齐(abort / exhausted / completed 统一建模)
  - 更新model/common_state.go:新增 FlowTerminalStatus / FlowTerminalOutcome;补齐 Abort/Exhaust/ClearTerminalOutcome/IsCompleted 等统一终止语义
  - 更新model/execute_contract.go:新增 ExecuteActionAbort 与 AbortIntent;补齐 action 校验互斥规则
  - 更新prompt/execute.go:Plan/ReAct 两套 execute contract 升级到 V2,补充 abort 协议与 JSON 示例
2.graph 路由与 deliver 收口统一围绕 terminal outcome
  - 更新graph/common_graph.go:RoughBuild 改 branch;粗排异常可直接 Deliver;Execute 路由不再按“最后一轮”提前误收口
  - 更新node/execute.go:轮次耗尽改写为 Exhaust;接入 handleExecuteActionAbort;abort 不在 execute 直接对用户收口
  - 更新node/deliver.go:deliver summary 优先按 abort/exhausted 收口;不再无脑 Done;最终状态文案改为“本轮流程已结束”
  - 更新node/agent_nodes.go:仅 completed 路径写 schedule preview,aborted/exhausted 跳过
3.提示与状态摘要同步终止语义
  - 更新prompt/base.go:state summary 增加 terminal outcome 展示
前端:无 仓库:无
2026-04-07 23:59:50 +08:00
..
2026-03-29 22:12:23 +08:00
2026-04-06 15:33:34 +08:00
2026-03-23 23:14:19 +08:00
2026-04-06 23:15:54 +08:00
2026-04-07 23:58:00 +08:00
2026-04-06 23:15:54 +08:00
2026-03-16 13:00:26 +08:00
2026-04-06 23:15:54 +08:00
2026-03-24 21:35:22 +08:00
2026-03-27 20:39:05 +08:00
2026-04-07 12:10:56 +08:00
2026-04-07 23:59:50 +08:00
2026-03-07 16:37:07 +08:00
2026-04-06 15:33:34 +08:00
2026-03-25 00:49:16 +08:00
2026-04-07 23:58:00 +08:00
2026-02-02 21:32:21 +08:00
2026-03-21 22:08:35 +08:00
2026-03-09 23:25:25 +08:00
2026-03-09 23:25:25 +08:00
2026-03-02 14:30:07 +08:00