From 9216f1d9b2a61580d9e62de2870bf970901cb8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Fri, 5 Apr 2024 08:59:20 -0300 Subject: [PATCH] adding specific memmory docs --- docs/index.md | 5 +++++ mkdocs.yml | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index 3fcf11771..82825396e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,6 +33,11 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By Crews +
  • + + Crews + +
  • diff --git a/mkdocs.yml b/mkdocs.yml index e27917b29..7ba3e0054 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -126,6 +126,7 @@ nav: - Processes: 'core-concepts/Processes.md' - Crews: 'core-concepts/Crews.md' - Collaboration: 'core-concepts/Collaboration.md' + - Memory: 'core-concepts/Memory.md' - How to Guides: - Getting Started: 'how-to/Creating-a-Crew-and-kick-it-off.md' - Create Custom Tools: 'how-to/Create-Custom-Tools.md'