Memory System Status
statusCheck the health of the verifiable-memory system and retrieve the agent's identity, log integrity status, and current Merkle root.
Instructions
Report the health of the verifiable-memory system.
Returns {agentDid, logEntries, logIntegrity, merkleRoot} — the agent's did:key identity, transparency-log size, its integrity ('ok' or a reason), and the current Merkle root.
Use for a fast health/identity check. For a full per-memory credential audit use verify; for the signed log commitment use tree_head.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentDid | Yes | ||
| logEntries | No | ||
| merkleRoot | Yes | ||
| logIntegrity | Yes |