Add Tree of Thoughts (#1128)

This commit is contained in:
William FH
2024-10-31 21:27:13 -07:00
committed by GitHub
parent 7bacb8c984
commit 66cf2e6779
3 changed files with 529 additions and 1 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ Learn from example implementations of graphs designed for specific scenarios and
- [Basic Reflection](reflection/reflection.ipynb): Prompt the agent to reflect on and revise its outputs
- [Reflexion](reflexion/reflexion.ipynb): Critique missing and superfluous details to guide next steps
- [Language Agent Tree Search](lats/lats.ipynb): Use reflection and rewards to drive a tree search over agents
- [Tree of Thoughts](tot/tot.ipynb): Search over candidate solutions to a problem using a scored tree
- [Language Agent Tree Search](lats/lats.ipynb): Use reflection and rewards to drive a monte-carlo tree search over agents
- [Self-Discover Agent](self-discover/self-discover.ipynb): Analyze an agent that learns about its own capabilities
### Evaluation
Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

File diff suppressed because one or more lines are too long