# af-workflow
Spec-driven workflow chassis: typed node expressions composed into a branched DAG. Port of agent_core/workflow.
## Install
```sh
cargo add af-workflow
```
Use the exact Agent Factory version across packages in one application.
## Scope
This package owns reusable, business-free infrastructure and lifecycle contracts. Product prompts, domain tools, policies, credentials, data, and deployment configuration remain in the consuming application.
## Documentation
API and package documentation: [https://docs.rs/af-workflow](https://docs.rs/af-workflow)