.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/auto-release.yml
.github/workflows/ci.yml
docs/index.html
docs/logo.svg
docs/viewer.html
docs/examples/01_watch_basics.py
docs/examples/02_watch_sandbox.py
docs/examples/03_watch_granular.py
docs/examples/04_lock.py
docs/examples/05_agent_tool.py
docs/examples/06_profile.py
docs/examples/07_replay.py
docs/examples/08_async.py
docs/examples/profile_data_pipeline.json
docs/examples/profile_fibonacci.json
docs/examples/sandbox_malicious.json
strands_inspect/__init__.py
strands_inspect/_config.py
strands_inspect/_decorator.py
strands_inspect/_graph.py
strands_inspect/_profile.py
strands_inspect/_sandbox.py
strands_inspect/_tool.py
strands_inspect/_version.py
strands_inspect.egg-info/PKG-INFO
strands_inspect.egg-info/SOURCES.txt
strands_inspect.egg-info/dependency_links.txt
strands_inspect.egg-info/requires.txt
strands_inspect.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_async.py
tests/test_config.py
tests/test_coverage_gaps.py
tests/test_decorator.py
tests/test_graph.py
tests/test_profile.py
tests/test_sandbox.py
tests/test_tool.py