Agent Samples
Start here — SDK-free starters
The “before” state. Run one, then follow the integration guide to add the SDK.
aitrust-agent-starter
Browser chat, Claude Vision damage assessment, settlement PDF, in-browser signing. Node backend with live streaming.
aitrust-agent-starter-python
The same app on FastAPI + reportlab/pypdf, sharing the exact web UI and /api contract.
Fully-integrated reference agents
The “after” state — the full Agent Trust pipeline (FGA · CIBA · Audit). Pick the framework you build with.
Anthropic (Claude)
aitrust-insurance-agent
The canonical reference. Claude tool-use loop secured by @kobil/aitrust's registerTools
pipeline.
aitrust-insurance-agent-python
The Python reference: FastAPI backend on the Agent Trust Python SDK (kobil_aitrust), same secured
pipeline.
OpenAI
aitrust-openai-insurance-agent
OpenAI agent for insurance claims, secured with the Agent Trust SDK — tools converted with
toOpenAITools() and wrapped through the same pipeline.
aitrust-insurance-agent-openai-python
The OpenAI agent on the Python SDK — same claims flow and secured tool pipeline.
Google ADK (Gemini)
aitrust-google-insurance-agent
Insurance claims agent built on Google ADK + Gemini, with ADK FunctionTools secured through
the Agent Trust Agent SDK.
aitrust-insurance-agent-google-python
The Gemini agent on the Python SDK — same secured pipeline.
Coverage at a glance
| Framework | TypeScript | Python |
|---|---|---|
| Starter (no SDK) | aitrust-agent-starter | aitrust-agent-starter-python |
| Anthropic | aitrust-insurance-agent | aitrust-insurance-agent-python |
| OpenAI | aitrust-openai-insurance-agent | aitrust-insurance-agent-openai-python |
| Google ADK | aitrust-google-insurance-agent | aitrust-insurance-agent-google-python |