LICENSE
README.md
pyproject.toml
sibyl_scope.egg-info/PKG-INFO
sibyl_scope.egg-info/SOURCES.txt
sibyl_scope.egg-info/dependency_links.txt
sibyl_scope.egg-info/requires.txt
sibyl_scope.egg-info/top_level.txt
sybil_scope/__init__.py
sybil_scope/_version.py
sybil_scope/api.py
sybil_scope/backend.py
sybil_scope/config.py
sybil_scope/core.py
sybil_scope/decorators.py
sybil_scope/integrations/__init__.py
sybil_scope/integrations/langchain.py
sybil_scope/viewer/__init__.py
sybil_scope/viewer/__main__.py
sybil_scope/viewer/app.py
sybil_scope/viewer/common.py
sybil_scope/viewer/flow_diagram.py
sybil_scope/viewer/hierarchical_view.py
sybil_scope/viewer/table_view.py
sybil_scope/viewer/timeline.py
tests/test_api.py
tests/test_backend.py
tests/test_core.py
tests/test_decorators.py
tests/test_examples_langchain.py
tests/test_integration.py
tests/test_viewer.py
tests/test_viewer_app.py
tests/test_viewer_components.py