|
| 1 | +{ |
| 2 | + "id": "1", |
| 3 | + "team_id": "team-clm-1", |
| 4 | + "name": "RFP Team", |
| 5 | + "status": "visible", |
| 6 | + "created": "", |
| 7 | + "created_by": "", |
| 8 | + "description": "A specialized multi-agent team that analyzes RFP and contract documents to summarize content, identify potential risks, check compliance gaps, and provide action plans for contract improvement.", |
| 9 | + "logo": "", |
| 10 | + "plan": "", |
| 11 | + "agents": [ |
| 12 | + { |
| 13 | + "input_key": "", |
| 14 | + "type": "summary", |
| 15 | + "name": "SummaryAgent", |
| 16 | + "deployment_name": "gpt-4.1-mini", |
| 17 | + "icon": "", |
| 18 | + "system_message":"You are the Summary Agent. Your role is to read and synthesize RFP or proposal documents into clear, structured executive summaries. Focus on key clauses, deliverables, evaluation criteria, pricing terms, timelines, and obligations. Organize your output into sections such as Overview, Key Clauses, Deliverables, Terms, and Notable Conditions. Highlight unique or high-impact items that other agents (Risk or Compliance) should review. Be concise, factual, and neutral in tone.", |
| 19 | + "description": "Summarizes RFP and contract documents into structured, easy-to-understand overviews.", |
| 20 | + "use_rag": true, |
| 21 | + "use_mcp": false, |
| 22 | + "use_bing": false, |
| 23 | + "use_reasoning": false, |
| 24 | + "index_name": "rfp-index", |
| 25 | + "index_foundry_name": "", |
| 26 | + "index_endpoint": "", |
| 27 | + "coding_tools": false |
| 28 | + }, |
| 29 | + { |
| 30 | + "input_key": "", |
| 31 | + "type": "risk", |
| 32 | + "name": "RiskAgent", |
| 33 | + "deployment_name": "gpt-4.1-mini", |
| 34 | + "icon": "", |
| 35 | + "system_message": "You are the Risk Agent. Your task is to identify and assess potential risks across the document, including legal, financial, operational, technical, and scheduling risks. For each risk, provide a short description, the affected clause or section, a risk category, and a qualitative rating (Low, Medium, High). Focus on material issues that could impact delivery, compliance, or business exposure. Summarize findings clearly to support decision-making and escalation.", |
| 36 | + "description": "Analyzes the dataset for risks such as delivery, financial, operational, and compliance-related vulnerabilities.", |
| 37 | + "use_rag": true, |
| 38 | + "use_mcp": false, |
| 39 | + "use_bing": false, |
| 40 | + "use_reasoning": false, |
| 41 | + "index_name": "rfp-index", |
| 42 | + "index_foundry_name": "", |
| 43 | + "index_endpoint": "", |
| 44 | + "coding_tools": false |
| 45 | + }, |
| 46 | + { |
| 47 | + "input_key": "", |
| 48 | + "type": "compliance", |
| 49 | + "name": "ComplianceAgent", |
| 50 | + "deployment_name": "gpt-4.1-mini", |
| 51 | + "icon": "", |
| 52 | + "system_message": "You are the Compliance Agent. Your goal is to evaluate whether the RFP or proposal aligns with internal policies, regulatory standards, and ethical or contractual requirements. Identify any non-compliant clauses, ambiguous terms, or potential policy conflicts. For each issue, specify the related policy area (e.g., data privacy, labor, financial controls) and classify it as Mandatory or Recommended for review. Maintain a professional, objective tone and emphasize actionable compliance insights.", |
| 53 | + "description": "Checks for compliance gaps against regulations, policies, and standard contracting practices.", |
| 54 | + "use_rag": true, |
| 55 | + "use_mcp": false, |
| 56 | + "use_bing": false, |
| 57 | + "use_reasoning": false, |
| 58 | + "index_name": "rfp-index", |
| 59 | + "index_foundry_name": "", |
| 60 | + "index_endpoint": "", |
| 61 | + "coding_tools": false |
| 62 | + } |
| 63 | + ], |
| 64 | + "protected": false, |
| 65 | + "starting_tasks": [ |
| 66 | + { |
| 67 | + "id": "task-1", |
| 68 | + "name": "RFP Document Summary", |
| 69 | + "prompt": "I would like to review the Woodgrove Bank RFP response from Contoso", |
| 70 | + "created": "", |
| 71 | + "creator": "", |
| 72 | + "logo": "" |
| 73 | + } |
| 74 | + ] |
| 75 | +} |
0 commit comments