Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.16 KB

File metadata and controls

22 lines (18 loc) · 2.16 KB

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
Google ADK Plugin Recommended packaged ADK integration using AgentControlPlugin for model and tool guardrails. https://docs.agentcontrol.dev/examples/google-adk-plugin
Google ADK Callbacks Lower-level ADK lifecycle hook integration for manual model and tool guardrails. https://docs.agentcontrol.dev/examples/google-adk-callbacks
Google ADK Decorator Tool-only @control() pattern for explicit ADK tool protection. https://docs.agentcontrol.dev/examples/google-adk-decorator
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
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