Skip to content

Commit 8fbad59

Browse files
Title updated (microsoft#60)
1 parent 0c4b102 commit 8fbad59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TRANSPARENCY_FAQS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multi-Agent: Custom Automation Engine – Solution Accelerator : Responsible AI FAQ
1+
# Multi-Agent-Custom-Automation-Engine – Solution Accelerator : Responsible AI FAQ
22

33
## What is the Multi Agent: Custom Automation Engine – Solution Accelerator?
44
Multi Agent: Custom Automation Engine – Solution Accelerator is an open-source GitHub Repository that enables users to solve complex tasks using multiple agents. The accelerator is designed to be generic across business tasks. The user enters a task and a planning LLM formulates a plan to complete that task. The system then dynamically generates agents which can complete the task. The system also allows the user to create actions that agents can take (for example sending emails or scheduling orientation sessions for new employees). These actions are taken into account by the planner and dynamically created agents may be empowered to take these actions.

src/frontend/wwwroot/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<aside class="menu mx-3 mt-5">
1818
<strong id="goHomeButton" class="menu-logo is-flex is-align-items-center">
1919
<img class="mr-3" src="../assets/app-logo.svg">
20-
<span>Multi-Agent: Custom Automation Engine</span>
20+
<span>Multi-Agent-Custom-Automation-Engine</span>
2121
</strong>
2222
<button id="newTaskButton" class="button is-fullwidth my-6">New task</button>
2323
<p class="menu-label">My tasks</p>

0 commit comments

Comments
 (0)