Skip to content

Commit

Permalink
starting to revamp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Jan 10, 2024
1 parent feafa58 commit 3538e93
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crewAI

![Logo of crewAI, tow people rowing on a boat](./crewai_logo.png)
![Logo of crewAI, tow people rowing on a boat](./docs/crewai_logo.png)

🤖 Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

Expand Down Expand Up @@ -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.

![CrewAI Mind Map](/crewAI-mindmap.png "CrewAI Mind Map")
![CrewAI Mind Map](./docs/crewAI-mindmap.png "CrewAI Mind Map")

## 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)
Expand Down
Binary file removed crewAI-mindmap.png
Binary file not shown.
Binary file added docs/crewAI-mindmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Empty file added docs/examples.md
Empty file.
Empty file added docs/getting-started.md
Empty file.
21 changes: 6 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ theme:
palette:
scheme: default
primary: red
accent: red
accent: red
features:
- navigation.tabs

0 comments on commit 3538e93

Please sign in to comment.