diff --git a/DOCS/AGENT_NAME.md b/DOCS/AGENT_NAME.md new file mode 100644 index 00000000..407c2f12 --- /dev/null +++ b/DOCS/AGENT_NAME.md @@ -0,0 +1,22 @@ +Sure, here are some creative neo-futuristic names for your swarm worker agents: + +QuantumPulse +UltraNode +FusionCortex +HyperionCrawler +XenoSync +HoloWorker +EtherEngine +NebulaNexus +OmegaOrbit +ZetaZenith +PhantomPivot +VortexVector +ChronoCluster +SpecterSphere +TitanTrace +EchoEntity +NovaNucleus +AstroAssembler +PulsarProcessor +CosmicCrafter \ No newline at end of file diff --git a/setup.py b/setup.py index 3bb46afe..81af8863 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.8.0', + version = '0.8.1', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',