Verifiable cognition means an autonomous agent’s reasoning and authorization steps produce independently checkable artifacts — not just a narrative after the fact.Documentation Index
Fetch the complete documentation index at: https://docs.ameo.agiwithai.com/llms.txt
Use this file to discover all available pages before exploring further.
Beyond explainable AI
Explainable AI (XAI) often means post-hoc summaries: “the model chose X because Y.” That prose is not evidence. Verifiable cognition requires structured, immutable commitments at each stage:- Observation snapshot — balances, gas, market inputs at decision time.
- Reasoning trace — hashed plan + optional 0G blob.
- Policy proof — predicate results evaluated outside the model.
- Settlement proof — tx hash, block, and
[DecisionLogged](/glossary#decisionlogged-event)event.
The four pillars in AMEO
| Pillar | Artifact | Where to verify |
|---|---|---|
| Observation | JSON snapshot in JSONL + replay API | /app/replay node 1–3 |
| Reasoning | rationaleHash, planner output | Replay node 4 + 0G indexer |
| Policy | guardrail_evaluated violations or pass | Replay node 5 |
| Settlement | Mantlescan tx + DecisionLogged | Replay nodes 6–8 |

