- Introduced CodexLLMAdapter to handle structured and unstructured LLM calls via the Codex Responses API. - Implemented methods for converting tool formats and building request bodies for Codex. - Refactored LLMClient to utilize CodexLLMAdapter, enhancing tool call handling and response processing. - Updated LLMToolCallsHandler to support Codex as a valid LLM provider. - Enhanced schema utilities for better JSON schema handling. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| codex_llm.py | ||
| concurrent_service.py | ||
| database.py | ||
| docling_service.py | ||
| documents_loader.py | ||
| html_to_text_runs_service.py | ||
| icon_finder_service.py | ||
| image_generation_service.py | ||
| llm_client.py | ||
| llm_tool_calls_handler.py | ||
| pptx_presentation_creator.py | ||
| score_based_chunker.py | ||
| temp_file_service.py | ||
| webhook_service.py | ||