Skip to content

Sigil v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:58
bcbec29

Release Sigil v0.2.0 — a self-evolving object-spatial agent.

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