Skip to content

Release 0.7.9a2

Choose a tag to compare

@github-actions github-actions released this 21 May 13:45

HEDit 0.7.9a2

Changes

  • cf0baf4 Bump version to 0.7.9a2
  • bff3c2e Merge pull request #145 from Annotation-Garden/develop
  • 66a55f8 Merge main into develop (resolve version conflict, keep dev4)
  • 8b776f5 Bump version to 0.7.9a1
  • ca92a45 Fix BYOK vision provider mismatch and update default models (#142)

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.7.9a2

From Source:

git clone https://github.com/Annotation-Garden/HEDit.git
cd hedit
git checkout v0.7.9a2
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.