Frequently asked questions
Runsight is a YAML-first workflow engine designed for AI agents. It allows users to visually design agent workflows, with the canvas writing YAML directly to your filesystem. This means that workflows are treated like code, enabling version control, code review, and the ability to pause and fix issues in real-time without needing to redeploy. This approach is particularly beneficial for engineering teams that require rigorous management of their workflows.
YAML is known for its human-readable format, which makes it easier to manage and integrate complex data structures. It allows for clear and concise configuration files that can be easily edited and understood by both humans and machines. This readability can significantly reduce the learning curve for new team members and streamline collaboration among developers.
Runsight stands out due to its Git-native approach, where workflows are stored as YAML files in your repository rather than in a database. It also features per-run cost tracking, allowing users to know the cost of each agent call before receiving an invoice. Additionally, it offers runtime intervention capabilities, enabling users to pause, inspect, fix, and resume workflows while they are running, which is a unique feature not commonly found in other workflow engines.
