-
Notifications
You must be signed in to change notification settings - Fork 687
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
[Roadmap] Reproduce more SOTA LLM agents #186
Comments
These are the most useful ones I have found other than Camel:
These are all kinda similar, AutoGPT and BabyAGI were first but honestly I have never been able to get them to produce anything, Cursor.so is probably ahead of everyone tbh. Further investigation required on the below:
|
Thanks @markf278. That is very useful! We will look into it. |
This might be more appropriate, list of known Agent Architectures: For the individual agent apps, after looking at 20+ ...we have come to the conclusion that the best thing to do is to read the prompts, if some new agent comes out just check its prompts. Some other very interesting agents/prompts you should check out: |
Thanks @markf278! We will look into it. |
Here is a huge list of agents that is being kept up to date: |
What I would really like Camel to do is to take an existing project and improve it, it could also have options for Refactor or Debug. For example: If you had the initial loop save the code snippets from the chat history into appropriate files, the above could be options at the end of each run, continue/improve, refactor, generate_tests/debug. |
I briefly go through these papers and notice they share a lot in common, for example: |
Hi, @hychen-naza this is exactly what we want to do. A good first step will be to decompose the camel/camel/agents/task_agent.py Line 23 in 7a09b36
|
Required prerequisites
Motivation
CAMEL
is a framework to implement and organize different agents. We would like to use it to implement more SOTA LLM agents for people to easier use, build and compare. Here is a list of agents that we are interested in implementing. Please add your favorite ones:InterCode
#350)Solution
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: