2 Commits

Author SHA1 Message Date
cfe9e9c4b9 Convert to pip package
- Moved __init__.py and plugin.yaml into hermes_piper_plugin/ package directory
- Added pyproject.toml with build config and entry point registration
- Updated tests to reference new subdirectory paths
- Updated README with pip-based installation instructions

This converts the plugin from a flat layout (loaded via hermes plugins install)
to a proper pip package with the 'hermes_agent.plugins' entry point.
2026-06-17 12:11:37 -04:00
Paul @ TD NDE
c44e65e381 feat: add pytest tests for piper plugin
Add 15 test cases covering manifest validation, monkey-patch logic,
idempotency, error handling, lifecycle hooks, and plugin registration.

Update README with test instructions and corrected install URL.
2026-05-25 00:03:36 -04:00