Skip to content

Release 0.6.8a4

Choose a tag to compare

@github-actions github-actions released this 09 Feb 19:21

HEDit 0.6.8a4

Changes

  • 6cdc806 Bump version to 0.6.8a4
  • dabb8bf docs: add OSA vs HEDit comparison analysis
  • a5743ee docs: restore .context/ and .rules/ directories with updated content

Installation

PyPI (Recommended for CLI):

pip install hedit

Docker (for API server):

docker pull ghcr.io/Annotation-Garden/HEDit:0.6.8a4

From Source:

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