CLAUDE.md
LICENSE
MANIFEST.in
README.md
setup.py
docs/api-reference.md
docs/best-practices.md
docs/migration-guide.md
docs/api/decomposer.md
docs/api/executor.md
docs/api/models.md
docs/api/simple.md
docs/development/CHANGELOG.md
docs/development/CONTRIBUTING.md
examples/advanced_workflows.py
examples/basic_usage.py
examples/complex_task.py
examples/custom_functions.py
examples/custom_functions_demo.py
examples/mcp_examples.py
examples/mcp_server_example.py
examples/quickstart.py
examples/quickstart_simple.py
examples/plans/complex_competitive_analysis.yaml
examples/plans/sample_plan.yaml
examples/plans/yc_research_plan.yaml
stepchain/__init__.py
stepchain/config.py
stepchain/errors.py
stepchain/function_registry.py
stepchain.egg-info/PKG-INFO
stepchain.egg-info/SOURCES.txt
stepchain.egg-info/dependency_links.txt
stepchain.egg-info/entry_points.txt
stepchain.egg-info/requires.txt
stepchain.egg-info/top_level.txt
stepchain/cli/__init__.py
stepchain/cli/main.py
stepchain/core/__init__.py
stepchain/core/decomposer.py
stepchain/core/decomposer_simple.py
stepchain/core/executor.py
stepchain/core/models.py
stepchain/core/scheduler.py
stepchain/integrations/__init__.py
stepchain/integrations/openai.py
stepchain/storage/__init__.py
stepchain/storage/jsonl.py
stepchain/utils/__init__.py
stepchain/utils/compression.py
stepchain/utils/logging.py
stepchain/utils/retry.py
stepchain/utils/telemetry.py
tests/__init__.py
tests/conftest.py
tests/benchmarks/__init__.py
tests/fixtures/__init__.py
tests/integration/__init__.py
tests/integration/test_end_to_end.py
tests/unit/__init__.py
tests/unit/test_decomposer.py
tests/unit/test_executor.py
tests/unit/test_models.py
tests/unit/test_retry.py
tests/unit/test_storage.py