pull/483/head
Kye Gomez 7 months ago
parent 189c9e4107
commit 903b218990

@ -93,6 +93,7 @@ nav:
- Install: "swarms/install/install.md"
- Docker Setup: "swarms/install/docker_setup.md"
- Contributing: "contributing.md"
- Multi-Agent Repository Template: "swarms/install/mulit-agent_template.md"
- Framework:
- Overview: "swarms/index.md"
- Models: "swarms/models/index.md"

@ -111,7 +111,7 @@ Creating a Dockerfile for deploying the `swarms` framework to the cloud involves
```Dockerfile
# Use an official Python runtime as a parent image
FROM python:3.9-slim
FROM python:3.11-slim
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1

@ -0,0 +1,6 @@
# Getting Started with Multi-Agent Collaboration Using the Multi-Agent Github Template
The Multi-Agent Github Template, a radically simple, reliable, and high-performance framework, is designed to empower developers and prompt engineers to harness the full potential of multi-agent collaboration. [LINK](https://medium.com/@kyeg/getting-started-with-multi-agent-collaboration-using-the-multi-agent-github-template-0f0a6cba0dc0)
[GITHUB](https://github.com/kyegomez/Multi-Agent-Template-App)
Loading…
Cancel
Save