Multi-Agent Scaling System for GenAI - Complete contribution guide
This handbook provides comprehensive guidance for contributing to MassGen across four tracks:
- Research Track
- Case Studies Track
- Development Track
- Marketing Track
Visit the handbook at: [Your GitHub Pages URL will be here]
To run locally:
# Install Ruby and Bundler first
gem install bundler
# Install dependencies
bundle install
# Run Jekyll locally
bundle exec jekyll serve
# Visit http://localhost:4000handbook/
├── _config.yml # Jekyll configuration
├── index.md # Home page
├── research.md # Research track
├── case-studies.md # Case studies track
├── marketing.md # Marketing track
├── issues.md # GitHub issues guide
├── development.md # Development guide
├── documentation.md # Documentation guide
├── release.md # Release process
├── announcement.md # Announcements
├── resources.md # Resources and links
└── glossary.md # Glossary
This handbook is open source. To contribute:
- Fork the repository
- Make your changes
- Submit a pull request
MIT License