Releases: MINDS-THU/HAMLET
Releases · MINDS-THU/HAMLET
HAMLET 0.1.3
Highlights
- Fix CodeAgent installs by packaging
hamlet.core.promptsand shipping the YAML templates required by the default prompts. - Add the
minds_hamletcompatibility shim plus setuptools package-data config so the published wheel matches the PyPI distribution name and exposes the same public API. - Rebuild artifacts and publish
minds-hamlet==0.1.3to PyPI, ensuringuv add minds-hamletworks without local checkouts.
Verification
uv run pytest tests/tools(24 passed)uv build(wheel + sdist)uv pip install --dry-run minds-hamlet==0.1.3