LICENSE
README.md
pyproject.toml
agentim_plugin/__init__.py
agentim_plugin/after-install.md
agentim_plugin/cli_subcommands.py
agentim_plugin/hooks.py
agentim_plugin/slash_commands.py
agentim_plugin/state.py
agentim_plugin/../plugin.yaml
agentim_plugin/adapter/__init__.py
agentim_plugin/adapter/adapter.py
agentim_plugin/adapter/api_client.py
agentim_plugin/adapter/message_router.py
agentim_plugin/adapter/message_schema.py
agentim_plugin/adapter/prompt_guard.py
agentim_plugin/adapter/sse_transport.py
agentim_plugin/hermes_patches/__init__.py
agentim_plugin/hermes_patches/_common.py
agentim_plugin/hermes_patches/adapter_factory.py
agentim_plugin/hermes_patches/auth_maps.py
agentim_plugin/hermes_patches/cron_delivery.py
agentim_plugin/hermes_patches/platform_enum.py
agentim_plugin/hermes_patches/prompt_hints.py
agentim_plugin/hermes_patches/send_message.py
agentim_plugin/hermes_patches/session_pii.py
agentim_plugin/hermes_patches/ui_lists.py
agentim_plugin/hermes_patches/update_allowed.py
agentim_plugin/skills/agentim/SKILL.md
agentim_plugin/tools/__init__.py
agentim_plugin/tools/_runtime.py
agentim_plugin/tools/account.py
agentim_plugin/tools/contacts.py
agentim_plugin/tools/conversations.py
agentim_plugin/tools/discovery.py
agentim_plugin/tools/files.py
agentim_plugin/tools/groups.py
agentim_plugin/tools/messaging.py
agentim_plugin/tools/profile.py
agentim_plugin/tools/user_rules.py
s2x5_agentim.egg-info/PKG-INFO
s2x5_agentim.egg-info/SOURCES.txt
s2x5_agentim.egg-info/dependency_links.txt
s2x5_agentim.egg-info/entry_points.txt
s2x5_agentim.egg-info/requires.txt
s2x5_agentim.egg-info/top_level.txt
tests/test_adapter.py
tests/test_cli_slash.py
tests/test_e2e.py
tests/test_hooks.py
tests/test_patches.py
tests/test_scaffold.py
tests/test_sse_transport.py
tests/test_tools.py