Commit graph

144 commits

Author SHA1 Message Date
jinli.yl
58ca1f4fac fix(core): update version and enhance compactor execution with service context 2026-03-04 13:51:55 +08:00
jinliyl
5584a5c239
feat(memory): add CoPaw file-based memory system with compaction and … (#134)
* feat(memory): add CoPaw file-based memory system with compaction and summarization

* feat(reme): add tool result cleanup and retention management

* fix(memory): resolve copaw memory processing and prompt formatting issues

* docs(reme_copaw): update documentation and initialization logic

* refactor(reme): remove override parameters from compact_tool_result

* feat(docs): update README to reflect CoPaw memory system integration

* chore(docs): update model names in documentation
2026-03-04 10:55:43 +08:00
Zhouwk
fd5c06bf0d
Update Halumemeval and Longmemeval ; Update Version 0.3.0.2 (#132)
* feat(reme): 添加配置选项以启用或禁用个人资料功能
2026-03-03 13:11:40 +08:00
Zhouwk
9294e65dfb
Add bool trigger on Profile memory ; Update Longmemeval Eval and HalumemEval (#129)
* feat(reme): 添加配置选项以启用或禁用个人资料功能
2026-03-03 11:29:49 +08:00
jinli.yl
ab4dbd6220 fix(embedding): disable dimensions parameter by default 2026-03-03 10:50:56 +08:00
jinli.yl
11a42d02c1 feat(embedding): add conditional dimensions parameter support for OpenAI embeddings 2026-03-02 19:27:29 +08:00
jinli.yl
3dcb9e09f4 fix(profiles): disable thinking parameters in ReadAllProfiles tool 2026-03-02 11:53:30 +08:00
jinliyl
0bb6321285
docs(reme): update README with comprehensive documentation for file-b… (#122)
* docs(reme): update README
2026-02-28 22:27:38 +08:00
jinli.yl
206da3e937 release(version): remove beta tag from version string 2026-02-28 13:49:54 +08:00
jinli.yl
c4e6225336 refactor(memory): restructure tool and procedural memory agents with enhanced capabilities 2026-02-27 16:17:22 +08:00
jinli.yl
1d2cc36957 refactor(memory): integrate procedural memory into extension module 2026-02-27 14:55:00 +08:00
caozouying.czy
1aad787267 update service.yaml 2026-02-27 14:43:34 +08:00
caozouying.czy
bb0d0ee248 Merge branch 'main' into dev_0227 2026-02-27 14:06:11 +08:00
caozouying.czy
3760c22d45 update for pre-commit check 2026-02-27 13:30:22 +08:00
jinli.yl
e8d7c56739 feat(file_store): make embedding_model optional in base file store 2026-02-26 21:28:45 +08:00
jinli.yl
d17ac08340 refactor(schema): remove default name field from service config 2026-02-26 20:21:43 +08:00
jinli.yl
370450f157 refactor(reme): remove unused context methods and update config path default 2026-02-26 18:25:38 +08:00
jinli.yl
115373ab30 refactor(benchmark): remove unused llm config and update test parameters 2026-02-26 18:20:12 +08:00
jinli.yl
23f7c51a1a refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
jinli.yl
6efecf1a3e refactor(memory): rename fs components to fb and reorganize modules 2026-02-26 16:47:04 +08:00
caozouying.czy
4ad977408e update reme.py for consistency 2026-02-26 16:06:04 +08:00
jinli.yl
8baaff9427 up 2026-02-26 15:42:26 +08:00
jinli.yl
ed133ffc30 refactor(core): restructure module organization and enhance error handling 2026-02-26 15:34:36 +08:00
jinli.yl
64b497e330 refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
caozouying.czy
8baefb88df merge origin/main 2026-02-26 12:33:41 +08:00
jinli.yl
40eddf442a refactor(memory_store): simplify list comprehension expressions 2026-02-25 23:39:58 +08:00
jinli.yl
bb0c2df97d refactor(memory): replace internal ChunkRecord with MemoryChunk model 2026-02-25 23:20:24 +08:00
jinli.yl
8f80cd17c1 perf(core): optimize memory store similarity search performance 2026-02-25 18:27:05 +08:00
caozouying.czy
5cbf9f3f14 update: resolve JSONDecodeError in task_memory_validation 2026-02-25 12:05:28 +08:00
caozouying.czy
4bb260ddad add safe_metadata in memory_node.py 2026-02-25 12:05:28 +08:00
caozouying.czy
7a69ec6cec update default.yaml 'flows' 2026-02-25 12:05:28 +08:00
caozouying.czy
8765d0273d update memory_deduplication.py 2026-02-25 12:05:28 +08:00
caozouying.czy
72c91bef10 update for git pull conflict resolve 2026-02-25 12:05:28 +08:00
jinli.yl
77928ccb8d refactor(config): update default LLM model and optimize fs compactor logic 2026-02-24 22:00:09 +08:00
jinli.yl
b1160d3b8e fix(embedding): add list type check for embeddings in cache loading 2026-02-24 20:50:11 +08:00
jinli.yl
f970d5e778 feat(filewatcher): add logging for files added to memory store during scan on start 2026-02-24 20:38:38 +08:00
jinli.yl
e9757bccf6 refactor(core): restructure application initialization and component management 2026-02-24 19:45:47 +08:00
jinli.yl
3408e8dcf1 feat(core): add methods to update default LLM and embedding model names 2026-02-20 01:04:04 +08:00
jinli.yl
793b8f7d59 config: switch memory store backend from local to chroma 2026-02-20 00:34:39 +08:00
jinli.yl
48b1136707 refactor(memory_store): remove async executor for file operations and add metadata caching 2026-02-20 00:29:38 +08:00
jinli.yl
1cd957c14f feat(memory_store): add pure-python local memory store implementation 2026-02-19 23:58:54 +08:00
jinli.yl
3520587533 feat(tool): modify execute method to return result in gallery code execution 2026-02-15 20:40:10 +08:00
jinli.yl
71d36e61e4 feat(cli): add horse easter egg with fireworks and galloping animation 2026-02-15 20:25:57 +08:00
jinli.yl
a753a81852 feat(core): upgrade version to 0.3.0.0b1 and add metadata configuration 2026-02-15 18:29:46 +08:00
jinli.yl
a8604af78f feat(cli): enable vector search and improve chat history management 2026-02-15 13:29:46 +08:00
jinli.yl
cdda48aab4 feat(core): add async code execution and improve execution utilities 2026-02-14 21:27:04 +08:00
jinli.yl
41876bdbfb refactor(core): implement lazy initialization for OpenAI clients 2026-02-13 10:58:52 +08:00
jinli.yl
eae723b5d4 chore(version): bump version to 0.3.0.0a8 2026-02-13 10:31:20 +08:00
jinli.yl
769be6f968 fix(logger): replace colons with dashes in log filenames for Windows compatibility 2026-02-13 10:30:57 +08:00
jinli.yl
99b26c1fdc feat(context): reinitialize thread pool and Ray when starting service context 2026-02-12 21:02:05 +08:00