flow() API Flow builder, workflow graph, and mermaid APIs. cpp api api/flow packages/cpp/axir-api.json api flow() API

flow() API

Flow builder, workflow graph, execution plan, and mermaid APIs.

Most Used

axllm::flow

Create an AxFlow program graph or compile the portable Mermaid shorthand.

FieldValue
Kindfunction
Ax conceptflow
API sectionFlow
Formaxllm::flow(options) / axllm::flow(mermaid, bindings)
ReturnsAxFlow

Important Options

  • nodes
  • execute mappers
  • conditions
  • cache
  • returns
  • Mermaid roundtrip

Examples

C++
auto wf = axllm::flow();

Full reference

axllm::AxFlow

Workflow graph with Core-owned planning, cache keys, state merge, child aggregation, optimization, and returns projection.

FieldValue
Kindtype
Ax conceptAxFlow
API sectionFlow
Formaxllm::AxFlow(optionsOrMermaid, bindings)
Returnsflow program

Important Options

  • steps
  • state
  • parallel groups
  • returns

Full reference

Full Reference

Open the full C++ reference. This page highlights the flow symbols most relevant to everyday use.

Docs