[PR #496] [MERGED] Add AG2 adaptive research team example with routing and web fallback #3505

Closed
opened 2026-05-02 02:10:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: vasiliyr/02132026


📝 Commits (1)

  • 3c8138b Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/496 **Author:** [@VasiliyRad](https://github.com/VasiliyRad) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `vasiliyr/02132026` --- ### 📝 Commits (1) - [`3c8138b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/3c8138bb4f497fbe0d748c8efff9f79beea964e6) Add AG2 adaptive research team example with routing and web fallback ### 📊 Changes **8 files changed** (+461 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 02:10:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#3505