# Contributing to A3M Router

Thank you for your interest in contributing! 

## Quick Start

1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## Areas We Need Help

- 🌍 **New providers**: Add support for more LLM providers
- 🧪 **Tests**: Improve test coverage
- 📖 **Documentation**: Fix typos, add examples
- 🐛 **Bug fixes**: Check open issues
- 🎨 **Examples**: Add real-world usage examples

## Development Setup

```bash
git clone https://github.com/Das-rebel/adaptive-memory-multi-model-router.git
cd adaptive-memory-multi-model-router
npm install
npm test
```

## Code Style

- TypeScript strict mode
- No external dependencies in core routing logic
- Keep the package small (<25 KB)

## License

By contributing, you agree that your contributions will be licensed under the MIT License.
