Skip to content
PGE TRINITY

Three agents. One loop. Zero silent failures.

Naive LLM agents call tools without checks — they corrupt data, leak credentials, and leave no audit trail when they fail.

ARCHITECTURE

HOW IT WORKS.

A message enters on the left and leaves as a verified action on the right. Every hop is typed, gated, and audit-logged.

PLANNER
GATEKEEPER
EXECUTOR
MEMORY
DEEP DIVE

DEEP DIVE.

Four components, four clear responsibilities. Click to zoom in.

The Planner reads your message, loads the relevant memory tiers, and asks the model which tool to call next. It runs on qwen3:27b by default and returns a structured JSON proposal — not free-form text — so the rest of the loop has something concrete to verify.
LIVE DEMO

LIVE DEMO.

Here is a real filesystem write flowing through the loop — Planner proposes, Gatekeeper clears, Executor runs, Memory remembers.

pge-trinity.loop
RECEIPTS

RECEIPTS.

4
RISK CLASSES
GREEN → RED
19
LLM ROLES
local + cloud
145
MCP TOOLS
14 modules
340+
LOOP TESTS
unit + integration
CROSS-LINKS

WHERE NEXT.