2026-05-04 21:19:29 -05:00
2026-05-04 21:08:40 -05:00
2026-05-04 21:19:29 -05:00
2026-05-04 18:55:18 +00:00
2026-05-04 18:55:18 +00:00
2026-05-04 21:08:40 -05:00

scriptorium

Scriptorium is a prompt-profile execution engine written in Go.

Current implementation scope:

  • domain model and core interfaces
  • YAML-backed prompt profile loading
  • inline and file artifact reading
  • provider-neutral prompt rendering

Local CLI usage

Run a profile locally against an OpenAI-compatible endpoint:

go run ./cmd/scriptorium run \
  --profile-dir ./profiles \
  --profile-id recap \
  --input transcript=./testdata/transcript.md \
  --input glossary=./testdata/glossary.yml \
  --var session_date=2026-05-04 \
  --llm-base-url http://localhost:8000/v1 \
  --model gpt-4o-mini \
  --out ./out.md
Description
Scriptorium is a a prompt-profile execution engine written in Go.
Readme BSD-3-Clause 2.4 MiB
v0.12.0 Latest
2026-07-28 19:55:31 +00:00
Languages
Go 100%