README.md
hermes_install_skill.py
pyproject.toml
nonebot_plugin_hermes/__init__.py
nonebot_plugin_hermes/config.py
nonebot_plugin_hermes/utils.py
nonebot_plugin_hermes.egg-info/PKG-INFO
nonebot_plugin_hermes.egg-info/SOURCES.txt
nonebot_plugin_hermes.egg-info/dependency_links.txt
nonebot_plugin_hermes.egg-info/entry_points.txt
nonebot_plugin_hermes.egg-info/requires.txt
nonebot_plugin_hermes.egg-info/top_level.txt
nonebot_plugin_hermes/core/__init__.py
nonebot_plugin_hermes/core/active_session.py
nonebot_plugin_hermes/core/bot_registry.py
nonebot_plugin_hermes/core/hermes_client.py
nonebot_plugin_hermes/core/message_buffer.py
nonebot_plugin_hermes/core/outbound.py
nonebot_plugin_hermes/core/prompt_builder.py
nonebot_plugin_hermes/core/session.py
nonebot_plugin_hermes/handlers/__init__.py
nonebot_plugin_hermes/handlers/commands.py
nonebot_plugin_hermes/handlers/message.py
nonebot_plugin_hermes/mcp/__init__.py
nonebot_plugin_hermes/mcp/auth.py
nonebot_plugin_hermes/mcp/server.py
nonebot_plugin_hermes/mcp/tools/__init__.py
nonebot_plugin_hermes/mcp/tools/get_recent_messages.py
nonebot_plugin_hermes/mcp/tools/list_active_sessions.py
nonebot_plugin_hermes/mcp/tools/push_message.py
nonebot_plugin_hermes/scripts/__init__.py
nonebot_plugin_hermes/scripts/install_skill.py
nonebot_plugin_hermes/skill/SKILL.md
nonebot_plugin_hermes/skill/__init__.py
nonebot_plugin_hermes/tasks/__init__.py
nonebot_plugin_hermes/tasks/expire_active_sessions.py
tests/test_active_session.py
tests/test_bot_registry.py
tests/test_hermes_client_structured.py
tests/test_mcp_auth.py
tests/test_mcp_push_message.py
tests/test_mcp_read_tools.py
tests/test_message_buffer.py
tests/test_prompt_builder.py
tests/test_session_manager.py