File size: 930 Bytes
5c805a8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | name: document_analysis
description: "GDPR-compliant EU document analysis pipeline"
mode: agentic
budget_eur: 0.20
locale: fr
gdpr_level: strict
agents:
- id: extractor
role: "Document Extractor"
goal: "Extract text, tables, and key data from documents"
backstory: "Expert in document processing and OCR"
model: pixtral-large
tools: [document_library]
max_iter: 10
- id: analyzer
role: "Legal Analyst"
goal: "Analyze content for key clauses, risks, obligations"
backstory: "French legal analyst with EU law expertise"
model: magistral-medium
reasoning: true
locale: fr
- id: summarizer
role: "Executive Summarizer"
goal: "Produce bilingual FR/EN executive summary"
backstory: "Senior consultant, bilingual FR/EN"
model: mistral-small
handoffs:
- from: "Document Extractor"
to: "Legal Analyst"
- from: "Legal Analyst"
to: "Executive Summarizer"
|