- Replaced `get_container_db_async_session` with `async_session_maker` for improved session handling in background tasks. - Refactored chat memory services to utilize a shared `mem0` client for better memory management. - Introduced new methods for retrieving and storing chat history, integrating with SQL and memory layers. - Enhanced error handling and response management in chat-related services. - Cleaned up unused code and improved overall structure for maintainability. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_chat_conversation_store.py | ||
| test_chat_memory_store.py | ||
| test_gemini_schema_support.py | ||
| test_image_generation.py | ||
| test_liteparse_service.py | ||
| test_mcp_server.py | ||
| test_mem0_presentation_memory_service.py | ||
| test_openai_schema_support.py | ||
| test_pptx_creator.py | ||
| test_pptx_slides_processing.py | ||
| test_presentation_generation_api.py | ||
| test_slide_to_html.py | ||