ReMe/reme/core
jinli.yl 20b37414cb
Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
fix(file-watcher): enable force polling for file watcher
- Set force_polling=True in awatch to improve file detection reliability
- Bump version from 0.3.1.8 to 0.3.1.9
2026-05-14 14:40:07 +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 Dev/token (#159) 2026-03-17 11:07:31 +08:00
as_token_counter feat(core): update version and enhance configuration management (#164) 2026-03-18 15:16:10 +08:00
embedding style(memory): update message formatting and improve logging (#175) 2026-03-24 00:20:15 +08:00
enumeration refactor(core): replace memory stores with file stores and update architecture 2026-02-26 14:18:12 +08:00
file_store add zvec vector/file store (#218) 2026-05-08 17:12:11 +08:00
file_watcher fix(file-watcher): enable force polling for file watcher 2026-05-14 14:40:07 +08:00
flow refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
llm feat(core): update version and enhance configuration management (#164) 2026-03-18 15:16:10 +08:00
op refactor(file_store): move sqlite3 imports inside initialization methods (#193) 2026-03-31 20:59:59 +08:00
schema 添加log_to_file的开关 (#205) 2026-04-13 10:49:26 +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 添加log_to_file的开关 (#205) 2026-04-13 10:49:26 +08:00
vector_store feat(vector_store): add Hologres vector store implementation (#226) 2026-05-09 10:30:37 +08:00
__init__.py refactor(cli): using AgentScope components to reimplement the reme_cli logic (#153) 2026-03-12 11:23:36 +08:00
application.py 添加log_to_file的开关 (#205) 2026-04-13 10:49:26 +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(cli): using AgentScope components to reimplement the reme_cli logic (#153) 2026-03-12 11:23:36 +08:00
runtime_context.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
service_context.py 添加log_to_file的开关 (#205) 2026-04-13 10:49:26 +08:00