LICENSE
README.md
pyproject.toml
src/stroma/__init__.py
src/stroma/checkpoint.py
src/stroma/contracts.py
src/stroma/cost.py
src/stroma/failures.py
src/stroma/middleware.py
src/stroma/py.typed
src/stroma/runner.py
src/stroma/trace.py
src/stroma.egg-info/PKG-INFO
src/stroma.egg-info/SOURCES.txt
src/stroma.egg-info/dependency_links.txt
src/stroma.egg-info/requires.txt
src/stroma.egg-info/top_level.txt
src/stroma/adapters/__init__.py
src/stroma/adapters/base.py
src/stroma/adapters/crewai.py
src/stroma/adapters/deepagents.py
src/stroma/adapters/langgraph.py
tests/test_checkpoint.py
tests/test_contracts.py
tests/test_cost.py
tests/test_failures.py
tests/test_middleware.py
tests/test_runner.py
tests/test_step_aliases.py
tests/test_trace.py