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

[AutoBuild] Introducing CaptainAgent #36

Closed
wants to merge 26 commits into from
Closed

[AutoBuild] Introducing CaptainAgent #36

wants to merge 26 commits into from

Conversation

LeoLjl
Copy link
Collaborator

@LeoLjl LeoLjl commented Sep 9, 2024

This is the continued version of the previously introduced CaptainAgent.

CaptainAgent is an agent that can break down tasks and dynamically call AutoBuild as a tool to solve the subtasks. In one tool call, the CaptainAgent will provide the building task, execution task and group name. The building task is used to assemble group of experts, the execution task is what the experts need to solve.

We propose a RAG-like pipeline for expert group generation. Given a building task, we perform similarity search in agent library and find topk candidates, then let LLM to select the best fit. If no expert is suitable for the task, new experts will be generated. Tools will be retrieved and binded to the experts.

Below is the roadmap for merging it.

  • Add full content of tool library.
  • Add test for captain agent.
  • Add agent library. The full content of agent library is too large and requires deduplication.
  • Revise the notebook that introduces MetaAgent. The current one only involves tool library.
  • Finish blog post.

Why are these changes needed?

Related issue number

Checks

odoochain pushed a commit to odoochain/autogen that referenced this pull request Nov 10, 2024
* Remove code extractor; remove sanitization; clean up oai assistant; remove random agent. autogenhub#36

* format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants