Skip to content

Commit

Permalink
docs: add long-term memory tutorial (#1850)
Browse files Browse the repository at this point in the history
Co-authored-by: ccurme <chester.curme@gmail.com>
  • Loading branch information
vbarda and ccurme authored Sep 27, 2024
1 parent 509e2d2 commit 947c74c
Show file tree
Hide file tree
Showing 3 changed files with 1,068 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Learn from example implementations of graphs designed for specific scenarios and
- [Language Agent Tree Search](lats/lats.ipynb): Use reflection and rewards to drive a tree search over agents
- [Self-Discover Agent](self-discover/self-discover.ipynb): Analyze an agent that learns about its own capabilities

#### Memory

- [Long-term memory](memory/long_term_memory_agent.ipynb): Build an agent that can store, retrieve, and use memories to enhance its interactions with users.

#### Evaluation

- [Agent-based](chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb): Evaluate chatbots via simulated user interactions
Expand Down
1,062 changes: 1,062 additions & 0 deletions docs/docs/tutorials/memory/long_term_memory_agent.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ nav:
- Reflexion: tutorials/reflexion/reflexion.ipynb
- Language Agent Tree Search: tutorials/lats/lats.ipynb
- Self-Discover Agent: tutorials/self-discover/self-discover.ipynb
- Memory:
- Long-term memory: tutorials/memory/long_term_memory_agent.ipynb
- Evaluation & Analysis:
- Chatbot Evaluation via Simulation:
- Agent-based: tutorials/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb
Expand Down

0 comments on commit 947c74c

Please sign in to comment.