Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Idea / 2024.04.14] Testing Multi-agent with supervisor architecture #4

Closed
6 tasks
MIRACLE-cowf opened this issue Apr 14, 2024 · 0 comments
Closed
6 tasks
Assignees
Labels
enhancement New feature or request idea New idea or feature task What should I/You do

Comments

@MIRACLE-cowf
Copy link
Owner

Overview

  • Planning to apply a Multi-agent with supervisor architecture where one manager agents uses Tavily-search agent, Youtube-search agent, Wikipedia-search agent, arXiv-search agent, and document generation agent as team members.
  • Expect time reduction, token consumption minimization, and result improvement through this.
  • Please refer to the Multi-agent with supervisor link for the overall concept and flow.

Current Situation

  • The code applying this architecture can be found in the AgentTeam branch. Ready For MultiAgent #3
  • However, it is currently very unstable and the code is not clean.
  • Initial development and prompt creation for each search engine agent completed
  • Applying to the agent stage of the existing workflow.
  • Currently, each agent is implemented separately in each file with LangGraph.
  • Previously, LLM summarized the results of each search engine separately, but now testing results by integrating all search results and passing them to LLM.

Future Plans

  • Clarify and advance the overall code and design.

  • Integrate the multi-agent architecture into the existing agent workflow.

  • Optimize the collaboration method between the manager agent and team member agents.

  • Optimize the communication method between the manager agent and team member agents.

  • Clarify and advance the roles and responsibilities of each agent.

  • Compare and test the final document results with the previous version.

@MIRACLE-cowf MIRACLE-cowf added enhancement New feature or request task What should I/You do idea New idea or feature labels Apr 14, 2024
@MIRACLE-cowf MIRACLE-cowf self-assigned this Apr 14, 2024
@MIRACLE-cowf MIRACLE-cowf pinned this issue Apr 14, 2024
MIRACLE-cowf added a commit that referenced this issue Apr 14, 2024
Signed-off-by: MIRACLE <113msk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request idea New idea or feature task What should I/You do
Projects
None yet
Development

No branches or pull requests

1 participant