feat: add deepsearch research system with CLI prune/clear and database schema

Implement a multi-agent deep web research subsystem including CLI commands for pruning expired jobs and clearing all artifacts, database tables for sessions/messages/URL cache with indexes, config paths for chroma storage, and internal embed URL for vector operations.
This commit is contained in:
2026-06-14 01:34:21 +00:00
parent c7770ee21a
commit 4ae0b0db5d
53 changed files with 3956 additions and 18 deletions
+1
View File
@@ -27,6 +27,7 @@ CATEGORY_BY_PREFIX: dict[str, str] = {
"container": "container",
"proxy": "ingress",
"seo": "tools",
"deepsearch": "tools",
"ai": "ai",
"devii": "devii",
"cli": "cli",