Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 TRANSPARENCY_FAQS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Multi-Agent: Custom Automation Engine – Solution Accelerator : Responsible AI FAQ
# Multi-Agent-Custom-Automation-Engine – Solution Accelerator : Responsible AI FAQ

## What is the Multi Agent: Custom Automation Engine – Solution Accelerator?
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.
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/wwwroot/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<aside class="menu mx-3 mt-5">
<strong id="goHomeButton" class="menu-logo is-flex is-align-items-center">
<img class="mr-3" src="../assets/app-logo.svg">
<span>Multi-Agent: Custom Automation Engine</span>
<span>Multi-Agent-Custom-Automation-Engine</span>
</strong>
<button id="newTaskButton" class="button is-fullwidth my-6">New task</button>
<p class="menu-label">My tasks</p>
Expand Down
Loading