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

MCTS Reasoning Agent #175

Merged
merged 27 commits into from
Dec 20, 2024
Merged

MCTS Reasoning Agent #175

merged 27 commits into from
Dec 20, 2024

Conversation

BabyCNM
Copy link
Collaborator

@BabyCNM BabyCNM commented Dec 10, 2024

Why are these changes needed?

Related issue number

TODOs

  • Add test case
  • Add image for the blog
  • Improve the writing for the blog and the notebook.
  • Add the LATS approach.
  • Add reflection to the nodes.
  • remove the redundant methods from mcts and lats.
  • Add test cases to LATS
  • Benchmark the 3 approaches.
  • Separate llm_config for the evaluator
  • Evaluation normalization and different scales (instead of 1 - 5, how about 1 - 100?)

Modularization

  • MCTS
  • LATS
  • P1 Agent to save cost O(depth) with merging thinker and grader
  • Forest of Thoughts

Engineering

  • [] Async Client call
  • [] Swarm Agent implementation

Checks

Acknowledgement

We appreciate the feedbacks and suggestions from Yaron Been and namastex888.

@Hk669
Copy link
Collaborator

Hk669 commented Dec 19, 2024

@sonichi do we need ReasoningAgent Test in the workflows??

@Hk669 Hk669 requested a review from davorrunje December 19, 2024 16:41
@marklysze
Copy link
Collaborator

Having run this through for the demo and read through the blog and notebook, I think it's good to go!

Nice work team, it's great to have the extra capability for the ReasoningAgent :).

notebook/tree_of_thoughts Outdated Show resolved Hide resolved
website/blog/2024-12-18-Reasoning-and-MCTS/index.mdx Outdated Show resolved Hide resolved
@marklysze marklysze merged commit ceb392b into main Dec 20, 2024
214 checks passed
@andyz245
Copy link

Commenting on the LATS integration - it looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request reasoning-agent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Roadmap Issue]: ReasoningAgent (Modular approach)
4 participants