Thanks for your interest in contributing!
git clone https://github.com/thestack-ai/jarvis-orb.git
cd jarvis-orbcd brain
uv venv .venv && source .venv/bin/activate
uv pip install aiosqlite websockets mcp pytest pytest-asyncio
python -m pytest tests/ -vcd orb
pnpm install
pnpm tauri dev- Fork the repo and create a feature branch
- Make your changes
- Run tests:
cd brain && python -m pytest tests/ -v - Submit a PR with a clear description
Open an issue at GitHub Issues with:
- Steps to reproduce
- Expected vs actual behavior
- OS and Python version
By contributing, you agree that your contributions will be licensed under the MIT License.