From 2c9bed2a41c839655862ead029487eab2745f3fb Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 28 Feb 2024 16:51:04 -0800 Subject: [PATCH] [DOCS] --- docs/corporate/data_room.md | 12 +++++++----- pyproject.toml | 2 +- sequential_workflow_with_agents.py | 4 ---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/corporate/data_room.md b/docs/corporate/data_room.md index 91b719bc..0b7b1afb 100644 --- a/docs/corporate/data_room.md +++ b/docs/corporate/data_room.md @@ -68,11 +68,11 @@ The team has thousands of hours building and optimizing autonomous agents. Leade Key milestones: get 80K framework users in January 2024, start contracts in target verticals, introduce commercial products in 2025 with various pricing models. -## Resources -### **Pre-Seed Pitch Deck** +### **Resources** +#### **Pre-Seed Pitch Deck** - [Here is our pitch deck for our preseed round](https://drive.google.com/file/d/1c76gK5UIdrfN4JOSpSlvVBEOpzR9emWc/view?usp=sharing) -### **The Swarm Corporation Memo** +#### **The Swarm Corporation Memo** To learn more about our mission, vision, plans for GTM, and much more please refer to the [Swarm Memo here](https://docs.google.com/document/d/1hS_nv_lFjCqLfnJBoF6ULY9roTbSgSuCkvXvSUSc7Lo/edit?usp=sharing) @@ -91,8 +91,10 @@ This section is dedicated entirely for corporate documents. ## **Product** Swarms is an open source framework for developers in python to enable seamless, reliable, and scalable multi-agent orchestration through modularity, customization, and precision. -[Here is the official Swarms Github Page:](https://github.com/kyegomez/swarms) - +- [Swarms Github Page:](https://github.com/kyegomez/swarms) +- [Swarms Memo](https://docs.google.com/document/d/1hS_nv_lFjCqLfnJBoF6ULY9roTbSgSuCkvXvSUSc7Lo/edit) +- [Swarms Project Board](https://github.com/users/kyegomez/projects/1) +- [Swarms Website](https://www.swarms.world/g) ### Product Growth Metrics | Name | Description | Link | diff --git a/pyproject.toml b/pyproject.toml index 013a9b0b..03304a3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "4.2.0" +version = "4.2.1" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "] diff --git a/sequential_workflow_with_agents.py b/sequential_workflow_with_agents.py index 78bbc697..06f071db 100644 --- a/sequential_workflow_with_agents.py +++ b/sequential_workflow_with_agents.py @@ -34,7 +34,3 @@ workflow = SequentialWorkflow( # Run the workflow workflow.run() - -# # # Output the results -# for task in workflow.tasks: -# print(f"Task: {task.description}, Result: {task.result}")