cc5ea69eda
docs: README 新增 Web 文件上传/PDF-Word 解析特性;完善打包构建文档
2026-04-29 10:41:50 +08:00
39eee19a3e
docs: 同步 task_archive 到架构文档
2026-04-28 20:23:33 +08:00
49d6906f15
docs: 同步 persona_remove 到架构文档
2026-04-28 20:09:44 +08:00
c72fc5f38f
docs: 同步 task_query 工具到架构文档
2026-04-28 20:03:55 +08:00
bddb5498e9
fix: 调整工具调用限制 - 工作记忆链修改20次/查询30次,一般记忆查询30次/修改15次
2026-04-28 19:59:13 +08:00
4d64da743a
docs: 同步 system_prompt.md 的5步流程到文档,补充systemd部署说明
2026-04-28 19:46:00 +08:00
ad382602f2
fix: auto-clean orphan entities on purge; fix graph camera zoom; optimize system prompt
2026-04-28 16:30:18 +08:00
46008c14c5
feat: web login system, auto-load history, config extraction
...
- Add Flask session-based authentication (username/password login)
- Auto-load chat history from backend on page load
- Extract SECRET_KEY and user credentials to web_config.json
- Create web_config.example.json as template
- Add web_config.json to .gitignore (sensitive info)
- Update docs: architecture, API reference, quick start guides
2026-04-28 09:25:47 +08:00
0ebd1d7ac6
docs: sync documentation with source code
...
- Fix branch badge: test -> main in README files
- Update tool_limits config: remove non-existent persona_query_max and task_query_max fields
- Complete memory tools list: add memory_archive, memory_cleanup, context_rewrite
- Remove 'experimental' labels from context_rewrite feature
2026-04-17 10:08:50 +08:00
2aa6e9240f
feat: 添加 context_rewrite 工具并清理工具限制器死配置
...
- 新增 context_rewrite 工具:允许 AI 在单轮内压缩工具调用上下文
- 清理 persona_query_max 和 task_query_max 死配置(commit 9be60ba 引入)
- 同步全栈:后端/前端/文档/测试 18 个文件
- 测试:70/70 通过
2026-04-16 14:33:21 +08:00
09a45c52e7
docs: 修正 API 文档响应结构描述 + 添加缺失测试
...
- 修正 PROCESS_MESSAGE 响应数据访问路径 (result['content'] -> result['data']['content'])
- 添加 CLEAR_HISTORY 文档说明 (基于 SAVE_HISTORY 空消息实现)
- 添加 test_clear_history 和 test_send_message_is_alias 测试用例
- 优化 BackendClient 历史相关方法的返回值处理
2026-04-15 12:09:48 +08:00
a8165874ad
feat: 添加聊天记录持久化功能 - 启动时从数据库加载历史,消息处理后自动保存
2026-04-15 10:49:53 +08:00
8d15624b56
docs: fix startup flow to match backend-config-managed architecture
2026-04-14 16:41:22 +08:00
558eee4f58
docs: fix garbled text, sync architecture with code, add tool limits API
2026-04-14 16:28:17 +08:00
e3aceed825
fix: 修正语言切换链接文本
2026-04-14 13:27:45 +08:00
8b1663b1c9
docs: 添加中英文切换链接
...
- docs/zh/README.md 添加切换到英文版链接
- docs/en/README.md 添加切换到中文版链接
2026-04-14 13:27:01 +08:00
29d15707f5
docs: 重构为 docs/zh/ + docs/en/ 子文件夹结构
...
- 拆分为 docs/zh/(中文) 和 docs/en/(英文)
- README 索引对应语言子文件夹
- 保留所有文档内容
2026-04-14 13:25:53 +08:00