LICENSE
README.md
pyproject.toml
src/socratic_core/__init__.py
src/socratic_core/base_service.py
src/socratic_core/config.py
src/socratic_core/event_bus.py
src/socratic_core/events.py
src/socratic_core/exceptions.py
src/socratic_core/orchestrator.py
src/socratic_core/shared_models.py
src/socratic_core/utils.py
src/socratic_core.egg-info/PKG-INFO
src/socratic_core.egg-info/SOURCES.txt
src/socratic_core.egg-info/dependency_links.txt
src/socratic_core.egg-info/requires.txt
src/socratic_core.egg-info/top_level.txt
tests/test_config.py
tests/test_core.py
tests/test_events_simple.py