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

Add LATS and Reflexion #755

Open
kargarisaac opened this issue Feb 23, 2025 · 0 comments
Open

Add LATS and Reflexion #755

kargarisaac opened this issue Feb 23, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@kargarisaac
Copy link

Is your feature request related to a problem? Please describe.
I use the CodeAgent in my work and am amazed by its performance. It is mainly based on ReAct. However, I feel it is more than that, but still, there are some limitations. One of the things that I am missing is the revision step. The other thing is the search (like MCTS) capability and the ability to generate multiple chains of thoughts. I want to start building some of the more advanced agents like LATS and Reflexion.

Describe the solution you'd like
I want to add some agents with the revision and MCTS capability like LATS and Reflexion.

Is this not possible with the current options.
I think with some improvements, it is possible to have these new agents. I am thinking of some new classes for these agents inherited from CodeAgent with more functionality or changing the logic and workflow.

Describe alternatives you've considered
I have found llamaindex and langgraph implementations of these new agents:
https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/lats/lats.ipynb
https://docs.llamaindex.ai/en/stable/examples/agent/lats_agent/
https://langchain-ai.github.io/langgraph/tutorials/reflexion/reflexion/

@kargarisaac kargarisaac added the enhancement New feature or request label Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant