LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/01_basic_workflow.py
examples/02_cost_tracking.py
examples/03_parallel_execution.py
examples/04_error_recovery.py
src/socratic_workflow/__init__.py
src/socratic_workflow/artifact_saver.py
src/socratic_workflow/distributed_execution.py
src/socratic_workflow/workflow_executor.py
src/socratic_workflow/workflow_templates.py
src/socratic_workflow.egg-info/PKG-INFO
src/socratic_workflow.egg-info/SOURCES.txt
src/socratic_workflow.egg-info/dependency_links.txt
src/socratic_workflow.egg-info/requires.txt
src/socratic_workflow.egg-info/top_level.txt
src/socratic_workflow/analytics/__init__.py
src/socratic_workflow/analytics/metrics.py
src/socratic_workflow/cost/__init__.py
src/socratic_workflow/cost/tracker.py
src/socratic_workflow/execution/__init__.py
src/socratic_workflow/execution/executor.py
src/socratic_workflow/execution/retry.py
src/socratic_workflow/execution/scheduler.py
src/socratic_workflow/integrations/__init__.py
src/socratic_workflow/integrations/langchain/__init__.py
src/socratic_workflow/integrations/langchain/tool.py
src/socratic_workflow/integrations/openclaw/__init__.py
src/socratic_workflow/integrations/openclaw/skill.py
src/socratic_workflow/optimization/__init__.py
src/socratic_workflow/optimization/cost_calculator.py
src/socratic_workflow/optimization/optimizer.py
src/socratic_workflow/optimization/path_finder.py
src/socratic_workflow/optimization/risk_calculator.py
src/socratic_workflow/utils/__init__.py
src/socratic_workflow/workflow/__init__.py
src/socratic_workflow/workflow/checkpoint.py
src/socratic_workflow/workflow/definition.py
src/socratic_workflow/workflow/engine.py
src/socratic_workflow/workflow/parallel_executor.py
src/socratic_workflow/workflow/state.py
src/socratic_workflow/workflow/task.py
tests/integration/test_langchain.py
tests/integration/test_openclaw.py
tests/unit/test_cost_tracker.py
tests/unit/test_engine.py
tests/unit/test_executor.py
tests/unit/test_metrics.py
tests/unit/test_retry.py
tests/unit/test_scheduler.py
tests/unit/test_state.py
tests/unit/test_task.py
tests/unit/test_workflow.py