CoolFace
Apppublic

zyr-AGENT/zyr3-demo

sourceHugging Faceotherupdated 1mo agoView on Hugging Face
1likes
App README

ZYR3 Cloud Workstation

Run ZYR3 in your browser as an autonomous coding agent, inside a macOS-style desktop window.

Agent Mode

ZYR3 works inside a real file-system sandbox (in-browser, no server needed):

  • —It writes files, runs them, reads the errors, and iterates until the tests pass (bug-fix loop).
  • —Every step is shown as a tool card — write_file with the created file, run_command with its exit status and collapsible output.
  • —Show thinking toggle: reveal or hide ZYR3's private step-by-step reasoning as THINKING cards.
  • —Load a built-in buggy example (calculator, CSV parser, sorter) and watch the loop fix it.
  • —Files persist in your browser via IndexedDB. Inspect, edit, save, run, and delete every file the agent produces.

Chat Mode

A long conversation panel with per-message timestamps, copyable code blocks, and an AI thinking box — for asking questions and building alongside ZYR3.

Everything runs client-side with Pyodide (WASM Python) — no server, no account needed.