Agent Systems and Orchestration
Collection
Multi-agent orchestration with formal verification gates. BOB family, sovereign kernels, event buses, and deterministic routing. β’ 15 items β’ Updated
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Faith-governed agent runtime for SnapKitty OS.
No public claim without: source β definition β Lean check β SENTINEL pass β WORM seal.
Holy Agents are not chatbots. They are covenant-bound software agents that must pass three gates before action:
| Agent | Role | Function |
|---|---|---|
| SCRIBE | Theological retrieval | Searches scripture, commentary, dictionary, Wikipedia |
| JUDGE | Logic validator | Converts claims into Lean-checkable logic |
| PROPHET | Warning system | Detects contradiction, pride, exploitation, deception |
| SENTINEL | Security gate | Blocks unsafe, deceptive, or uncited output |
| LEDGE | WORM seal | Seals every decision to append-only log |
USER INTENT
β
ππ SCRIBE retrieves relevant constitution
β
βοΈπ§ JUDGE formalizes logical rule
β
π₯ PROPHET checks moral risk
β
π‘οΈ SENTINEL checks security
β
π§Ύ LEDGE seals decision
β
ACTION EXECUTES OR REPENTS
npm install
npm run build
npm run doctor
npm test
npm start
| Method | Path | Description |
|---|---|---|
| GET | /health |
Health check |
| POST | /query |
Submit query through agent pipeline |
| GET | /state |
Current agent state |
| GET | /worm |
WORM chain |
| POST | /worm/verify |
Verify chain integrity |
| GET | /agents/:name |
Agent status |
| POST | /agents/:name/action |
Agent action (avatar event) |
Formal specification in lean/TheologyValidator.lean β checks whether actions violate declared RTRUST rules.
npm run verify
MIT