Examples

Example: LangGraph Agent

LangGraph state machine with AgentTrustNode.

Example: LangGraph Agent

Overview

LangGraph state graph with AgentTrustNode governance checkpoint. Requires Team tier.

Prerequisites

pip install "agentrust-sdk[langgraph,embedded]" langgraph
export AGENTRUST_KEY=at_team_...

Step-by-Step Guide

python examples/langgraph_agent.py

Source: examples/langgraph_agent.py