Skip to content

Examples

sarr-io edited this page Jun 14, 2026 · 9 revisions

Examples ✧

▣ Inspect package facts

zn inspect zinc://packages
zn inspect zinc://packages/openai-responses

Output shape:

package openai-responses
  version: 0.3.0
  root: ...
  source: ...@openai-responses-v0.3.0

▣ Inspect fragments and heads

zn inspect zinc://fragments
zn inspect zinc://heads

↯ Read a package file

zn read zinc://packages/unix-bash/files/software/run.py

⟡ Read a manifest node

zn read zinc://packages/unix-bash/manifest/software/run

Output:

software/run.py

↯ Run a shape

zn run examples/local-llama-answer.circuitry.yaml question="what is zinc?"

Zinc stores exact request and result bytes as fragments and moves heads as the run advances.

Clone this wiki locally