[![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)
```
# Todo
- [ ] Add tool processing
- [ ] Add tool router
- [ ] Add rules processing to map to each agent
- [ ] Prompt for swarm orchestrator to make the children workers in JSON
- [ ] Prompt to create functions with a tool decorator above the function with specific types and documentation. Create a tool for this: {input}, and create the functions in python with a tool decorator on top of the function with specific types and documentation with docstrings
- [ ] Logic to add each agent to a swarm network
- [ ] Add memory to boss agent using Chromadb
- [ ] Add agents as tools after the boss creates them
# License
MIT
Raw data
{
"_id": null,
"home_page": "https://github.com/kyegomez/NeoSapiens",
"name": "neo-sapiens",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": "artificial intelligence, deep learning, optimizers, Prompt Engineering",
"author": "Kye Gomez",
"author_email": "kye@apac.ai",
"download_url": "https://files.pythonhosted.org/packages/f1/75/1ccd77453f91ef772712dbaef5ee6103edcf11e44cd70ffb1fe3006eeb6e/neo_sapiens-0.0.8.tar.gz",
"platform": null,
"description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Neo Sapiens\n\n\n## install\n`$ pip install -U swarms neo-sapiens`\n\n\n## usage\n```python\nfrom neo_sapiens import run_swarm\n\n# Run the swarm\nout = run_swarm(\"Create a self-driving car system using a team of AI agents\")\nprint(out)\n```\n\n# Todo\n- [ ] Add tool processing\n\n- [ ] Add tool router\n\n- [ ] Add rules processing to map to each agent\n\n- [ ] Prompt for swarm orchestrator to make the children workers in JSON\n\n- [ ] Prompt to create functions with a tool decorator above the function with specific types and documentation. Create a tool for this: {input}, and create the functions in python with a tool decorator on top of the function with specific types and documentation with docstrings\n\n- [ ] Logic to add each agent to a swarm network\n\n- [ ] Add memory to boss agent using Chromadb\n\n- [ ] Add agents as tools after the boss creates them\n\n# License\nMIT\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Neo Sapiens - Pytorch",
"version": "0.0.8",
"project_urls": {
"Documentation": "https://github.com/kyegomez/NeoSapiens",
"Homepage": "https://github.com/kyegomez/NeoSapiens",
"Repository": "https://github.com/kyegomez/NeoSapiens"
},
"split_keywords": [
"artificial intelligence",
" deep learning",
" optimizers",
" prompt engineering"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "151e9e8eabce23c986ca2ae96f37bbf00cd3d56ebd51e74bdf8709b421c84e67",
"md5": "57a43d7a47cf57d53f91ed0cf62d2492",
"sha256": "29011308ed1bbdef3fa74f57e91583f6b19644b4d8d954524cfce18a556650ea"
},
"downloads": -1,
"filename": "neo_sapiens-0.0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "57a43d7a47cf57d53f91ed0cf62d2492",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 15628,
"upload_time": "2024-06-23T01:34:43",
"upload_time_iso_8601": "2024-06-23T01:34:43.950638Z",
"url": "https://files.pythonhosted.org/packages/15/1e/9e8eabce23c986ca2ae96f37bbf00cd3d56ebd51e74bdf8709b421c84e67/neo_sapiens-0.0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1751ccd77453f91ef772712dbaef5ee6103edcf11e44cd70ffb1fe3006eeb6e",
"md5": "315ba5d1d870a9c1781f118fa5e6a9b8",
"sha256": "80532d0fb4b9ed58781d03c613d27e55ba77e41e59bc32e3acf9057e8beeb41e"
},
"downloads": -1,
"filename": "neo_sapiens-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "315ba5d1d870a9c1781f118fa5e6a9b8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 14635,
"upload_time": "2024-06-23T01:34:45",
"upload_time_iso_8601": "2024-06-23T01:34:45.577143Z",
"url": "https://files.pythonhosted.org/packages/f1/75/1ccd77453f91ef772712dbaef5ee6103edcf11e44cd70ffb1fe3006eeb6e/neo_sapiens-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-23 01:34:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kyegomez",
"github_project": "NeoSapiens",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "torch",
"specs": []
},
{
"name": "zetascale",
"specs": []
},
{
"name": "swarms",
"specs": []
}
],
"lcname": "neo-sapiens"
}