Metadata-Version: 2.4
Name: syv-conductor
Version: 1.5.0
Summary: Reusable DAG execution engine — node registration, graph compilation, eager parallel streaming execution, retry, shared references, and human-in-the-loop checkpointing.
Project-URL: Repository, https://github.com/syv-ai/conductor
Author-email: Syvai <billy@syv.ai>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.0
Provides-Extra: all
Requires-Dist: syv-conductor-nodes==1.5.0; extra == 'all'
Requires-Dist: syv-conductor-providers[fastapi]==1.5.0; extra == 'all'
Provides-Extra: nodes
Requires-Dist: syv-conductor-nodes==1.5.0; extra == 'nodes'
Provides-Extra: providers
Requires-Dist: syv-conductor-providers==1.5.0; extra == 'providers'
Provides-Extra: yaml
Requires-Dist: pyyaml>=6.0; extra == 'yaml'
