From 903b218990cbccdbcdebaec861c9aff972374c2b Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Tue, 11 Jun 2024 12:44:25 -0700 Subject: [PATCH] [DOCS] --- docs/mkdocs.yml | 1 + docs/swarms/install/docker_setup.md | 2 +- docs/swarms/install/multi-agent_template.md | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/swarms/install/multi-agent_template.md diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 37352a00..606c4949 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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" diff --git a/docs/swarms/install/docker_setup.md b/docs/swarms/install/docker_setup.md index b3367d3c..ccbbf35c 100644 --- a/docs/swarms/install/docker_setup.md +++ b/docs/swarms/install/docker_setup.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 diff --git a/docs/swarms/install/multi-agent_template.md b/docs/swarms/install/multi-agent_template.md new file mode 100644 index 00000000..4063ef9e --- /dev/null +++ b/docs/swarms/install/multi-agent_template.md @@ -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) \ No newline at end of file