mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 08:22:34 -05:00
[PR #496] [MERGED] Add AG2 adaptive research team example with routing and web fallback #10053
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/496
Author: @VasiliyRad
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @Shubhamsaboo
Base:
main← Head:vasiliyr/02132026📝 Commits (1)
3c8138bAdd AG2 adaptive research team example with routing and web fallback📊 Changes
8 files changed (+461 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/ag2_adaptive_research_team/README.md(+52 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/ag2_adaptive_research_team/agents.py(+85 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/ag2_adaptive_research_team/app.py(+69 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/ag2_adaptive_research_team/requirements.txt(+3 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/ag2_adaptive_research_team/router.py(+141 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/ag2_adaptive_research_team/sample_data/quickstart.txt(+5 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/ag2_adaptive_research_team/tools.py(+105 -0)📄 Description
Add AG2 adaptive research team example
Includes a new Streamlit app with local-doc upload, agent teamwork, agent-enabled routing, optional SearxNG fallback, and verification/synthesis. Adds requirements, sample data, and a README entry.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.