Skip to content

Latest commit

 

History

History

README.md

Agent Control Examples

This directory contains runnable examples for Agent Control. Each example has its own README with a short quick run section and a link to the full docs walkthrough.

Example Index

Example Summary Docs
Agent Control Demo End-to-end workflow: create controls, run a controlled agent, update controls dynamically. https://docs.agentcontrol.dev/examples/agent-control-demo
CrewAI Combine Agent Control security controls with CrewAI guardrails for customer support. https://docs.agentcontrol.dev/examples/crewai
Customer Support Agent Enterprise scenario with PII protection, prompt-injection defense, and multiple tools. https://docs.agentcontrol.dev/examples/customer-support
DeepEval Build a custom evaluator using DeepEval GEval metrics. https://docs.agentcontrol.dev/examples/deepeval
Galileo Luna-2 Toxicity detection and content moderation with Galileo Protect. https://docs.agentcontrol.dev/examples/galileo-luna2
Google ADK Plugin Framework-native ADK integration using the packaged AgentControlPlugin. https://docs.agentcontrol.dev/examples/google-adk-plugin
Google ADK Callbacks Low-level ADK integration using manually wired callback hooks. https://docs.agentcontrol.dev/examples/google-adk-callbacks
Google ADK Decorator Tool-level protection using Agent Control's @control() decorator. https://docs.agentcontrol.dev/examples/google-adk-decorator
LangChain SQL Agent Protect a SQL agent from dangerous queries with server-side controls. https://docs.agentcontrol.dev/examples/langchain-sql
Steer Action Demo Banking transfer agent showcasing allow, deny, warn, and steer actions. https://docs.agentcontrol.dev/examples/steer-action-demo
AWS Strands Guardrails for AWS Strands agent workflows and tool calls. https://docs.agentcontrol.dev/examples/aws-strands
TypeScript SDK Consumer-style TypeScript example using the published npm package. https://docs.agentcontrol.dev/examples/typescript_sdk

For more details, see the Examples overview in the docs: https://docs.agentcontrol.dev/examples/overview