ReMe/reme/core
2026-02-25 12:05:28 +08:00
..
context feat(memory_store): add pure-python local memory store implementation 2026-02-19 23:58:54 +08:00
embedding feat(memory_store): add pure-python local memory store implementation 2026-02-19 23:58:54 +08:00
enumeration feat(chat): add FsCli chat agent with streaming capabilities 2026-02-08 03:05:11 +08:00
file_watcher feat(cli): add ReMeCli class with interactive chat functionality 2026-02-11 17:23:15 +08:00
flow refactor(core): update registry naming and application configuration 2026-02-07 15:05:02 +08:00
llm feat(memory_store): add pure-python local memory store implementation 2026-02-19 23:58:54 +08:00
memory_store refactor(memory_store): remove async executor for file operations and add metadata caching 2026-02-20 00:29:38 +08:00
op feat(chat): add FsCli chat agent with streaming capabilities 2026-02-08 03:05:11 +08:00
schema add safe_metadata in memory_node.py 2026-02-25 12:05:28 +08:00
service feat(chat): add FsCli chat agent with streaming capabilities 2026-02-08 03:05:11 +08:00
token_counter refactor(core): update registry naming and application configuration 2026-02-07 15:05:02 +08:00
utils feat(core): upgrade version to 0.3.0.0b1 and add metadata configuration 2026-02-15 18:29:46 +08:00
vector_store refactor(core): update registry naming and application configuration 2026-02-07 15:05:02 +08:00
__init__.py refactor(core): rename memory_storage to memory_store and add base fs tool 2026-02-07 03:37:12 +08:00
application.py feat(core): add methods to update default LLM and embedding model names 2026-02-20 01:04:04 +08:00