ReMe/reme
jinliyl 329fd9a6a6
refactor(config): remove max_file_bytes limit from background jobs (#367)
- Removed max_file_bytes configuration from index_update_loop, resource_watch_loop, digest_watch_loop, and reindex jobs
- Updated default.yaml to reflect simplified job configurations without file size limits
- Removed corresponding test case that validated the 20 MiB limit behavior
- Simplified watch directories and suffixes to basic configurations
- Cleaned up unnecessary commented configurations in the YAML file
2026-07-17 11:26:39 +08:00
..
components refactor(embedding): defer provider construction until first remote call (#361) 2026-07-15 20:46:36 +08:00
config refactor(config): remove max_file_bytes limit from background jobs (#367) 2026-07-17 11:26:39 +08:00
enumeration Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
schema refactor(embedding): update embedding model initialization and session storage paths (#329) 2026-07-08 12:30:46 +09:00
steps chore(benchmark): remove longmemeval final answer review file (#366) 2026-07-16 20:32:28 +08:00
utils feat(core): add shell execution and runtime memory status (#344) 2026-07-14 16:31:41 +08:00
__init__.py feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00
application.py feat(benchmark): add LongMemEval golden answer validation (#335) 2026-07-13 21:26:27 +08:00
constants.py feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00
reme.py feat(core): add shell execution and runtime memory status (#344) 2026-07-14 16:31:41 +08:00