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