ReMe/reme/steps
jinliyl c3b1e93918
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.11 (push) Waiting to run
Tests ReMe / Unit Tests - py3.12 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run
Windows Smoke / CLI smoke - py3.11 (push) Waiting to run
feat(index): add file size limits and oversized file handling (#362)
* feat(index): add file size limits and oversized file handling

- Implement max_file_bytes configuration option for content processing jobs
- Add default 20MB file size limit for background processing in default config
- Skip oversized files during auto_resource step with appropriate metadata
- Clear stale index entries when oversized files are modified
- Add size-based filtering logic to update_changes step with skip reporting
- Include file size validation in UpdateIndexStep with proper response handling
- Add comprehensive tests for oversized file scenarios in auto_resource and update_index
- Document file size limits in constants with appropriate thresholds

* chore(version): bump version to 0.4.1.1

- Update __version__ from 0.4.1.0 to 0.4.1.1 in __init__.py

* fix(index): isolate batch metadata and handle file races
2026-07-15 21:01:18 +08:00
..
benchmark feat(benchmark): add LongMemEval golden answer validation (#335) 2026-07-13 21:26:27 +08:00
channel docs: rename vault_dir to workspace_dir in documentation and examples (#286) 2026-06-22 16:58:57 +08:00
common feat(core): add shell execution and runtime memory status (#344) 2026-07-14 16:31:41 +08:00
evolve feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00
file_io feat(benchmark): add LongMemEval golden answer validation (#335) 2026-07-13 21:26:27 +08:00
index feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00
transfer feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
__init__.py feat(benchmark): add lme benchmark steps (#326) 2026-07-07 18:53:39 +09:00
base_step.py feat(index): add file size limits and oversized file handling (#362) 2026-07-15 21:01:18 +08:00