Release 0.7.6.dev5
HEDit 0.7.6.dev5
Changes
- c9cd79e Bump version to 0.7.6.dev5
- d65a395 Merge remote-tracking branch 'origin/main' into develop
- 91ffaeb Fix integration test provider mismatch
- 5b1ed7b Update default models to Qwen 3.5 and fix prompt caching (#136)
- 8ec9ebd Merge branch 'develop' of https://github.com/Annotation-Garden/HEDit into develop
- 28a6280 Merge remote-tracking branch 'origin/main' into develop
- 0ce9883 Bump version to 0.7.6a2
- 2d15515 Release v0.7.6a1: keyword extraction, streaming telemetry, prompt caching (#135)
Installation
PyPI (Recommended for CLI):
pip install heditDocker (for API server):
docker pull ghcr.io/Annotation-Garden/HEDit:0.7.6.dev5From Source:
git clone https://github.com/Annotation-Garden/HEDit.git
cd hedit
git checkout v0.7.6.dev5
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.