Contributing¶
Thank you for considering a contribution to agentdelta!
For the full contribution guide — setup, workflow, PR conventions, review timeline — see CONTRIBUTING.md in the repo root.
Quick links¶
Dev setup¶
git clone https://github.com/sandeep-alluru/agentdelta
cd agentdelta
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pre-commit install