Agents

Agents are AI systems that make decisions through TraceMem. They interact with TraceMem through the Agent MCP (Model Context Protocol) server.

Overview

Agents create decision envelopes, read and write data through governed Data Products, evaluate policies, and request approvals when needed.

Agent Responsibilities

Agents:

  • Create decision envelopes for each decision
  • Read data through governed Data Products
  • Evaluate policies to determine if actions are allowed
  • Request approvals when policies require exceptions
  • Write data through Data Products
  • Close decisions (commit or rollback)

Agent MCP Server

All agent interactions happen through the Agent MCP server using JSON-RPC 2.0 over HTTP.

[Content to be filled - MCP protocol details, authentication, etc.]

Agent Workflow

[Content to be filled - typical workflow pattern]

TraceMem is trace-native infrastructure for AI agents