main 0.5.4
Kye 2 years ago
parent 0c469ebd3b
commit 2d42a746b3

@ -80,14 +80,12 @@ By offering a variety of services and payment models, Swarms.AI will be able to
* Hosted consumer and enterprise subscription as a service on The Domain, where users can interact with 1000s of APIs and ingest 1000s of different data streams.
* Hosted dedicated capacity deals with mega enterprises on automating many operations with Swarms
* Hosted dedicated capacity deals with mega enterprises on automating many operations with Swarms for monthly subscription 300,000+$
* Partnerships with enterprises, massive contracts with performance based fee
* Have discord bot and or slack bot with users personal data, charge subscription.
* Have discord bot and or slack bot with users personal data, charge subscription + browser extension
* each user gets a dedicated ocean instance of all their data so the swarm can query it as needed.
*
*

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.5.3',
version = '0.5.4',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',

@ -1 +1 @@
from swarms.agents.swarms import Swarms
from swarms.agents import Swarms

@ -0,0 +1 @@
from swarms.agents.swarms import Swarms
Loading…
Cancel
Save