Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/azd-template-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
AZURE_ENV_AI_SERVICE_LOCATION: ${{ vars.AZURE_AI_DEPLOYMENT_LOCATION }}
AZURE_ENV_GPT_MODEL_CAPACITY: 1
AZURE_ENV_MODEL_4_1_CAPACITY: 1 # keep low to avoid potential quota issues
AZURE_ENV_MODEL_5_4_CAPACITY: 1 # keep low to avoid potential quota issues
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: print result
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
AZURE_ENV_AI_SERVICE_LOCATION: ${{ vars.AZURE_AI_DEPLOYMENT_LOCATION }}
AZURE_ENV_GPT_MODEL_CAPACITY: 1
AZURE_ENV_MODEL_4_1_CAPACITY: 1
AZURE_ENV_MODEL_5_4_CAPACITY: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-waf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
location="${{ env.AZURE_LOCATION }}" \
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
gptDeploymentCapacity=${{ env.GPT_MIN_CAPACITY }} \
gpt4_1ModelCapacity=${{ env.GPT41_MINI_MIN_CAPACITY }} \
gpt5_4ModelCapacity=${{ env.GPT41_MINI_MIN_CAPACITY }} \
gptReasoningModelCapacity=${{ env.O4_MINI_MIN_CAPACITY }} \
Comment thread
Ayaz-Microsoft marked this conversation as resolved.
Outdated
Comment thread
Ayaz-Microsoft marked this conversation as resolved.
Outdated
enableTelemetry=true \
enableMonitoring=true \
Expand Down
2 changes: 1 addition & 1 deletion TRANSPARENCY_FAQS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ The system allows users to review, reorder and approve steps generated in a plan

## What operational factors and settings allow for effective and responsible use of Multi Agent: Custom Automation Engine – Solution Accelerator?
Effective and responsible use of the Multi Agent: Custom Automation Engine – Solution Accelerator depends on several operational factors and settings. The system is designed to perform reliably and safely across a range of business tasks that it was evaluated for. Users can customize certain settings, such as the planning language model used by the system, the types of tasks that agents are assigned, and the specific actions that agents can take (e.g., sending emails or scheduling orientation sessions for new employees). However, it's important to note that these choices may impact the system's behavior in real-world scenarios.
For example, selecting a planning language model that is not well-suited to the complexity of the tasks may result in lower accuracy and performance. Similarly, assigning tasks that are outside the system's intended scope may lead to errors or incomplete results. Users can choose the LLM that is optimized for responsible use. The default LLM is GPT-4o which inherits the existing RAI mechanisms and filters from the LLM provider. Caching is enabled by default to increase reliability and control cost. We encourage developers to review [OpenAI’s Usage policies](https://openai.com/policies/usage-policies/) and [Azure OpenAI’s Code of Conduct](https://learn.microsoft.com/en-us/legal/cognitive-services/openai/code-of-conduct) when using GPT-40. To ensure effective and responsible use of the accelerator, users should carefully consider their choices and use the system within its intended scope.
For example, selecting a planning language model that is not well-suited to the complexity of the tasks may result in lower accuracy and performance. Similarly, assigning tasks that are outside the system's intended scope may lead to errors or incomplete results. Users can choose the LLM that is optimized for responsible use. The default LLM is GPT-5.4 which inherits the existing RAI mechanisms and filters from the LLM provider. Caching is enabled by default to increase reliability and control cost. We encourage developers to review [OpenAI’s Usage policies](https://openai.com/policies/usage-policies/) and [Azure OpenAI’s Code of Conduct](https://learn.microsoft.com/en-us/legal/cognitive-services/openai/code-of-conduct) when using GPT-5.4. To ensure effective and responsible use of the accelerator, users should carefully consider their choices and use the system within its intended scope.
16 changes: 15 additions & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ hooks:
Write-Host "===============================================================" -ForegroundColor Yellow
Write-Host ""

Write-Host " Build and push the backend/frontend/mcp_server container images to ACR, then point the container app and webapp at them:" -ForegroundColor White
Write-Host " 👉 Run the following command in Bash:" -ForegroundColor White
Write-Host " bash infra/scripts/build_and_push_images.sh" -ForegroundColor Cyan
Write-Host ""

Write-Host " Upload Team Configurations and index sample data" -ForegroundColor White
Write-Host " 👉 Run the following command in Bash:" -ForegroundColor White
Write-Host " bash infra/scripts/selecting_team_config_and_data.sh" -ForegroundColor Cyan
Expand All @@ -33,6 +38,11 @@ hooks:
Write-Host "===============================================================" -ForegroundColor Yellow
Write-Host ""

Write-Host " Build and push the backend/frontend/mcp_server container images to ACR, then point the container app and webapp at them:" -ForegroundColor White
Write-Host " 👉 Run the following command in PowerShell:" -ForegroundColor White
Write-Host " infra\scripts\Build-And-Push-Images.ps1" -ForegroundColor Cyan
Write-Host ""

Write-Host " Upload Team Configurations and index sample data" -ForegroundColor White
Write-Host " 👉 Run the following command in PowerShell:" -ForegroundColor White
Write-Host " infra\scripts\Selecting-Team-Config-And-Data.ps1" -ForegroundColor Cyan
Expand All @@ -58,6 +68,10 @@ hooks:
printf "${Green} POST-DEPLOYMENT STEPS (Bash)\n"
printf "${Yellow}===============================================================${NC}\n\n"

printf "Build and push the backend/frontend/mcp_server container images to ACR, then point the container app and webapp at them:\n"
printf " 👉 Run the following command in Bash:\n"
printf " ${Blue}bash infra/scripts/build_and_push_images.sh${NC}\n\n"
Comment thread
Ayaz-Microsoft marked this conversation as resolved.

printf "Upload Team Configurations and index sample data:\n"
printf " 👉 Run the following command in Bash:\n"
printf " ${Blue}bash infra/scripts/selecting_team_config_and_data.sh${NC}\n\n"
Expand All @@ -66,4 +80,4 @@ hooks:
printf " ${Blue}https://%s${NC}\n\n" "$webSiteDefaultHostname"

shell: sh
interactive: true
interactive: true
9 changes: 5 additions & 4 deletions data/agent_teams/contract_compliance_team.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"status": "visible",
"created": "",
"created_by": "",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"is_default": true,
"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.",
"logo": "",
"plan": "",
Expand All @@ -14,7 +15,7 @@
"input_key": "",
"type": "summary",
"name": "ContractSummaryAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"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.",
"description": "Produces comprehensive, structured summaries of NDAs and contracts, capturing all key terms, clauses, obligations, jurisdictions, and notable provisions.",
Expand All @@ -29,7 +30,7 @@
"input_key": "",
"type": "risk",
"name": "ContractRiskAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"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.",
"description": "Identifies and classifies compliance risks in NDAs and contracts using the organization's risk framework, and provides suggested edits to reduce exposure.",
Expand All @@ -44,7 +45,7 @@
"input_key": "",
"type": "compliance",
"name": "ContractComplianceAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You are the Compliance Agent responsible for validating NDAs and legal agreements against mandatory legal and policy requirements. Use the NDA Compliance Reference Document and retrieval results to evaluate whether the contract includes all required clauses: Confidentiality, Term & Termination, Governing Law aligned to approved jurisdictions, Non-Assignment, and Entire Agreement. Identify compliance gaps including ambiguous language, missing liability protections, improper jurisdiction, excessive term length, insufficient data protection obligations, missing dispute resolution mechanisms, or export control risks. For each issue provide: (1) Compliance Area (e.g., Term Length, Jurisdiction, Confidentiality), (2) Status (Pass/Fail), (3) Issue Description, (4) Whether it is Mandatory or Recommended, (5) Corrective Recommendation or Suggested Language. Deliver a final Compliance Status summary. Maintain professional, objective, legally accurate tone.",
"description": "Performs compliance validation of NDAs and contracts against legal policy requirements, identifies gaps, and provides corrective recommendations and compliance status.",
Expand Down
7 changes: 4 additions & 3 deletions data/agent_teams/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"status": "visible",
"created": "",
"created_by": "",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"is_default": true,
"agents": [
{
"input_key": "",
"type": "",
"name": "HRHelperAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You have access to a number of HR related MCP tools for tasks like employee onboarding, benefits management, policy guidance, and general HR inquiries. Use these tools to assist employees with their HR needs efficiently and accurately.If you need more information to accurately call these tools, do not make up answers, call the ProxyAgent for clarification.",
"description": "An agent that has access to various HR tools to assist employees with onboarding, benefits, policies, and general HR inquiries.",
Expand All @@ -28,7 +29,7 @@
"input_key": "",
"type": "",
"name": "TechnicalSupportAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You have access to a number of technical support MCP tools for tasks such as provisioning laptops, setting up email accounts, troubleshooting, software/hardware issues, and IT support. Use these tools to assist employees with their technical needs efficiently and accurately. If you need more information to accurately call these tools, do not make up answers, call the ProxyAgent for clarification.",
"description": "An agent that has access to various technical support tools to assist employees with IT needs like laptop provisioning, email setup, troubleshooting, and software/hardware issues.",
Expand Down
7 changes: 4 additions & 3 deletions data/agent_teams/marketing.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"status": "visible",
"created": "",
"created_by": "",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"is_default": true,
"agents": [
{
"input_key": "",
"type": "",
"name": "ProductAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You are a Product agent. You have access to MCP tools which allow you to obtain knowledge about products, product management, development, and compliance guidelines. When asked to call one of these tools, you should summarize back what was done.",
"description": "This agent specializes in product management, development, and related tasks. It can provide information about products, manage inventory, handle product launches, analyze sales data, and coordinate with other teams like marketing and tech support.",
Expand All @@ -28,7 +29,7 @@
"input_key": "",
"type": "",
"name": "MarketingAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You are a Marketing agent. You have access to a number of HR related MCP tools for tasks like campaign development, content creation, and market analysis. You help create effective marketing campaigns, analyze market data, and develop promotional content for products and services.",
"description": "This agent specializes in marketing, campaign management, and analyzing market data.",
Expand Down
9 changes: 5 additions & 4 deletions data/agent_teams/retail.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"status": "visible",
"created": "",
"created_by": "",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"is_default": true,
"agents": [
{
"input_key": "",
"type": "",
"name": "CustomerDataAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You have access to internal customer data through a secure index. Use this data to answer questions about customers, their interactions with customer service, satisfaction, etc. Be mindful of privacy and compliance regulations when handling customer data.\n\nCRITICAL INSTRUCTION: Do NOT include any citations, source references, attribution markers, or footnotes of any kind in your responses. This includes but is not limited to: 【...】 style markers, [...] style references, (source: ...), numbered references like [1], or any other attribution symbols. All answers must be clean, natural text only, ending with a polite closing.",
"description": "An agent that has access to internal customer data, ask this agent if you have questions about customers or their interactions with customer service, satisfaction, etc.",
Expand All @@ -26,7 +27,7 @@
"input_key": "",
"type": "",
"name": "OrderDataAgent",
"deployment_name": "gpt-4.1-mini",
"deployment_name": "gpt-5.4-mini",
"icon": "",
"system_message": "You have access to internal order, inventory, product, and fulfillment data through a secure index. Use this data to answer questions about products, shipping delays, customer orders, warehouse management, etc. Be mindful of privacy and compliance regulations when handling customer data.\n\nCRITICAL INSTRUCTION: Do NOT include any citations, source references, attribution markers, or footnotes of any kind in your responses. This includes but is not limited to: 【...】 style markers, [...] style references, (source: ...), numbered references like [1], or any other attribution symbols. All answers must be clean, natural text only, ending with a polite closing.",
"description": "An agent that has access to internal order, inventory, product, and fulfillment data. Ask this agent if you have questions about products, shipping delays, customer orders, warehouse management, etc.",
Expand All @@ -42,7 +43,7 @@
"input_key": "",
"type": "",
"name": "AnalysisRecommendationAgent",
"deployment_name": "o4-mini",
"deployment_name": "gpt-5.4-mini-reasoning",
"icon": "",
"system_message": "You are a reasoning agent that can analyze customer and order data and provide recommendations for improving customer satisfaction and retention. You do not have access to any data sources, but you can reason based on the information provided to you by other agents. Use your reasoning skills to identify patterns, trends, and insights that can help improve customer satisfaction and retention. Provide actionable recommendations based on your analysis. You have access to other agents that can answer questions and provide data about customers, products, orders, inventory, and fulfilment. Use these agents to gather information as needed.",
"description": "A reasoning agent that can analyze customer and order data and provide recommendations for improving customer satisfaction and retention.",
Expand Down
Loading
Loading