routeur_ia_api / graphs

Commit History

Refactoring gestion Agent
c392583

Cyril Dupland commited on

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 Dupland commited on

feat voice: init
48d6c63

Cyril Dupland commited on

Include project knowledge in Workflow
53e5530

Cyril Dupland commited 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 Dupland commited 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 Dupland commited 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 Dupland commited 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 Dupland commited 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 Dupland commited on

Fix streaming mode with old messages
29dbbb8

Cyril Dupland commited 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 Dupland commited on

Add first retriever
cda0fc0

Cyril Dupland commited on

Enhance base_graph.py to include SystemMessage and integrate system prompt in LLM call for improved conversation context
8f0bd26

Cyril Dupland commited 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.
717a5de

Cyril Dupland commited on

FIrst Commit
d28f1ed

Cyril Dupland commited on