[PR #543] [CLOSED] Add OpenAgents Multi-Agent Research Team Demo #9403

Closed
opened 2026-06-10 01:45:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/543
Author: @QuanCheng-QC
Created: 3/2/2026
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 1953bc4 feat: 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

  • Planner / Researcher / Critic / Writer agents
  • Channel-based orchestration
  • Default network.yaml (no modifications)
  • Markdown report output

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.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/543 **Author:** [@QuanCheng-QC](https://github.com/QuanCheng-QC) **Created:** 3/2/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`1953bc4`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/1953bc4e749a0ff62d485212b15ad2e8db6c1367) feat: add OpenAgents multi-agent research team under agent_teams ### 📊 Changes **6 files changed** (+992 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 - Planner / Researcher / Critic / Writer agents - Channel-based orchestration - Default network.yaml (no modifications) - Markdown report output ## Motivation Provide a minimal reproducible multi-agent orchestration example aligned with the repo’s focus on working tutorials. --- <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-06-10 01:45:41 -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#9403