ReMe/reme
jinliyl 9cb8dc834e
feat(reme): add configurable file watcher support (#181)
- Add default_file_watcher_config parameter to RemeLight constructor
- Document file watcher configuration options in docstring
- Implement logic to merge custom watch paths with default paths
- Set up default watch paths including MEMORY.md, memory.md and memory directory
- Replace hardcoded file watcher config with dynamic merged configuration
2026-03-26 15:46:42 +08:00
..
config refactor(file_io): update file I/O operations and truncation logic (#177) 2026-03-25 20:21:37 +08:00
core refactor(core): replace text truncation utilities with new marker system (#179) 2026-03-26 12:10:24 +08:00
extension feat(memory): replace memory formatter with AsMsgHandler for enhanced message processing 2026-03-06 16:29:52 +08:00
memory refactor(core): replace text truncation utilities with new marker system (#179) 2026-03-26 12:10:24 +08:00
__init__.py chore(release): bump version to 0.3.1.4 2026-03-25 20:22:46 +08:00
reme.py feat(memory): add ContextChecker component for context size management (#144) 2026-03-06 23:43:42 +08:00
reme_cli.py refactor(cli): using AgentScope components to reimplement the reme_cli logic (#153) 2026-03-12 11:23:36 +08:00
reme_light.py feat(reme): add configurable file watcher support (#181) 2026-03-26 15:46:42 +08:00