Release 0.7.9.dev1
HEDit 0.7.9.dev1
Changes
- 2d86660 Bump version to 0.7.9.dev1
- 96b4a20 Add MoBI annotation talk for AGI [skip-release]
- 5783634 Merge remote-tracking branch 'origin/main' into develop
- b6c008f Revert "Bump version to 0.7.9a0"
- 11a7579 Bump version to 0.7.9a0
- 4e392e6 Fix BYOK vision provider mismatch and update default models (#141)
Installation
PyPI (Recommended for CLI):
pip install heditDocker (for API server):
docker pull ghcr.io/Annotation-Garden/HEDit:0.7.9.dev1From Source:
git clone https://github.com/Annotation-Garden/HEDit.git
cd hedit
git checkout v0.7.9.dev1
pip install -e .Quick Start
# Initialize with your OpenRouter API key
hedit init --api-key YOUR_KEY
# Generate HED annotation
hedit annotate "A red circle appears on screen"Documentation
See README.md for setup and usage instructions.