ReMe/reme/core/schema
zouyingcao e5bb845196
refactor(cli): using AgentScope components to reimplement the reme_cli logic (#153)
* add: as_token_counters config for reme_cli

* add: reme_cli function

* update: format the terminal printing for reme_cli

* update: check for pre-commit

* single quotes for the inner dictionary keys

* update the usage of get_std_logger for pre-commit

* update the usage of get_std_logger for pre-commit

* add 'console_enabled' param in compactor&summarizer
2026-03-12 11:23:36 +08:00
..
__init__.py feat(core): integrate AgentScope LLM support with enhanced memory management 2026-03-06 01:33:48 +08:00
as_msg_stat.py refactor(memory): restructure file-based memory components and enhance message handling (#145) 2026-03-07 15:22:56 +08:00
cut_point_result.py feat(core): add memory storage and context checking capabilities 2026-02-08 19:24:53 +08:00
file_metadata.py feat(memory): implement file watcher with delta and full sync strategies 2026-02-06 01:58:28 +08:00
memory_chunk.py feat(memory): add memory management and file system tools 2026-02-03 22:29:45 +08:00
memory_node.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
memory_search_result.py fix(memory): improve search relevance and configuration defaults 2026-02-10 16:24:43 +08:00
message.py refactor(core): restructure application initialization and service context 2026-02-26 17:56:59 +08:00
request.py refactor(core): migrate core modules and update imports 2026-01-21 17:10:05 +08:00
response.py refactor(core): restructure core modules and update pre-commit configuration 2026-01-22 16:25:20 +08:00
service_config.py refactor(cli): using AgentScope components to reimplement the reme_cli logic (#153) 2026-03-12 11:23:36 +08:00
stream_chunk.py refactor(core): migrate core modules and update imports 2026-01-21 17:10:05 +08:00
tool_call.py refactor(memory): restructure memory modules and add versioned personal memory agents 2026-01-29 11:21:50 +08:00
truncation_result.py feat(memory): add memory management and file system tools 2026-02-03 22:29:45 +08:00
vector_node.py refactor(types): update type hints to use built-in generic types 2026-01-23 14:27:22 +08:00