Skip to content

v0.2.0

Choose a tag to compare

@Cookie-HOO Cookie-HOO released this 22 Jun 21:51

Highlights

  • Package-oriented usage for PyPI installs.
  • External handler loading via MI_HANDLER or xiaoai-bridge --handler.
  • Support for module:callable, ./file.py:callable, absolute file paths, and default :handler callable names.
  • Added Chinese README: README.zh-CN.md.
  • Added PyPI Trusted Publishing workflow for the pypi environment.
  • Added tests for handler loading and handler invocation behavior.

Verification

  • uv run ruff check .
  • uv run pytest