presenton/servers/fastapi/tests
sudipnext 4e87dc8b70 refactor: Update database session management and enhance chat memory services
- 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.
2026-04-25 19:10:39 +05:45
..
__init__.py feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
test_chat_conversation_store.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
test_chat_memory_store.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
test_gemini_schema_support.py feat(fastapi): adds slide assets generation, adds dict and schema processors, fix(nextjs): changes image and icon schema fields to __xxxxx__ 2025-07-17 06:38:02 +05:45
test_image_generation.py fix: update placeholder image paths to use a consistent placeholder.jpg across image generation service and tests 2026-04-22 12:50:21 +05:45
test_liteparse_service.py Refactor code structure for improved readability and maintainability 2026-04-20 19:47:59 +05:45
test_mcp_server.py feat: add demo GIF for MCP architecture overview and remove obsolete regenerate_outline tests 2025-08-05 20:19:21 +05:45
test_mem0_presentation_memory_service.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
test_openai_schema_support.py feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
test_pptx_creator.py fix(fastapi): adds a default transparent shadow effect if shadow is None while creating PPTX, fix(nextjs): improvements on presentation_to_pptx_model endpoint, fix(nextjs): improves pdf export 2025-07-24 00:13:58 +05:45
test_pptx_slides_processing.py feat: endpoints to convert slide to html and html to react component 2025-07-30 03:02:08 +05:45
test_presentation_generation_api.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
test_slide_to_html.py fix: update placeholder image paths to use a consistent placeholder.jpg across image generation service and tests 2026-04-22 12:50:21 +05:45