OpenSpace/openspace
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
..
agents v2 initial commit 2026-07-17 11:43:42 +08:00
cli v2 initial commit 2026-07-17 11:43:42 +08:00
cloud v2 initial commit 2026-07-17 11:43:42 +08:00
communication v2 initial commit 2026-07-17 11:43:42 +08:00
config v2 initial commit 2026-07-17 11:43:42 +08:00
core v2 initial commit 2026-07-17 11:43:42 +08:00
entrypoints v2 initial commit 2026-07-17 11:43:42 +08:00
grounding v2 initial commit 2026-07-17 11:43:42 +08:00
host_detection v2 initial commit 2026-07-17 11:43:42 +08:00
host_skills v2 initial commit 2026-07-17 11:43:42 +08:00
llm v2 initial commit 2026-07-17 11:43:42 +08:00
local_server v2 initial commit 2026-07-17 11:43:42 +08:00
persistence v2 initial commit 2026-07-17 11:43:42 +08:00
platforms v2 initial commit 2026-07-17 11:43:42 +08:00
prompts v2 initial commit 2026-07-17 11:43:42 +08:00
protocol v2 initial commit 2026-07-17 11:43:42 +08:00
recording v2 initial commit 2026-07-17 11:43:42 +08:00
runtime v2 initial commit 2026-07-17 11:43:42 +08:00
services v2 initial commit 2026-07-17 11:43:42 +08:00
skill_engine fix(skill_engine): parse LLM JSON despite trailing brace prose 2026-07-18 18:35:43 -07:00
skills/remember v2 initial commit 2026-07-17 11:43:42 +08:00
telemetry v2 initial commit 2026-07-17 11:43:42 +08:00
tool_runtime v2 initial commit 2026-07-17 11:43:42 +08:00
tools v2 initial commit 2026-07-17 11:43:42 +08:00
utils v2 initial commit 2026-07-17 11:43:42 +08:00
.env.example v2 initial commit 2026-07-17 11:43:42 +08:00
__init__.py v2 initial commit 2026-07-17 11:43:42 +08:00
application.py v2 initial commit 2026-07-17 11:43:42 +08:00