fix: use json_repair for robust LLM response parsing

This commit is contained in:
Re-bin
2026-02-15 08:11:33 +00:00
parent 728874179c
commit 49fec3684a
4 changed files with 12 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ dependencies = [
"python-socks[asyncio]>=2.4.0",
"prompt-toolkit>=3.0.0",
"mcp>=1.0.0",
"json-repair>=0.30.0",
]
[project.optional-dependencies]