LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
core/__init__.py
core/exceptions.py
core/hook_manager.py
core/installer.py
core/logger.py
core/plugin_base.py
hook_deployer.egg-info/PKG-INFO
hook_deployer.egg-info/SOURCES.txt
hook_deployer.egg-info/dependency_links.txt
hook_deployer.egg-info/entry_points.txt
hook_deployer.egg-info/not-zip-safe
hook_deployer.egg-info/requires.txt
hook_deployer.egg-info/top_level.txt
plugins/__init__.py
plugins/openclaw/__init__.py
plugins/openclaw/plugin.py
plugins/session_end/__init__.py
plugins/session_end/plugin.py
tests/__init__.py
tests/test_bootstrap.py
tests/test_exceptions.py
tests/test_hook_manager.py
tests/test_installer.py
tests/test_integration.py
tests/test_logger.py
tests/test_openclaw_plugin.py
tests/test_plugin_base.py
tests/test_session_end_plugin.py