feat: ERL heuristic extraction from cross-task traces (#1359) - #1397
Closed
Lexus2016 wants to merge 3 commits into
Closed
feat: ERL heuristic extraction from cross-task traces (#1359)#1397Lexus2016 wants to merge 3 commits into
Lexus2016 wants to merge 3 commits into
Conversation
Slice A of the ERL pipeline. Extracts reusable (tool, status) heuristics from recorded trajectory data, scored by cross-task frequency and outcome correlation. No LLM — deterministic keyword/rule extraction. New files: - scripts/evolution_heuristic_extract.py: extraction pipeline - tests/scripts/test_evolution_heuristic_extract.py: 12 tests Foundation for Slice B (judge-reranked retrieval, #1360) and Slice C (system-prompt injection, #1361). Closes #1359 Co-Authored-By: Hermes Evolution <evolution@hermes.ai>
This was referenced Jul 28, 2026
Owner
Author
|
Closing: dead code — To fix for rework: Wire the extractor into the evolution pipeline so it actually runs. Concretely: register it as a cron job (or call it from an existing evolution stage) so Re-open a PR once the extractor is actually invoked from the pipeline. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Slice A of the ERL pipeline (#1359). Extracts reusable heuristics from trajectory data, scored by cross-task frequency and outcome correlation. No LLM. 12 tests pass. Foundation for Slice B (#1360) and Slice C (#1361). Note: 403 lines exceeds autonomous merge cap — keeping open for human review. Closes #1359