ReMe/reme/core
2026-03-02 19:27:29 +08:00
..
embedding feat(embedding): add conditional dimensions parameter support for OpenAI embeddings 2026-03-02 19:27:29 +08:00
enumeration refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
file_store feat(file_store): make embedding_model optional in base file store 2026-02-26 21:28:45 +08:00
file_watcher refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
flow refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
llm refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
op refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
schema Merge branch 'main' into dev_0227 2026-02-27 14:06:11 +08:00
service refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
token_counter refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
tools refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
utils refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
vector_store refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
__init__.py refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
application.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
base_dict.py refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
prompt_handler.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
registry_factory.py refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
runtime_context.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
service_context.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00