Skip to content

Sigil v0.2.9

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 14:34
39d17c2

Release Sigil v0.2.9: the skill compiler. SKILL.md in, a typed runnable agent harness out.

Install

curl -fsSL https://github.com/sigilagent/sigil/releases/latest/download/install.sh | bash

The installer pulls the native jac runtime, fetches Sigil into ~/.sigil/app,
provisions the compiler's one dependency (PyYAML), and drops a sigil launcher on
your PATH. No root; safe to re-run. Verify the download against install.sh.sha256.

This release's installer is pinned to v0.2.9 — it installs exactly this commit,
not main. Set SIGIL_REF (branch / tag / commit) to override.

Then:

export OPENAI_API_KEY=sk-...     # your frontier provider key
sigil serve                      # start the Observatory gateway
sigil login                      # once — caches a JWT
sigil solve "extract the tables from report.pdf as csv"

Docs: https://sigilagent.com · https://github.com/sigilagent/sigil#readme