LICENSE
README.md
pyproject.toml
agent_notifier.egg-info/PKG-INFO
agent_notifier.egg-info/SOURCES.txt
agent_notifier.egg-info/dependency_links.txt
agent_notifier.egg-info/entry_points.txt
agent_notifier.egg-info/requires.txt
agent_notifier.egg-info/top_level.txt
agentnotifier/__init__.py
agentnotifier/bridges.py
agentnotifier/cli.py
agentnotifier/config/__init__.py
agentnotifier/config/config.py
agentnotifier/core/__init__.py
agentnotifier/core/notifications.py
agentnotifier/core/output.py
agentnotifier/core/procinfo.py
agentnotifier/core/result.py
agentnotifier/core/runner.py
agentnotifier/core/timefmt.py
agentnotifier/core/watcher.py
agentnotifier/notifier/__init__.py
agentnotifier/notifier/base.py
agentnotifier/notifier/console.py
agentnotifier/notifier/linux.py
agentnotifier/notifier/macos.py
agentnotifier/notifier/null.py
agentnotifier/notifier/windows.py
agentnotifier/notify/__init__.py
agentnotifier/notify/base.py
agentnotifier/notify/console.py
agentnotifier/notify/linux.py
agentnotifier/notify/macos.py
agentnotifier/notify/null.py
agentnotifier/notify/windows.py
tests/test_auto_detect.py
tests/test_bridges.py
tests/test_cli_commands.py
tests/test_config.py
tests/test_integration.py
tests/test_notify.py
tests/test_output.py
tests/test_runner.py
tests/test_watcher.py