HandyLLM v0.9.2
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
andtypes.py
(please import them directly)
- use explicit imports instead of
response.py
: add missing items to__all__
- add
py.typed
for better IDE support