Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
samholt committed Apr 23, 2024
1 parent 3ef62ea commit 3635c32
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
12 changes: 8 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export default defineConfig({
text: 'Mission',
link: '/guide/mission',
},
{
text: 'Gallery',
link: '/guide/use_cases/gallery',
},
],

sidebar: {
Expand Down Expand Up @@ -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',
Expand All @@ -73,10 +81,6 @@ export default defineConfig({
text: 'Book Generator',
link: 'use_cases/book_generator',
},
{
text: 'Gallery of Examples',
link: 'use_cases/gallery',
},
],
},
{
Expand Down
23 changes: 15 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."

---

0 comments on commit 3635c32

Please sign in to comment.