mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-23 09:24:23 +01:00
update readme
This commit is contained in:
@@ -7,6 +7,8 @@ has_children: true
|
||||
|
||||
# Tutorial: OpenManus
|
||||
|
||||
> This tutorial is AI-generated! To learn more: https://github.com/The-Pocket/Tutorial-Codebase-Knowledge
|
||||
|
||||
OpenManus is a framework for building autonomous *AI agents*.
|
||||
Think of it like a digital assistant that can perform tasks. It uses a central **brain** (an `LLM` like GPT-4) to understand requests and decide what to do next.
|
||||
Agents can use various **tools** (like searching the web or writing code) to interact with the world or perform specific actions. Some complex tasks might involve a **flow** that coordinates multiple agents.
|
||||
|
||||
Reference in New Issue
Block a user