From Visual Flows toProduction-Grade Agents
Vector Flow is your visual layer. PAR is the execution engine. Every flow you draw becomes a live, stateful agent—no deploy step, no custom orchestration, and no glue code.
Every save in the builder updates the running agent. No manual deploy step.
Variables, checkpoints, and logs are all backed by the PAR state layer.
Flows are compiled to executions that can run in parallel across thousands of workers.
Flow → Runtime Mapping
┌───────────────┐
│ Recognition │
│ (Is this │
│ a refund?) │
└───────┬───────┘
│ yes
▼
┌───────────────┐
│ Parallel │
│ Branch │
└───────┬───────┘
▼ ▼
API Call Email┌──────────────────┐
│ Stateless Worker │
│ - Recognize │
│ - Route Branch │
└────────┬─────────┘
│
▼
┌──────────────┐
│ State Layer │
│ - Variables │
│ - Checkpoint│
└──────────────┘Visual flows compile down to an execution graph that PAR runs across stateless workers, with all state and checkpoints stored in the durable state layer.
Visual Builder on Top of a Managed Execution Layer
Vector Flow lets you think in terms of nodes, variables, and conversations. Behind the scenes, PAR takes care of concurrency, persistence, and recovery so those flows can run reliably at scale.
Execution Layer (you don’t build this)
What You Actually Build
Real-Time Iteration
The Vector Flow builder has chat on the left and live logs on the right. Every change to a node is reflected on the very next request—no redeploy, no waiting.
This makes it natural to design flows by conversation: interact with your agent, inspect how nodes behave, then refine prompts and wiring in real time.
Flow, Node, and Variable Layers
At a high level, the system separates concerns into three layers:
- • Flows: the overall graph of decisions and actions
- • Nodes: individual reasoning, tools, or side effects
- • Variables: the data that flows through and persists
PAR gives each execution its own state container so variables and checkpoints survive restarts and long-running processes.
Architecture That Scales from Toy Flows to Critical Systems
Vector Flow is used as the decision layer for everything from customer support to security platforms. The same architecture supports quick prototypes and mission-critical agents.
Latency & Throughput
Concurrency & Uptime
Real-World Usage
Ready to see this architecture in action?
Start with a simple Start → Recognize → Respond flow, test it live in the builder, and know that every execution is backed by PAR from the very first request.