.gitignore
CLAUDE.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/ollama_test.py
stagehand/__init__.py
stagehand/builder.py
stagehand/adapters/__init__.py
stagehand/adapters/executor/__init__.py
stagehand/adapters/executor/claude.py
stagehand/adapters/executor/ollama.py
stagehand/adapters/secrets/__init__.py
stagehand/adapters/secrets/env.py
stagehand/adapters/storage/__init__.py
stagehand/adapters/storage/filesystem.py
stagehand/core/__init__.py
stagehand/core/context.py
stagehand/core/graph.py
stagehand/core/runstate.py
stagehand/core/scheduler.py
stagehand/core/template.py
stagehand/core/workflow.py
stagehand/ports/__init__.py
stagehand/ports/executor.py
stagehand/ports/secrets.py
stagehand/ports/storage.py
stagehand_ai.egg-info/PKG-INFO
stagehand_ai.egg-info/SOURCES.txt
stagehand_ai.egg-info/dependency_links.txt
stagehand_ai.egg-info/requires.txt
stagehand_ai.egg-info/top_level.txt
tests/__init__.py
tests/test_builder.py
tests/test_graph.py
tests/test_runstate.py
tests/test_scheduler.py
tests/test_secrets.py
tests/test_storage.py
tests/test_template.py