OpenSpace/openspace/skill_engine/evolution
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
..
__init__.py v2 initial commit 2026-07-17 11:43:42 +08:00
admission.py v2 initial commit 2026-07-17 11:43:42 +08:00
audit.py v2 initial commit 2026-07-17 11:43:42 +08:00
audit_tools.py v2 initial commit 2026-07-17 11:43:42 +08:00
authoring.py v2 initial commit 2026-07-17 11:43:42 +08:00
authoring_contract.py v2 initial commit 2026-07-17 11:43:42 +08:00
backfill.py v2 initial commit 2026-07-17 11:43:42 +08:00
behavior_eval.py v2 initial commit 2026-07-17 11:43:42 +08:00
candidates.py v2 initial commit 2026-07-17 11:43:42 +08:00
capture_semantic.py fix(skill_engine): parse LLM JSON despite trailing brace prose 2026-07-18 18:35:43 -07:00
engine.py v2 initial commit 2026-07-17 11:43:42 +08:00
eval_worker.py v2 initial commit 2026-07-17 11:43:42 +08:00
job_completion.py v2 initial commit 2026-07-17 11:43:42 +08:00
recovery.py v2 initial commit 2026-07-17 11:43:42 +08:00
validator.py v2 initial commit 2026-07-17 11:43:42 +08:00