Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyegomez/neosapiens
The next evolution of Agents
https://github.com/kyegomez/neosapiens
agents ai artificial-intelligence ml swarms transformers
Last synced: 11 days ago
JSON representation
The next evolution of Agents
- Host: GitHub
- URL: https://github.com/kyegomez/neosapiens
- Owner: kyegomez
- License: mit
- Created: 2024-04-07T22:57:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:59:55.000Z (7 months ago)
- Last Synced: 2024-04-14T03:24:13.473Z (7 months ago)
- Topics: agents, ai, artificial-intelligence, ml, swarms, transformers
- Language: Python
- Homepage: https://discord.gg/x6XNynuZ
- Size: 2.25 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![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