新增调用前端分区渲染功能,节点通过 ref 文件传输,并增加简单认证

This commit is contained in:
2026-05-18 16:21:23 +08:00
parent 2f83add134
commit 4cbddb9e0c
4 changed files with 89 additions and 4 deletions
+7 -1
View File
@@ -172,7 +172,13 @@ app.post("/internal/tools/session-search", async (req, res) => {
app.use(
"/api/v1/agent/chat",
buildChatRouter(sessionBridge, opencodeRuntime, memoryStore, learningOrchestrator),
buildChatRouter(
sessionBridge,
opencodeRuntime,
memoryStore,
learningOrchestrator,
resultReferenceStore,
),
);
const bootstrap = async () => {