What problem does it solve?
This Skill helps you write correct Rust code for Ax-generated flow graphs in axllm, so you can compose generators, agents, nested programs, and optimizer-related workflow logic without inventing unsupported APIs.
Core Features & Use Cases
- Flow graph composition: Build workflows with nodes, returns, branching, looping, parallel execution, and caching behavior.
- Rust package guidance: Use the generated axllm package, its API docs, capability manifest, and runnable examples as the source of truth.
- Practical use cases: Ideal for wiring provider-backed flows, reasoning about flow state and node inputs, and creating deterministic local checks before using real network calls.
Quick Start
Use the ax-rust-flow skill to draft a Rust workflow with axllm that matches the package examples and correctly wires the required flow nodes.