Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Multi agent template #480

Merged
merged 6 commits into from
Jan 8, 2025
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
8 changes: 7 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ export type TagType =
| "featureExperimentation"
| "featuremanagement"
| "go"
| "powershell";
| "powershell"
| "autogen";

// LIST OF AVAILABLE TAGS
// Each tag in lit about must have a defined object here
Expand Down Expand Up @@ -749,4 +750,9 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture involves Feature Experimentation",
type: "Topic",
},
autogen: {
label: "Microsoft AutoGen",
description: "Template architecture uses Microsoft AutoGen",
type: "Framework",
},
};
21 changes: 21 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2708,5 +2708,26 @@
"openai",
"new"
]
},
{
"title": "Advanced multi agent application based on Autogen and Azure Open AI",
"description": "This repository leverages Microsoft Autogen 0.4, Azure OpenAI and integrates it with Streamlit, to build an end to end multi agents application. this repo makes it easy to build test and deploy an advanced multi agent framework",
"preview": "./templates/images/dream_team.png",
"website": "https://github.com/Azure-Samples",
"author": "Yaniv Vaknin",
"source": "https://github.com/Azure-Samples/dream-team",
"tags": [
"python",
"managedidentity",
"bicep",
"msft",
"openai",
"autogen",
"aca",
"keyvault",
"loganalytics",
"appinsights",
"new"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading