Plan Detail

CSRG reasoning graph, Merkle tree, trust deltas, and audit trail.

Plan Detail

Click on any plan to view its full details.

Intent Plan detail view

Plan Overview

  • Status and risk level
  • Description of what the plan does
  • Owner and agent information
  • Endpoint being targeted
  • Node count and timing breakdown

Cryptographic Identity

FieldDescription
Trust DomainThe security domain this plan operates in
Merkle Root HashRoot hash of the plan's Merkle tree
Composite IdentitySHA256(userId|agentId|contextId|planHash) - binds user, agent, and plan
CSRG Plan HashHash of the canonical reasoning graph

Execution Timeline

A step-by-step breakdown showing each node's:

  • Name and endpoint
  • Status (executing / completed / planned / failed / blocked)
  • Risk level and severity
  • Duration of execution

CSRG Reasoning Graph

CSRG Reasoning Graph visualization

A visual tree showing the plan's reasoning and execution path. The graph is built deterministically from the plan document:

  • Each node has a path-based identifier (e.g., /steps/[0]/tool)
  • Nodes are connected by their hierarchical relationships
  • The graph provides a visual audit of how the plan was structured

Merkle Tree Snapshot

The persisted Merkle tree showing:

  • Leaf nodes - Individual plan step hashes
  • Internal nodes - Combined hashes building up to the root
  • Merkle proofs - Inclusion proofs for verifying individual steps
  • Root hash - The plan_hash that's embedded in the signed token

Trust Deltas

Trust deltas track changes to the trust chain:

Delta TypeDescription
ReAnchorPlan was modified - shows the modified fraction and new hash
DelegateTrust was delegated to a downstream agent with a subset policy
RevokeA token or delegation was revoked

Audit Logs

A step-by-step execution audit trail for the plan. Each entry records:

  • Timestamp
  • Action performed
  • Result (success/failure)
  • Related metadata

On this page