feat: enhance memory system with tiktoken and improved prompt guidelines

Add accurate token counting using tiktoken library and significantly enhance
memory update prompts with detailed section guidelines, multilingual support,
and improved fact extraction. Update deep-research skill to be more proactive
for research queries.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
hetao
2026-02-04 20:44:26 +08:00
parent 70a27b49c0
commit 0d245d6e31
6 changed files with 657 additions and 48 deletions

View File

@@ -24,6 +24,7 @@ dependencies = [
"sse-starlette>=2.1.0",
"tavily-python>=0.7.17",
"firecrawl-py>=1.15.0",
"tiktoken>=0.8.0",
"uvicorn[standard]>=0.34.0",
"ddgs>=9.10.0",
]