Compiled Agent
AI generates pipeline code at creation time. Deterministic scripts run at execution time. No tokens burned on every run.
Radhflow is a compiled agent platform. Describe what you want. AI generates typed, deterministic pipeline code. That code runs forever — zero LLM cost at runtime. YAML + scripts in Git. You own every line.
Compiled Agent
AI generates pipeline code at creation time. Deterministic scripts run at execution time. No tokens burned on every run.
Type-Safe Schemas
Contracts before code. Four data types — Value, Record, Table, Stream. NDJSON interchange with .schema.json companions. Mismatches caught before execution.
Local-First
Runs on your machine. Your data never leaves unless you say so. Cloud deployment optional. EU infrastructure when you need it.
Universal Nodes
DuckDB-backed SQL transforms. Nix-managed CLI tools. HTTP API calls. Browser automation. One pipeline, any tool.
Visual Canvas
React Flow editor. Drag nodes, draw edges, see data flow. Edit YAML or use the canvas — they stay in sync.
Git-Native
Pipelines are YAML + scripts in a Git repo. Branch, diff, review, merge. Full version history. No vendor lock-in.
Three steps from idea to running pipeline.
1. Describe
Tell Radhflow what you need in plain language. “Read leads from a CSV, score them by engagement, push top 20% to my CRM.”
2. Generate
AI writes the pipeline: typed node specs, SQL transforms, API calls, edge contracts. You review real code in your editor.
3. Execute
Deterministic code runs. No LLM in the loop. Same input, same output, every time. Schedule it, forget it.