|
|
17978cc71f
|
feat: 新增 memory_query_archived 工具,支持按时间/关键词查询归档记忆
|
2026-04-30 09:01:04 +08:00 |
|
|
|
c046e6ff6a
|
feat: 日志持久化(6h归档) + purge增强(source_type/source_has_status过滤)
- ActivityRecorder 新增 LogPersister 后台线程,每10s增量写入logs/operations.*.log
- 日志每6小时自动gzip压缩归档
- memory_purge 新增 source_type / target_type / source_has_status 过滤条件
- 支持精准清理已归档任务的残留 HAS_STATE 关系
|
2026-04-30 08:36:02 +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 |
|
|
|
ddc84382fd
|
fix: 修复 TUI 界面 API Key 配置和消息处理问题
1. 修复配置保存问题:config_section.py 现在正确发送 API 配置和工具限制两个消息
2. 修复代理环境变量问题:graph_client.py 自动修正缺少 scheme 前缀的代理 URL
3. 修复响应解析问题:app.py 正确从 data 字段获取 content 和 tool_calls
4. 添加操作日志更新:app.py 处理工具调用信息并更新操作日志
🤖 Generated with CodeArts Agent
|
2026-04-14 23:46:21 +08:00 |
|
|
|
c742a30e1b
|
refactor: 统一 Packet 通信协议 + 后端配置管理 + UI 清理
- 合并 server.py 到 core/__init__.py,使用统一 Packet 协议
- 后端管理配置持久化 (~/.trulymem/config.json)
- 前端移除 ConfigService,通过 BackendClient 与后端通信
- 删除 UI 中冗余的 AI 推理逻辑 (chat_service, tool_service, message_handler)
- 删除 core/tools 重复文件 (tool_executor, tool_limiter)
- 提示词管理器支持用户自定义 (~/.trulyemem/system_prompt.md)
- 启动入口优化配置路径逻辑
- 更新测试覆盖 (42 tests)
- 更新文档
|
2026-04-14 11:49:39 +08:00 |
|
|
|
83906a6985
|
refactor: restructure to core/ + ui/ with multi-threaded backend
|
2026-04-12 18:15:55 +08:00 |
|