Appearance
Liminal documentation
Run, configure, and extend the Liminal agent harness (alpha v0.0.10).
Published: docs.vireondynamics.com/liminal/
Recommended path
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
| Step | Document |
|---|---|
| Install (hosted scripts) | Install |
| First session & smoke test | Quickstart |
.env vs Settings vs defaults | Configuration basics |
| Something broke | Troubleshooting |
Install commands (hosted):
bash
curl -fsSL https://vireondynamics.com/install/install.sh | bash # Linux / macOS / WSLpowershell
irm https://vireondynamics.com/install/install.ps1 | iex # Windows2. Understand the harness
| Document | Contents |
|---|---|
| Architecture | Packages, ReAct loop, dispatcher, locks |
| Harness protocol | R-* rules, web_fetch, large writes |
| Runtime behavior | World context, drift, reflexion |
| Identity stack | Persona vs harness vs base LLM |
| UI streaming | SSE, busy state, web HUD |
3. Persona & vault (operator guides)
| Document | Contents |
|---|---|
| Persona system | Bootstrap, soul slices, UI theme |
| Persona bootstrap | First-run voice setup |
| Memory and vault | Notes, Obsidian, dedupe |
| Vault briefs | vault_write without dedupe traps |
4. Reference
| Document | Contents |
|---|---|
| Changelog | Alpha release notes v0.0.1–v0.0.10 |
| Environment reference | Generated full AGENT_* table (npm run docs:gen) |
| Configuration (narrative) | Flag groups by subsystem |
| Tool families | Lazy loading catalog |
| Web API | REST + SSE |
| Events | Telemetry payloads |
| Baseline profiles | Recommended flag bundles |
Contributors
- Source: github.com/traidy2222/liminal-ai
- Agent-oriented map: root
CLAUDE.mdandREADME.md - Local preview:
npm run docs:devin the monorepo - After env key changes:
npm run docs:gen·npm run docs:check