朱潮
425f3c5bb4
chore: replace Chinese comments and log messages with English
...
Convert all Chinese comments, docstrings, logger/print output,
HTTPException detail messages, and API response messages to English
across the entire codebase. Functional zh/ja localized strings
(e.g. prompt templates, timezone display names, date formats) are
preserved as-is.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-30 19:45:35 +08:00
朱潮
393842b3f2
优化提示词
2026-04-16 17:22:27 +08:00
朱潮
788bb0089f
upgrade to deepagents-0_5_2
2026-04-11 11:40:43 +08:00
朱潮
513dda8bbb
🐛 fix: 修复 GuidelineMiddleware 导致 assistant message prefill 报错
...
enable_thinking 开启时,thinking 中间件将 AIMessage 追加到 messages 末尾,
导致不支持 assistant prefill 的模型返回 400 错误。
修复方式:在 AIMessage 后追加多语言 HumanMessage,确保消息以 user 结尾。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 15:02:28 +08:00
朱潮
e67d50b4fc
rename general agent
2026-02-06 17:05:17 +08:00
朱潮
f694101747
refactor: migrate from Memori to Mem0 for long-term memory
...
Replace Memori with Mem0 for memory management:
- Delete memori_config.py, memori_manager.py, memori_middleware.py
- Add mem0_config.py, mem0_manager.py, mem0_middleware.py
- Update environment variables (MEMORI_* -> MEM0_*)
- Integrate Mem0 with LangGraph middleware
- Add sync connection pool for Mem0 in DBPoolManager
- Move checkpoint message prep to config creation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 21:15:30 +08:00
朱潮
96d9ee5af7
guildline messages
2025-12-17 23:32:50 +08:00
朱潮
d6504c49c7
guildline messages
2025-12-17 23:31:38 +08:00
朱潮
59c58a9691
guildline messages
2025-12-17 23:25:40 +08:00
朱潮
c1c51da77e
guildline messages
2025-12-17 23:21:15 +08:00
朱潮
e36787fb63
修改agent_config
2025-12-16 21:26:20 +08:00
朱潮
a97ff5a185
优化思考
2025-12-15 11:57:31 +08:00
朱潮
ab68c4309d
think增加流式输出模式
2025-12-14 07:53:24 +08:00
朱潮
bf9a49ecd8
before_agent guideline
2025-12-13 17:03:40 +08:00
朱潮
be264884a2
add think tag
2025-12-13 11:21:16 +08:00
朱潮
ec9558fd4c
update guidline
2025-12-13 02:52:01 +08:00