OpenSpace/openspace/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
evidence v2 initial commit 2026-07-17 11:43:42 +08:00
evolution fix(skill_engine): parse LLM JSON despite trailing brace prose 2026-07-18 18:35:43 -07:00
signals v2 initial commit 2026-07-17 11:43:42 +08:00
triggers v2 initial commit 2026-07-17 11:43:42 +08:00
__init__.py v2 initial commit 2026-07-17 11:43:42 +08:00
analyzer.py fix(skill_engine): parse LLM JSON despite trailing brace prose 2026-07-18 18:35:43 -07:00
capture_contract.py v2 initial commit 2026-07-17 11:43:42 +08:00
conversation_formatter.py v2 initial commit 2026-07-17 11:43:42 +08:00
evolver.py v2 initial commit 2026-07-17 11:43:42 +08:00
fuzzy_match.py v2 initial commit 2026-07-17 11:43:42 +08:00
patch.py v2 initial commit 2026-07-17 11:43:42 +08:00
protocol.py v2 initial commit 2026-07-17 11:43:42 +08:00
registry.py v2 initial commit 2026-07-17 11:43:42 +08:00
skill_ranker.py v2 initial commit 2026-07-17 11:43:42 +08:00
skill_utils.py v2 initial commit 2026-07-17 11:43:42 +08:00
store.py v2 initial commit 2026-07-17 11:43:42 +08:00
types.py v2 initial commit 2026-07-17 11:43:42 +08:00