mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[PR #543] [CLOSED] Add OpenAgents Multi-Agent Research Team Demo #13812
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/543
Author: @QuanCheng-QC
Created: 3/2/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
1953bc4feat: add OpenAgents multi-agent research team under agent_teams📊 Changes
6 files changed (+992 additions, -0 deletions)
View changed files
➕
advanced_ai_agents/multi_agent_apps/agent_teams/openagents_research_team/README.md(+204 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/openagents_research_team/critic_agent.py(+194 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/openagents_research_team/planner_agent.py(+183 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/openagents_research_team/requirements.txt(+1 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/openagents_research_team/researcher_agent.py(+192 -0)➕
advanced_ai_agents/multi_agent_apps/agent_teams/openagents_research_team/writer_agent.py(+218 -0)📄 Description
Summary
This PR adds a complete multi-agent research team demo built with OpenAgents.
It follows the maintainer’s suggestion in #523 by providing a self-contained tutorial and working example instead of just listing the framework.
Features
Motivation
Provide a minimal reproducible multi-agent orchestration example aligned with the repo’s focus on working tutorials.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.