Skip to content

Commit

Permalink
Add Tree of Thoughts
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Jul 25, 2024
1 parent 8f6b3b6 commit 2510eee
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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
Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ nav:
- Reflection & Critique:
- Basic Reflection: tutorials/reflection/reflection.ipynb
- Reflexion: tutorials/reflexion/reflexion.ipynb
- Tree of Thoughts: tutorials/tot/tot.ipynb
- Language Agent Tree Search: tutorials/lats/lats.ipynb
- Self-Discover Agent: tutorials/self-discover/self-discover.ipynb
- Evaluation & Analysis:
Expand Down
Binary file added examples/tutorials/tot/img/tot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2510eee

Please sign in to comment.