Skip to content

HandyLLM v0.9.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 01:30
· 19 commits to main since this release
d1a0415

Release HandyLLM v0.9.2.

Fixed

  • fix DictProxy YAML dump
  • fix tool calls in stream mode: missing last tool call

Changed

  • change import behavior:
    • __init__.py:
      • use explicit imports instead of *
      • limit imports from utils.py
      • remove all imports from response.py and types.py (please import them directly)
    • response.py: add missing items to __all__
  • add py.typed for better IDE support