ReMe/reme/core
jinliyl 8b1698451e
fin(emb_dim) (#150)
* fix(logger): handle file logging configuration errors gracefully

* fix(embedding): handle embedding dimension mismatches and improve caching

* fix(file-watcher): clear file store on changes to prevent stale data

* refactor(logger): update logger implementation and fix message translation

* refactor(logger): update logger configuration and add documentation
2026-03-10 18:19:00 +08:00
..
as_llm refactor(core): update registry registration syntax and improve code formatting 2026-03-06 01:57:29 +08:00
as_llm_formatter refactor(core): update registry registration syntax and improve code formatting 2026-03-06 01:57:29 +08:00
embedding fin(emb_dim) (#150) 2026-03-10 18:19:00 +08:00
enumeration refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
file_store fin(emb_dim) (#150) 2026-03-10 18:19:00 +08:00
file_watcher fin(emb_dim) (#150) 2026-03-10 18:19:00 +08:00
flow refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
llm Dev/readme (#137) 2026-03-04 18:43:21 +08:00
op refactor(core): update registry registration syntax and improve code formatting 2026-03-06 01:57:29 +08:00
schema refactor(memory): restructure file-based memory components and enhance message handling (#145) 2026-03-07 15:22:56 +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 fin(emb_dim) (#150) 2026-03-10 18:19:00 +08:00
vector_store refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
__init__.py refactor(core): update registry registration syntax and improve code formatting 2026-03-06 01:57:29 +08:00
application.py refactor(core): update registry registration syntax and improve code formatting 2026-03-06 01:57:29 +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 feat(core): integrate AgentScope LLM support with enhanced memory management 2026-03-06 01:33:48 +08:00
runtime_context.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
service_context.py feat(core): integrate AgentScope LLM support with enhanced memory management 2026-03-06 01:33:48 +08:00