mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-22 08:54:21 +01:00
update nav
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -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)**.
|
||||
|
||||
Reference in New Issue
Block a user