Metadata-Version: 2.1
Name: neo-sapiens
Version: 0.0.4
Summary: Neo Sapiens - Pytorch
Home-page: https://github.com/kyegomez/NeoSapiens
License: MIT
Keywords: artificial intelligence,deep learning,optimizers,Prompt Engineering
Author: Kye Gomez
Author-email: kye@apac.ai
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: pydantic
Requires-Dist: swarms
Project-URL: Documentation, https://github.com/kyegomez/NeoSapiens
Project-URL: Repository, https://github.com/kyegomez/NeoSapiens
Description-Content-Type: text/markdown

[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# Neo Sapiens


## install
`$ pip install -U swarms neo-sapiens`


## usage
```python
from neo_sapiens import run_swarm

# Run the swarm
out = run_swarm("Create a self-driving car system using a team of AI agents")
print(out)
```


# License
MIT

