Documentation Index
Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start Guide
Get your agent producing verifiable alignment traces in 5 minutes.Installation
Step 1: Define Your Alignment Card
An Alignment Card declares what your agent is, what values it holds, and what it will and won’t do autonomously.Step 2: Generate AP-Traces for Decisions
Every significant decision your agent makes should produce a trace.Step 3: Verify Traces Against Your Card
Check that your agent’s behavior matches its declared alignment.similarity_score (0.0-1.0) measures how semantically similar the trace’s behavior is to the declared alignment. A trace can pass all structural checks but still receive a low_behavioral_similarity warning if similarity_score < 0.50.
Step 4: Check Coherence Before Agent Coordination
Before your agent works with another agent, verify their values are compatible.Step 5: Detect Drift Over Time
Monitor your agent for behavioral drift from its declared alignment.Complete Working Example
Here’s a minimal but complete example you can run:What’s Next?
- Interactive Playground — Try verification in your browser with SSM visualization (coming soon)
- specification — Full protocol specification for implementers
- limitations — What AAP can and cannot guarantee (read this)
- calibration — How similarity thresholds were derived
- A2A integration — Adding AAP to existing A2A agents
- MCP migration — Adding alignment to MCP tools
- Examples — Complete working examples
Common Patterns
Decorator for Automatic Tracing
AAP provides built-in decorators for automatic trace generation:Batch Verification
Questions? See the specification or check out the examples.