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

[agent_bin] binary to read and answer questions for mcts tree #1899

Open
theskcd opened this issue Jan 31, 2025 · 2 comments · May be fixed by #1901
Open

[agent_bin] binary to read and answer questions for mcts tree #1899

theskcd opened this issue Jan 31, 2025 · 2 comments · May be fixed by #1901

Comments

@theskcd
Copy link
Contributor

theskcd commented Jan 31, 2025

I want to create a new binary which takes as input the mcts json path and a question and tries to answer the question based on the content of the mcts json.
The mcts json can be deserialized into a search tree minimal or something struct and then we can get the action nodes, look at the tool input and tool output and create a trajectory for what the agent did.
Once we have that we can pass it to a llm to run inference on it and answer any user question, I think this should all be part of the tool_use_agent.rs and the binary should talk to it via the session (so uses the same flow) there is a bit of unknown here so I would like to see your approach to it.
use cargo check to make sure the code works

@theskcd
Copy link
Contributor Author

theskcd commented Jan 31, 2025

ACK, on it!

@theskcd
Copy link
Contributor Author

theskcd commented Jan 31, 2025

I've pushed a new commit (36438a0) to this PR. Please review the changes.

@theskcd theskcd linked a pull request Jan 31, 2025 that will close this issue
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 a pull request may close this issue.

1 participant