This project implements a framework for building and managing intelligent agents with different capabilities. It consists of two main components:
A basic implementation featuring several agent types with different capabilities:
- BadAgent
- ChiefAgent
- ExampleAgent
- MaxwellAgent86
A Rails application providing a more sophisticated agent management system with:
- Database persistence
- API endpoints
- Capability vectors
- Web interface
See the README.md in each directory for specific setup and usage instructions.
- Ruby 3.0+
- Rails 8.0+ (for smarter component)
- PostgreSQL (for smarter component)
MIT License