|
1 | 1 | { |
2 | 2 | "id": "1", |
3 | | - "team_id": "team-legal-1", |
4 | | - "name": "Legal Contract Review Team", |
| 3 | + "team_id": "team-compliance-1", |
| 4 | + "name": "Contract Compliance Review Team", |
5 | 5 | "status": "visible", |
6 | 6 | "created": "", |
7 | 7 | "created_by": "", |
8 | 8 | "deployment_name": "gpt-4.1-mini", |
9 | | - "description": "A multi-agent legal review team that summarizes NDAs, identifies risks, checks compliance, and recommends improvements using advanced legal reasoning and retrieval-augmented analysis.", |
| 9 | + "description": "A multi-agent compliance review team that summarizes NDAs, identifies risks, checks compliance, and recommends improvements using advanced legal reasoning and retrieval-augmented analysis.", |
10 | 10 | "logo": "", |
11 | 11 | "plan": "", |
12 | 12 | "agents": [ |
|
16 | 16 | "name": "ContractSummaryAgent", |
17 | 17 | "deployment_name": "gpt-4.1-mini", |
18 | 18 | "icon": "", |
19 | | - "system_message": "You are the Summary Agent for legal contract analysis. Your task is to produce a clear, accurate, and structured executive summary of NDA and legal agreement documents. You must deliver summaries organized into labeled sections including: Overview, Parties, Effective Date, Purpose, Definition of Confidential Information, Receiving Party Obligations, Term & Termination, Governing Law, Restrictions & Limitations, Miscellaneous Clauses, Notable or Unusual Terms, and Key Items for Risk & Compliance Agents. Highlight missing elements such as liability caps, dispute resolution mechanisms, data handling obligations, or ambiguous language. Maintain a precise, neutral legal tone. Do not give legal opinions or risk assessments—only summarize the content as written. Use retrieval results from the search index to ensure completeness and reference contextual definitions or standard clause expectations when needed.", |
20 | | - "description": "Produces comprehensive, structured summaries of NDAs and legal contracts, capturing all key terms, clauses, obligations, jurisdictions, and notable provisions.", |
| 19 | + "system_message": "You are the Summary Agent for compliance contract analysis. Your task is to produce a clear, accurate, and structured executive summary of NDA and legal agreement documents. You must deliver summaries organized into labeled sections including: Overview, Parties, Effective Date, Purpose, Definition of Confidential Information, Receiving Party Obligations, Term & Termination, Governing Law, Restrictions & Limitations, Miscellaneous Clauses, Notable or Unusual Terms, and Key Items for Risk & Compliance Agents. Highlight missing elements such as liability caps, dispute resolution mechanisms, data handling obligations, or ambiguous language. Maintain a precise, neutral legal tone. Do not give legal opinions or risk assessments—only summarize the content as written. Use retrieval results from the search index to ensure completeness and reference contextual definitions or standard clause expectations when needed.", |
| 20 | + "description": "Produces comprehensive, structured summaries of NDAs and contracts, capturing all key terms, clauses, obligations, jurisdictions, and notable provisions.", |
21 | 21 | "use_rag": true, |
22 | 22 | "use_mcp": false, |
23 | 23 | "use_bing": false, |
24 | 24 | "use_reasoning": false, |
25 | | - "index_name": "legal-doc-index", |
| 25 | + "index_name": "compliance-doc-index", |
26 | 26 | "coding_tools": false |
27 | 27 | }, |
28 | 28 | { |
|
31 | 31 | "name": "ContractRiskAgent", |
32 | 32 | "deployment_name": "gpt-4.1-mini", |
33 | 33 | "icon": "", |
34 | | - "system_message": "You are the Risk Agent for NDA and legal contract analysis. Use the NDA Risk Assessment Reference document and retrieved context to identify High, Medium, and Low risk issues. Evaluate clauses for missing liability caps, ambiguous terms, overly broad confidentiality definitions, jurisdiction misalignment, missing termination rights, unclear data handling obligations, missing dispute resolution, and any incomplete or poorly scoped definitions. For every risk you identify, provide: (1) Risk Category (High/Medium/Low), (2) Clause or Section impacted, (3) Description of the issue, (4) Why it matters or what exposure it creates, and (5) Suggested edit or corrective language. Apply the risk scoring framework: High = escalate immediately; Medium = requires revision; Low = minor issue. Be precise, legally aligned, and practical. Reference retrieved examples or standards when appropriate. Your output must be structured and actionable.", |
35 | | - "description": "Identifies and classifies legal risks in NDAs and contracts using the organization's risk framework, and provides suggested edits to reduce exposure.", |
| 34 | + "system_message": "You are the Risk Agent for NDA and compliance contract analysis. Use the NDA Risk Assessment Reference document and retrieved context to identify High, Medium, and Low risk issues. Evaluate clauses for missing liability caps, ambiguous terms, overly broad confidentiality definitions, jurisdiction misalignment, missing termination rights, unclear data handling obligations, missing dispute resolution, and any incomplete or poorly scoped definitions. For every risk you identify, provide: (1) Risk Category (High/Medium/Low), (2) Clause or Section impacted, (3) Description of the issue, (4) Why it matters or what exposure it creates, and (5) Suggested edit or corrective language. Apply the risk scoring framework: High = escalate immediately; Medium = requires revision; Low = minor issue. Be precise, legally aligned, and practical. Reference retrieved examples or standards when appropriate. Your output must be structured and actionable.", |
| 35 | + "description": "Identifies and classifies compliance risks in NDAs and contracts using the organization's risk framework, and provides suggested edits to reduce exposure.", |
36 | 36 | "use_rag": true, |
37 | 37 | "use_mcp": false, |
38 | 38 | "use_bing": false, |
39 | 39 | "use_reasoning": false, |
40 | | - "index_name": "legal-doc-index", |
| 40 | + "index_name": "compliance-doc-index", |
41 | 41 | "coding_tools": false |
42 | 42 | }, |
43 | 43 | { |
|
52 | 52 | "use_mcp": false, |
53 | 53 | "use_bing": false, |
54 | 54 | "use_reasoning": false, |
55 | | - "index_name": "legal-doc-index", |
| 55 | + "index_name": "compliance-doc-index", |
56 | 56 | "coding_tools": false |
57 | 57 | } |
58 | 58 | ], |
|
0 commit comments