Runsight
YAML-first workflow engine for AI agents. Workflows are files on disk. Your repo is the database. Git is your version control.
Get started
Section titled “Get started” Quickstart Install Runsight and run your first workflow in under 5 minutes.
Key Concepts Workflows, blocks, souls, tools, and dispatch.
Core documentation
Section titled “Core documentation” YAML Schema Top-level sections, fields, and structure of a workflow file.
Block Types Linear, gate, code, loop, workflow — the five block types.
Souls Agent identities — role, prompt, model, tools. Reusable library files or inline.
Custom Tools Define tools as YAML files with canonical IDs. HTTP, Python, and file-based executors.
Execution and quality
Section titled “Execution and quality” Git Integration Save, commit, simulation branches, and fork recovery.
Assertions and Eval Block-level assertions, transform hooks, and the offline eval test harness.