68ec69f2e4b23b67ba64c7f5c6e5285cdba13b18
Notarius
Notarius is a Go CLI for extracting structured artifacts from source material with explicit, configurable pipeline modules.
The current implementation reads Seriatim transcript JSON, chunks the source units, extracts D&D spell-cast artifacts with a Scriptorium-backed LLM runtime, and writes JSON output plus diagnostics for each run.
OPENROUTER_API_KEY=... \
go run ./cmd/notarius run dnd-session \
--config examples/dnd-spells.config.yml \
--input examples/seriatim-minimal-transcript.json
The maintained example uses Scriptorium's built-in mistral-small-3 profile,
which reads OPENROUTER_API_KEY. Outputs are written under
./notarius-output/<run-id>/ unless --output-dir is provided.
Useful references:
Languages
Go
100%