Implement Rust web sidebar title and tree interactions

This commit is contained in:
lix-2026
2026-04-30 05:46:36 +08:00
parent 559c5ce652
commit 3cc090ba5e
35 changed files with 3029 additions and 424 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ pub async fn next_ai_agent_run(
trace_id: context.trace.trace_id,
target: format!("{}/bridge", state.config().hermes_base_path),
notes: vec![
"当前保留 Next route 兼容边界,后续用于把 /api/ai-agent/run 收口到 Rust Web 层",
"此占位实现不复制业务裁决,只声明桥接目标与迁移方向",
"/api/ai-agent/run 是 legacy compat endpointcanonical route 是 /api/hermes/bridge",
"结构化写入必须通过 Hermes/Rust bridge 再落到 page/tree/edge command",
],
})
}