Universal Swarm Intelligence Engine — predict anything with collective AI agents.
swarmcast exists to make this workflow practical. Universal swarm intelligence engine — predict anything with collective ai agents. It favours a small, inspectable surface over sprawling configuration.
- Included test suite
- Worked examples included
- Runtime: Python
- AI/ML: NumPy
The codebase is organised into examples/, src/, swarmcast/, tests/.
pip install -r requirements.txtSee the source files and entry points for concrete usage patterns.
swarmcast/
├── .env.example
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── config.example.yaml
├── examples/
├── index.html
├── requirements.txt
├── setup.py
├── src/
├── swarmcast/
├── tests/