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 uvicornStep-by-Step Guide
uvicorn examples.fastapi_agent:app --reloadPattern: embed_gateway() in startup event + @harness on POST handler.
Source: examples/fastapi_agent.py