Skip to content

Commit 673e848

Browse files
authored
Add flowchart for productivity tools in README
Added a flowchart illustrating the relationships between various productivity tools and agents.
1 parent bc5c1a1 commit 673e848

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

profile/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,29 @@ about Microsoft Cloud and to share personal experience and learning with the com
3636

3737
</details>
3838

39+
```mermaid
40+
flowchart LR
41+
subgraph Personal_Productivity[Personal Productivity]
42+
CopilotChat[Copilot Chat] --> M365Copilot[M365 Copilot]
43+
end
44+
45+
subgraph Business_Productivity[Business Productivity]
46+
MicrosoftAgents[Microsoft Agents]
47+
end
48+
49+
subgraph Extensibility[Extensibility]
50+
CopilotStudio[Copilot Studio] --> AzureAIFoundry[Azure AI Foundry]
51+
end
52+
53+
subgraph Customizability[Customizability]
54+
ThirdPartyCustomAgents[3rd Party & Custom Agents]
55+
end
56+
57+
M365Copilot --> MicrosoftAgents
58+
MicrosoftAgents --> CopilotStudio
59+
AzureAIFoundry --> ThirdPartyCustomAgents
60+
```
61+
3962
<!-- START BADGE -->
4063
<div align="center">
4164
<img src="https://img.shields.io/badge/Total%20views-1280-limegreen" alt="Total views">

0 commit comments

Comments
 (0)