From 94921727ada5e838fb2cced5e7cb2ada926436e4 Mon Sep 17 00:00:00 2001 From: vbarda Date: Wed, 2 Oct 2024 22:59:42 -0400 Subject: [PATCH] update index --- docs/docs/tutorials/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index e23a6581b..5d17ac234 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -53,10 +53,6 @@ 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