Examples

Example: FastAPI Agent

FastAPI agent endpoint with runtime governance.

Example: FastAPI Agent

Overview

Integrate AgentTrust with a FastAPI web service using lifespan-embedded gateway and @harness on route handlers.

Prerequisites

pip install "agentrust-sdk[embedded]" fastapi uvicorn

Step-by-Step Guide

uvicorn examples.fastapi_agent:app --reload

Pattern: embed_gateway() in startup event + @harness on POST handler.

Source: examples/fastapi_agent.py