From 49f9ebd5fe15766c880089f2b43635fe506f8d03 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 10 Jul 2023 22:00:41 -0400 Subject: [PATCH] clean up Former-commit-id: 98f0f2f86992f55fbfe815508b4a06caa2e74f7b --- DOCS/AGENT_NAME.md | 22 ++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 DOCS/AGENT_NAME.md 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',