update nav

This commit is contained in:
zachary62
2025-04-04 14:20:15 -04:00
parent 93df0fecc2
commit 581aa6b08f
18 changed files with 126 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
---
layout: default
title: "Schema"
parent: "OpenManus"
nav_order: 6
---
# Chapter 6: Schema - The Official Data Forms
In [Chapter 5: BaseFlow](05_baseflow.md), we saw how Flows act like project managers, coordinating different [Agents](03_baseagent.md) and [Tools](04_tool___toolcollection.md) to complete complex tasks. But for all these different parts (Flows, Agents, LLMs, Tools) to work together smoothly, they need to speak the same language and use the same formats when exchanging information.

View File

@@ -1,3 +1,10 @@
---
layout: default
title: "Configuration (config)"
parent: "OpenManus"
nav_order: 7
---
# Chapter 7: Configuration (Config)
Welcome to Chapter 7! In [Chapter 6: Schema](06_schema.md), we learned how OpenManus uses schemas to define the structure of data passed between different components, like official forms ensuring everyone fills them out correctly.

View File

@@ -1,3 +1,10 @@
---
layout: default
title: "DockerSandbox"
parent: "OpenManus"
nav_order: 8
---
# Chapter 8: DockerSandbox - A Safe Play Area for Code
Welcome to Chapter 8! In [Chapter 7: Configuration (Config)](07_configuration__config_.md), we learned how OpenManus manages settings using the `config.toml` file and the `Config` object. We saw settings for the [LLM](01_llm.md), search tools, and something called `[sandbox]`. Now, let's dive into what that sandbox is!

View File

@@ -1,3 +1,10 @@
---
layout: default
title: "MCP (Model Context Protocol)"
parent: "OpenManus"
nav_order: 9
---
# Chapter 9: MCP (Model Context Protocol)
Welcome to the final chapter of our core concepts tutorial! In [Chapter 8: DockerSandbox](08_dockersandbox.md), we saw how OpenManus can safely run code in an isolated environment. Now, let's explore a powerful way to extend your agent's capabilities *without* changing its internal code: the **Model Context Protocol (MCP)**.