headroom/tests/test_integrations
chopratejas 876949e638 Fix LangChain tool_call argument handling for varied message formats
LangChain provides tool_call args in different shapes (dict args, str
arguments, nested function.arguments) depending on the source. Add
_tool_call_args_to_json() helper to normalize all formats to JSON strings.
Use .get() instead of [] to handle missing keys gracefully.
2026-02-27 20:09:18 -08:00
..
agno Add reasoning capability forwarding to HeadroomAgnoModel 2026-01-21 20:32:02 -08:00
langchain Fix LangChain tool_call argument handling for varied message formats 2026-02-27 20:09:18 -08:00
mcp Add seamless LangChain integration 2026-01-14 16:03:34 -08:00
__init__.py Initial commit: Headroom SDK - LLM context optimization toolkit 2026-01-06 23:16:58 -08:00