agnes-the-ai-analyst/connectors/llm
Petr f619fadc42 Fix SSL verification and suppress OpenAI SDK debug logging
- Add verify_ssl config option for corporate proxies with self-signed certs
- Suppress openai/httpx debug loggers that dump full request bodies
  (including prompt content) — security requirement
2026-03-23 12:56:04 +01:00
..
__init__.py Add modular LLM connector for Corporate Memory 2026-03-23 12:08:33 +01:00
anthropic_provider.py Add modular LLM connector for Corporate Memory 2026-03-23 12:08:33 +01:00
base.py Add modular LLM connector for Corporate Memory 2026-03-23 12:08:33 +01:00
exceptions.py Add modular LLM connector for Corporate Memory 2026-03-23 12:08:33 +01:00
factory.py Fix SSL verification and suppress OpenAI SDK debug logging 2026-03-23 12:56:04 +01:00
openai_compat.py Fix SSL verification and suppress OpenAI SDK debug logging 2026-03-23 12:56:04 +01:00