Skip to content

Liminal documentation

Run, configure, and extend the Liminal agent harness (alpha v0.0.10).

Published: docs.vireondynamics.com/liminal/

text
Install → Quickstart → Configuration basics
    → Architecture + Harness protocol
    → Persona + Vault guides (when you use those features)
    → Environment reference (lookup) + Troubleshooting (when stuck)

1. Get running

StepDocument
Install (hosted scripts)Install
First session & smoke testQuickstart
.env vs Settings vs defaultsConfiguration basics
Something brokeTroubleshooting

Install commands (hosted):

bash
curl -fsSL https://vireondynamics.com/install/install.sh | bash   # Linux / macOS / WSL
powershell
irm https://vireondynamics.com/install/install.ps1 | iex          # Windows

2. Understand the harness

DocumentContents
ArchitecturePackages, ReAct loop, dispatcher, locks
Harness protocolR-* rules, web_fetch, large writes
Runtime behaviorWorld context, drift, reflexion
Identity stackPersona vs harness vs base LLM
UI streamingSSE, busy state, web HUD

3. Persona & vault (operator guides)

DocumentContents
Persona systemBootstrap, soul slices, UI theme
Persona bootstrapFirst-run voice setup
Memory and vaultNotes, Obsidian, dedupe
Vault briefsvault_write without dedupe traps

4. Reference

DocumentContents
ChangelogAlpha release notes v0.0.1–v0.0.10
Environment referenceGenerated full AGENT_* table (npm run docs:gen)
Configuration (narrative)Flag groups by subsystem
Tool familiesLazy loading catalog
Web APIREST + SSE
EventsTelemetry payloads
Baseline profilesRecommended flag bundles

Contributors

  • Source: github.com/traidy2222/liminal-ai
  • Agent-oriented map: root CLAUDE.md and README.md
  • Local preview: npm run docs:dev in the monorepo
  • After env key changes: npm run docs:gen · npm run docs:check

Liminal AI · Alpha documentation