Skip to content

Examples

sarr-io edited this page Jun 19, 2026 · 11 revisions

Examples

packages and surface below are host fields. Circuitry sees the value boundaries; a host such as Zinc gives those fields meaning.

circuitry: "0.8.2"
name: browser note
packages:
  browser: git+https://example/packages.git@browser-v0.1.0//browser

in:
  - $url

browser:
  record:
    surface: browser.record
    in:
      url: $url
    out:
      recording: $recording

analysis:
  summarize:
    surface: browser.summarize
    in:
      recording: $recording
    out:
      summary: $summary

out:
  - $summary

Clone this wiki locally