2026-07-19 10:15:28 -05:00
2026-07-03 06:01:34 +00:00
2026-07-19 10:15:28 -05:00
2026-07-19 10:15:28 -05:00
2026-07-19 10:15:28 -05:00
2026-07-16 21:42:24 -05:00
2026-07-19 08:40:15 -05:00
2026-07-19 08:40:15 -05:00
2026-07-03 04:42:08 +00:00

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. Add --debug when a per-run inspection bundle is needed.

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:

Description
notarius is a small, modular Go application that extracts structured D&D information from input sources, such as audio transcripts.
Readme GPL-3.0 22 MiB
Languages
Go 100%