Visual editor for ABS sessions โ drag, drop, and export.
The ABS Designer is a visual, no-code editor for building agent behavior specifications. You can use it standalone in the browser, or inside VSCode via the ABS extension.
The designer is built into this website โ no install needed.
๐ Open ABS Designer (opens in a new tab)
.abs.yaml file ready to run with the CLIThe same designer is built into the ABS VSCode extension. Open any .abs.yaml file and the designer opens alongside it โ edit visually, save back to YAML automatically, and run against your agent with โถ Run.
Install from the VSCode marketplace or build from source:
cd vscode
npm install
npm run build
| Feature | Standalone (browser) | VSCode extension |
|---|---|---|
| Visual editor | โ | โ |
| Drag & drop | โ | โ |
| Property sheet | โ | โ |
| YAML preview | โ | โ |
| Export YAML | โ Download file | โ Auto-sync to editor |
| Import YAML | โ Upload file | โ Opens from active editor |
| Run against agent | โ | โ โถ Run button |
| Chain evaluations | โ | โ |