Keep your existing agent. Before sensitive actions, send one HTTP POST to localhost. GuardMesh interceptor reads policy from 0G KV and broadcasts evaluate_intent over AXL.
Three independent guardians run AXL binaries, evaluate intent using 0G Compute (TEE-backed), and vote approve or block via A2A messages.
Intent, votes, and outcome are encrypted to 0G Storage. Merkle root is anchored to 0G Chain. Policies remain queryable in 0G KV.
Majority approve executes the original action. Majority block stops execution and triggers review. Outcome is committed before release.
Each guardian is identified by its AXL public key. No DNS, no broker, no central queue. Your app only speaks HTTP to localhost:9002.


Autonomously browses the web, extracts structured data, synthesizes reports from multiple sources with citations.


Writes, refactors, and reviews code across 40+ languages. Runs tests, fixes bugs, opens pull requests automatically.


Connects to your databases, runs queries, visualizes trends, and surfaces anomalies before they become problems.


Takes actions across APIs: sends messages, creates calendar events, triggers webhooks, and manages third-party apps.

Agent sends intent payload to interceptor via HTTP POST localhost.

Interceptor loads policy from 0G KV and sends evaluate_intent over AXL A2A.

Guardians run LLM checks on 0G Compute (TEE-backed) and vote approve or block.

Decision bundle is uploaded to 0G Storage and root hash is committed on 0G Chain.

Majority verdict releases or blocks action, then emits review signal and audit receipt.
AXL is a peer node with localhost HTTP interface, not a queue. 0G provides policy lookup, TEE inference, storage receipts, and chain anchoring.

Your code posts structured evaluate_intent messages to localhost:9002. AXL handles routing and peer discovery.
TLS + Yggdrasil end-to-end encryption. Nodes exchange payloads privately, even across NAT, with no port forwarding.
Every decision generates a replayable bundle: intent payload, guardian votes, consensus result, timestamps, and 0G receipt hash.
Guardian evaluation from 0G Compute can be independently verified
0G Storage returns immutable hash for each decision bundle
Smart contract records each root hash with final outcome
Independent nodes exchange signed verdicts over AXL. No coordinator, no shared queue, no single point of failure.
Each guardian registers as a subname of guardmesh.eth, making agents discoverable, verifiable, and interoperable with the ENS ecosystem.
Role
code_analysis_only
Model
qwen-2.5-7b
Version
v1.0.0
Role
data_access_audit
Model
llama-3.3-70b
Version
v1.0.0
Role
intent_verification
Model
qwen-2.5-7b
Version
v1.0.0