hermes-agent-features/environments/tool_call_parsers
teknium1 dc55f493be fix: add missing re.DOTALL to DeepSeek V3.1 parser (same bug as V3)
The V3.1 parser had the same issue — .*? without re.DOTALL fails to
match multi-line JSON arguments. Found during review of PR #444.
2026-03-06 04:41:47 -08:00
..
__init__.py
deepseek_v3_1_parser.py fix: add missing re.DOTALL to DeepSeek V3.1 parser (same bug as V3) 2026-03-06 04:41:47 -08:00
deepseek_v3_parser.py
glm45_parser.py
glm47_parser.py
hermes_parser.py
kimi_k2_parser.py
llama_parser.py
longcat_parser.py
mistral_parser.py
qwen3_coder_parser.py
qwen_parser.py