b3328b93e52776831d8c6f4d7c6f05ecc47f0ef0
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 when enabled.
OPENROUTER_API_KEY=... \
go run ./cmd/notarius run dnd-session \
--config examples/dnd-spells.config.yml \
--input examples/seriatim-minimal-transcript.json
This invocation uses the maintained example configuration and input. See the configuration and operations references for profile selection, credentials, and run artifacts.
Useful references:
Languages
Go
100%