Enhance PDF generation and update configurations: Add PDF_LOGO_PATH to .env.example, include markdown-pdf in requirements.txt, and refactor PDF generation logic to support logo integration. Introduce tests for PDF generation from Markdown input and update summarizer agent to streamline export functionality.
3cd0aad
Cyril Duplandcommited on
feat voice: init
48d6c63
Cyril Duplandcommited on
Include project knowledge in Workflow
53e5530
Cyril Duplandcommited on
Enhance conversation workflows by introducing summarization and classification agents. Implement retrieval nodes for document fetching, and update settings for Supabase integration. Add Markdown to PDF conversion utilities and improve agent service to handle document metadata. Refactor agent registry to support orchestrated workflows.
0ef1224
Cyril Duplandcommited on
Refactor create_simple_graph_with_history to streamline system message creation by directly appending context information, enhancing clarity and reducing redundancy in message handling.
a564144
Cyril Duplandcommited on
Refactor system message handling in create_simple_graph_with_history to utilize a template for dynamic content generation, improving clarity and maintainability. Update SYSTEM_PROMPT to SYSTEM_PROMPT_TEMPLATE for consistency in prompt management.
5a6a7e4
Cyril Duplandcommited on
Refactor create_simple_graph_with_history to conditionally add SystemMessage only if not already present in conversation history, improving message management. Update agent_service.py to handle system messages in the message list.
9dc5e11
Cyril Duplandcommited on
Update base_graph.py to format document output with XML-like tags and adjust retriever calls to specify a limit of 8 results for both formation and prestation types, improving document retrieval efficiency.
31b74c7
Cyril Duplandcommited on
Fix streaming mode with old messages
29dbbb8
Cyril Duplandcommited on
Refactor base_graph.py to support dual document types for retrieval and context formatting, enhancing the agent's ability to handle formation and prestation contexts separately.
b36f20e
Cyril Duplandcommited on
Add first retriever
cda0fc0
Cyril Duplandcommited on
Enhance base_graph.py to include SystemMessage and integrate system prompt in LLM call for improved conversation context
8f0bd26
Cyril Duplandcommited on
Update model references from GPT-5 Pro to GPT-5 across enums, models, and service files, and adjust agent registry to use the history-enabled graph creation function.