diff --git a/DOCS/MONETIZATION.md b/DOCS/MONETIZATION.md index 526a6583..d126a63e 100644 --- a/DOCS/MONETIZATION.md +++ b/DOCS/MONETIZATION.md @@ -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. -* - - +* \ No newline at end of file diff --git a/setup.py b/setup.py index ac50dad4..5781460a 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/swarms/__init__.py b/swarms/__init__.py index 1b9e18a4..9d16332f 100644 --- a/swarms/__init__.py +++ b/swarms/__init__.py @@ -1 +1 @@ -from swarms.agents.swarms import Swarms \ No newline at end of file +from swarms.agents import Swarms \ No newline at end of file diff --git a/swarms/agents/__init__.py b/swarms/agents/__init__.py index e69de29b..1b9e18a4 100644 --- a/swarms/agents/__init__.py +++ b/swarms/agents/__init__.py @@ -0,0 +1 @@ +from swarms.agents.swarms import Swarms \ No newline at end of file