- Replace json.dumps(result) with result.model_dump_json() for Pydantic models to fix TypeError during consolidation - Wrap record_llm_call tracing block in try/except so logging failures never propagate to retry handler - Fix test_llm_provider.py to use _get_raw_config() for bank-configurable enable_observations field |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| anthropic_llm.py | ||
| claude_code_llm.py | ||
| codex_llm.py | ||
| gemini_llm.py | ||
| mock_llm.py | ||
| openai_compatible_llm.py | ||