新增调用前端分区渲染功能,节点通过 ref 文件传输,并增加简单认证
This commit is contained in:
+7
-1
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user