SkillAgentSearch skills...

NeoSapiens

The next evolution of Agents

Install / Use

/learn @kyegomez/NeoSapiens
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Multi-Modality

Neo Sapiens

install

$ pip install -U swarms neo-sapiens

usage

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

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated4mo ago
Forks10

Languages

Python

Security Score

92/100

Audited on Nov 20, 2025

No findings