OpenSpace/tests/skill_engine
santhreal 5e2ef821b5 fix(skill_engine): parse LLM JSON despite trailing brace prose
Greedy \{.*\} matching spanned into later prose braces, so json.loads
failed and analysis/capture dropped valid objects. Use raw_decode from
the first brace, matching agents.base.
2026-07-18 18:35:43 -07:00
..
decision v2 initial commit 2026-07-17 11:43:42 +08:00
evolution v2 initial commit 2026-07-17 11:43:42 +08:00
test_analyzer_length_recovery.py v2 initial commit 2026-07-17 11:43:42 +08:00
test_evolution_retry_idempotency.py v2 initial commit 2026-07-17 11:43:42 +08:00
test_evolver_length_recovery.py v2 initial commit 2026-07-17 11:43:42 +08:00
test_extract_json_trailing_prose.py fix(skill_engine): parse LLM JSON despite trailing brace prose 2026-07-18 18:35:43 -07:00
test_skill_trust_lifecycle.py v2 initial commit 2026-07-17 11:43:42 +08:00