Release 0.7.6.dev2
HEDit 0.7.6.dev2
Changes
- 14a72f4 Bump version to 0.7.6.dev2
- e612e00 Merge branch 'develop' of https://github.com/Annotation-Garden/HEDit into develop
- e34a114 Merge remote-tracking branch 'origin/main' into develop
- 2918981 Bump version to 0.7.6.dev1
- 87c5632 Revert version to dev format for develop branch
- 3f79438 Fix review findings: temperature bug, async LSP, telemetry logging
- 6400dc2 Bump version to 0.7.6a0
- 654c3c9 Bump version to 0.7.5.dev2
- 00304c7 Add telemetry collection to streaming endpoints (#127)
- 9c6114d Bump version to 0.7.5.dev1
- 7a96b3a Add keyword extraction to semantic preprocessing (#126)
Installation
PyPI (Recommended for CLI):
pip install heditDocker (for API server):
docker pull ghcr.io/Annotation-Garden/HEDit:0.7.6.dev2From Source:
git clone https://github.com/Annotation-Garden/HEDit.git
cd hedit
git checkout v0.7.6.dev2
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.