feat: add production-ready Deep Search service #27

Merged
tkmind merged 5 commits from codex/search-service-registry into main 2026-07-24 02:18:17 +00:00
Showing only changes of commit 46041c3456 - Show all commits
+1
View File
@@ -2129,6 +2129,7 @@ api.use(async (req, res, next) => {
await userAuthReady;
if (req.path === '/status' || req.path === '/runtime/status') return next();
if (req.path.startsWith('/internal/agent/')) return next();
if (req.path === '/internal/deep-search/llm') return next();
if (req.path === '/agent/mindspace_page_patch') return next();
if (req.path === '/agent/mindspace_asset_delete') return next();
if (req.path === '/agent/mindspace_asset_download') return next();