pull/459/head^2
Kye 8 months ago
parent ea62d98887
commit 4e64014974

@ -16,7 +16,7 @@ Swarms provides you with all the building blocks you need to build reliable, pro
## 💻 Install
You can install `swarms` with pip in a
[**Python>=3.8**](https://www.python.org/) environment.
[**Python>=3.10**](https://www.python.org/) environment.
!!! example "pip install (recommended)"

@ -12,7 +12,7 @@
# Installation Guide
You can install `swarms` with pip in a
[**Python>=3.8**](https://www.python.org/) environment.
[**Python>=3.10**](https://www.python.org/) environment.
!!! example "pip install (recommended)"

@ -96,13 +96,17 @@ markdown_extensions:
- footnotes
nav:
- Home:
- Installation:
- Overview: "index.md"
- Install: "install.md"
- Why Swarms? Orchestrating Agents for Enterprise Automation: "why.md"
- Limitations of Individual Agents: "limits_of_individual_agents.md"
- Docker Setup: docker_setup.md
- Usage Examples:
- Build an Agent: "diy_your_own_agent.md"
- Build an Agent with tools: "examples/tools_agents.md"
- Docker Setup: docker_setup.md
- What & Why?:
- Why Swarms? Orchestrating Agents for Enterprise Automation: "why.md"
- Limitations of Individual Agents: "limits_of_individual_agents.md"
- Swarms Cloud API:
- Overview: "swarms_cloud/main.md"
- Available Models: "swarms_cloud/available_models.md"

Loading…
Cancel
Save