Skip to content

Examples

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

Examples

Run a math shape

zn run examples/compute-math.circuitry.yaml a=2 b=3

Run a local model shape

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

Read a package manifest node

zn read zinc://packages/openai-responses/manifest/surfaces/responses

Read a package file

zn read zinc://packages/openai-responses/files/surfaces/responses.py

Manage packages

zn pkg list
zn pkg requirements
zn pkg update all --dry-run

Why examples are small

Examples stay close to Zinc's core: run shaped work, read package material, and manage packages.

Clone this wiki locally