mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
starting to revamp docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# crewAI
|
||||
|
||||

|
||||

|
||||
|
||||
🤖 Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
|
||||
|
||||
@@ -127,7 +127,7 @@ Currently the only supported process is `Process.sequential`, where one task is
|
||||
- **Flexible Task Management**: Define tasks with customizable tools and assign them to agents dynamically.
|
||||
- **Processes Driven**: Currently only supports `sequential` task execution but more complex processes like consensual and hierarchical being worked on.
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
You can test different real life examples of AI crews [in the examples repo](https://github.com/joaomdmoura/crewAI-examples?tab=readme-ov-file)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 431 KiB |
BIN
docs/crewAI-mindmap.png
Normal file
BIN
docs/crewAI-mindmap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 427 KiB |
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
0
docs/examples.md
Normal file
0
docs/examples.md
Normal file
0
docs/getting-started.md
Normal file
0
docs/getting-started.md
Normal file
@@ -1,17 +1,8 @@
|
||||
# Welcome to MkDocs
|
||||
<img src='./crewai_logo.png' width='250'/>
|
||||
|
||||
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
|
||||
# Welcome to crewAI Documentation
|
||||
🤖 Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
|
||||
|
||||
## Commands
|
||||
|
||||
* `mkdocs new [dir-name]` - Create a new project.
|
||||
* `mkdocs serve` - Start the live-reloading docs server.
|
||||
* `mkdocs build` - Build the documentation site.
|
||||
* `mkdocs -h` - Print help message and exit.
|
||||
|
||||
## Project layout
|
||||
|
||||
mkdocs.yml # The configuration file.
|
||||
docs/
|
||||
index.md # The documentation homepage.
|
||||
... # Other markdown pages, images and other files.
|
||||
<p align="center">
|
||||
<img src='./crewAI-mindmap.png' />
|
||||
</p>
|
||||
@@ -4,4 +4,6 @@ theme:
|
||||
palette:
|
||||
scheme: default
|
||||
primary: red
|
||||
accent: red
|
||||
accent: red
|
||||
features:
|
||||
- navigation.tabs
|
||||
Reference in New Issue
Block a user