Legal Compliance (GDPR + eIDAS + AI Act)

agent_legal_compliance · action · Utility · Available · v1.0.0

Description

AI agent specialised in legal compliance of Italian and EU documents: analyses contracts, privacy policies, ToS, DPAs and cookie banners against GDPR, eIDAS and AI Act requirements, returning findings with severity and article references.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
documentText
Testo documento
expressionyes
{{input.contractText}} o {{$node.PdfParse.output.text}}
Testo del documento da analizzare. Min 200 char, max 200KB. Per PDF usa action_pdf_parse upstream.
frameworks
Framework da verificare
enum
gdprgdpr,eidasgdpr,eidas,ai_actgdpr,eidas,ai_act,dpr445,consumer,eprivacy
nogdpr,eidas,ai_actCSV framework. Più framework = analisi più lunga ma più completa.
documentType
Tipo documento (hint)
enum
autoprivacy_policyterms_of_servicedpacontract_b2bcontract_b2ccookie_bannerdpiaother
noautoType hint per prompt specializzato. "auto" detect dal contenuto via LLM.
jurisdiction
Giurisdizione
enum
it_eueuit
noit_euit_eu = Italia + EU (default), eu = solo EU, it = solo Italia (D.lgs. nazionali).
severityFloor
Severity minima
enum
criticalhighmediumlow
nomediumSoglia minima findings nel report. medium = ignora "low" notes pedanti.
useExternalKb
Usa KB esterno legal_kb_it_eu (avanzato)
booleannofalseDefault OFF: il nodo usa compendio normative inline (out-of-the-box, zero setup). ON: abilita tool searchKnowledge su collection legal_kb_it_eu — richiede popolazione manuale del KB con full-text articoli/giurisprudenza.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-agent_legal_compliance-1",
  "defId": "agent_legal_compliance",
  "label": "Legal Compliance (GDPR + eIDAS + AI Act)",
  "config": {
    "documentText": "{{input.contractText}} o {{$node.PdfParse.output.text}}",
    "frameworks": "gdpr,eidas,ai_act",
    "documentType": "auto",
    "jurisdiction": "it_eu",
    "severityFloor": "medium",
    "useExternalKb": false
  }
}

🔗 Related nodes in the same category

Ready to use Legal Compliance (GDPR + eIDAS + AI Act)?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes