README.md
pyproject.toml
src/coordination/__init__.py
src/coordination/__main__.py
src/coordination/agent_registry.py
src/coordination/config.py
src/coordination/event_stream.py
src/coordination/message.py
src/coordination/pre_execution_memory.py
src/coordination/server.py
src/coordination/sqlite_storage.py
src/coordination/storage.py
src/coordination/task_queue.py
src/coordination.egg-info/PKG-INFO
src/coordination.egg-info/SOURCES.txt
src/coordination.egg-info/dependency_links.txt
src/coordination.egg-info/entry_points.txt
src/coordination.egg-info/requires.txt
src/coordination.egg-info/top_level.txt
tests/test_agent_registry.py
tests/test_event_stream.py
tests/test_integration.py
tests/test_message.py
tests/test_pre_execution_memory_integration.py
tests/test_sqlite_storage.py
tests/test_task_queue.py