README.md
pyproject.toml
openalerts.egg-info/PKG-INFO
openalerts.egg-info/SOURCES.txt
openalerts.egg-info/dependency_links.txt
openalerts.egg-info/entry_points.txt
openalerts.egg-info/requires.txt
openalerts.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/cli.py
src/py.typed
src/adapters/__init__.py
src/adapters/base.py
src/adapters/crewai.py
src/adapters/nanobot.py
src/adapters/openmanus.py
src/channels/__init__.py
src/channels/base.py
src/channels/discord.py
src/channels/slack.py
src/channels/webhook.py
src/collections/__init__.py
src/collections/collection_manager.py
src/collections/persistence.py
src/collections/types.py
src/core/__init__.py
src/core/config.py
src/core/dispatcher.py
src/core/engine.py
src/core/evaluator.py
src/core/event_bus.py
src/core/formatter.py
src/core/rules.py
src/core/store.py
src/core/types.py
src/dashboard/__init__.py
src/dashboard/html.py
src/dashboard/server.py