Quickstart

Clone, configure, run, and verify Trinity locally without leaking secrets.

Keyboard: / focus search Cmd/Ctrl+K open command menu
Status: implemented Version: latest Review: source-backed Last scanned: 2026-06-25T00:00:00Z Review required: false

Quickstart

Clone, configure, run, and verify Trinity locally without leaking secrets.

Fresh-clone path: install dependencies, run mix setup, source safe local environment values, then start Phoenix with mix phx.server.

Verification path: use mix format --check-formatted, mix assets.deploy, MIX_ENV=test mix compile --warnings-as-errors, MIX_ENV=test mix test, and docs checks before claiming a green slice.

Demo-vs-production: deterministic demo commands are safe by default; live Stripe, Gmail, NVIDIA, and Hermes execution require explicit provider credentials and readiness proof.

Official references

System Use in Trinity Official docs
Hermes Hosted agent runtime and skills context Hermes Agent docs
Jido Narrow policy/firewall action seam Jido Actions and Workflows
NVIDIA Nemotron scoring, safety, and QA decisions NIM LLM API reference
Stripe Checkout, webhooks, revenue proof, guarded spend Checkout Sessions API
Gmail Drafts, sends, aliases, scopes, inbound replies Gmail API scopes
Phoenix/Oban/Postgres Control plane, durable jobs, source-of-truth data Phoenix LiveView

Source paths

  • README.md
  • mix.exs
  • .env.example
Was this page useful? Source-backed feedback keeps public docs honest.