ReMe/reme/steps
jinliyl 2eb05392c6
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
chore(benchmark): remove longmemeval final answer review file (#366)
* feat(benchmark): add final answer review step for evaluation

- Introduce FinalAnswerReviewStep to handle answer validation
- Add final_answer_review.jsonl dataset with 24 evaluation cases
- Include detailed reasoning and golden check results for each case
- Support various question types including temporal reasoning and preferences
- Implement time consistency checks for session references
- Add comprehensive test coverage for different evaluation scenarios

* chore(benchmark): remove longmemeval final answer review file

- Removed final_answer_review.jsonl containing 23 evaluation records
- Deleted question_id mappings with detailed reasoning for golden answers
- Removed answer correctness assessments and session time validation checks
- Cleaned up benchmark dataset used for memory evaluation testing
- Eliminated JSONL format evaluation results for temporal reasoning tasks
- Removed references to various session IDs and time-based validations

* config(default): disable shell step configuration by commenting out

- Commented out the shell step configuration in default.yaml
- Disabled asynchronous shell command execution capability
- Removed shell step from available backend operations
- Preserved traverse backend configuration unchanged

* refactor(tests): remove unused shell job test from config parser tests

- Removed test_default_config_registers_shell_job function that was no longer needed
- Kept existing test for frontmatter chunk metadata configuration
- Cleaned up test suite by removing obsolete test case
2026-07-16 20:32:28 +08:00
..
benchmark chore(benchmark): remove longmemeval final answer review file (#366) 2026-07-16 20:32:28 +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