Skip to content

Sigil v0.2.5

Choose a tag to compare

@github-actions github-actions released this 23 Jul 13:00
61acb78

Release Sigil v0.2.5: 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.

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