Add AG2 (formerly AutoGen) multi-agent research team demo with browser UI#145
Open
VasiliyRad wants to merge 3 commits intodocker:mainfrom
Open
Add AG2 (formerly AutoGen) multi-agent research team demo with browser UI#145VasiliyRad wants to merge 3 commits intodocker:mainfrom
VasiliyRad wants to merge 3 commits intodocker:mainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
@fiam, could you please review this PR? It adds a multi-agent research team demo using AG2. AG2 (formerly AutoGen) is a community-maintained multi-agent framework. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
ag2/— a single-container multi-agent research assistant using AG2 v0.11+ with a Gradio browser chat interface (Pattern B, port 7860). Three specialized agents collaborate underGroupChatwith LLM-driven speaker selection, connected to the mcp-gateway's DuckDuckGo tool via AG2's native MCP SSE client. Followscompose.openai.yamlandcompose.offload.yamloverrides. Updates root README classification table.Why: Every demo in this repo uses either sequential agent delegation or a single ReAct agent. AG2's
GroupChatwithspeaker_selection_method="auto"is the only pattern where the LLM dynamically decides which agent speaks next — a fundamentally different orchestration model not represented by any current demo. AG2 (formerly AutoGen) is the community-maintained successor to Microsoft AutoGen with a large developer community; its absence from this collection is a visible gap. The demo requires no new infrastructure: it uses the existing mcp-gateway DuckDuckGo tool, the same Docker Model Runner pattern, and standard compose overrides already used by every other Python demo.Files added:
ag2/(10 files) + rootREADME.mdrow