Thanks for your interest in contributing!
- Report bugs — Open an issue with steps to reproduce
- Suggest features — Open an issue describing the use case
- Submit PRs — Fork the repo, make changes, open a pull request
git clone https://github.com/shanemmattner/embedded-agent-bridge.git
cd embedded-agent-bridge
pip install -e ".[dev]"
pytest- Python 3.9+
- Keep it simple — this project values readability over cleverness
- Add tests for new functionality
pytest # Run all tests
pytest -x # Stop on first failure
pytest eab/tests/ # Unit tests only
pytest tests/ # CLI integration tests onlyOpen an issue or start a discussion. We're happy to help.