From 3635c32902461d97f400af4b26252f0f0c0f5ba4 Mon Sep 17 00:00:00 2001 From: Sam Holt Date: Tue, 23 Apr 2024 16:03:02 +0100 Subject: [PATCH] Update --- docs/.vitepress/config.mts | 12 ++++++++---- docs/index.md | 23 +++++++++++++++-------- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index a26139e5..fcad34d4 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -28,6 +28,10 @@ export default defineConfig({ text: 'Mission', link: '/guide/mission', }, + { + text: 'Gallery', + link: '/guide/use_cases/gallery', + }, ], sidebar: { @@ -65,6 +69,10 @@ export default defineConfig({ text: 'Use Cases', collapsed: false, items: [ + { + text: 'Gallery of Examples', + link: 'use_cases/gallery', + }, { text: 'Codebase Generator', link: 'use_cases/codebase_generator', @@ -73,10 +81,6 @@ export default defineConfig({ text: 'Book Generator', link: 'use_cases/book_generator', }, - { - text: 'Gallery of Examples', - link: 'use_cases/gallery', - }, ], }, { diff --git a/docs/index.md b/docs/index.md index 1f25882d..031fa909 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,15 +14,22 @@ hero: text: Get Started link: /guide/get_started/introduction - theme: alt - text: Use Cases - link: /guide/use_cases/agent/interpreter/intro + text: Gallery of Examples + link: /guide/use_cases/gallery features: - - title: Feature A - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature B - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature C - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit + - title: "Multi-Agent Collaboration" + details: "Harness multiple LLM agents operating in tandem to perform complex tasks, bypassing the fixed context limits of individual models." + - title: "Extensive Output Generation" + details: "Generate extensive outputs like complete codebases or entire books, all from a single prompt, powered by our innovative LLM Automatic Computer." + - title: "Advanced Memory Handling" + details: "Utilize advanced memory systems that allow agents to store, recall, and utilize past interactions and outputs, enhancing consistency and depth in task handling." + - title: "Self-Generating Prompt Programs" + details: "Automatically generate and execute sequential prompt programs that guide LLM agents through complex tasks, eliminating the need for manual intervention." + - title: "Tool Integration and Error Handling" + details: "Incorporate external tools for syntax checking and test running of code, ensuring high-quality and error-free outputs." + - title: "Customizable Task Execution" + details: "Adapt the framework to various domains by customizing the task execution steps, ensuring versatility and broad applicability." + ---