> ## Documentation Index
> Fetch the complete documentation index at: https://agentcontrol-abhi-agent-control-auth-contract-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Working code examples and integration patterns for Agent Control.

Browse working examples that show how to add Agent Control to different frameworks, evaluators, and real-world use cases. Source code for every example lives in the [agent-control/examples](https://github.com/agentcontrol/agent-control/tree/main/examples) directory.

## Getting started

<Card title="Agent Control Demo" icon="rocket" href="/examples/agent-control-demo">
  End-to-end walkthrough — start the server, add controls, and see blocking in action in four steps.
</Card>

<Card title="TypeScript SDK" icon="code" href="/examples/typescript_sdk">
  Consume the published npm package from an external TypeScript app (OpenClaw-compatible).
</Card>

## Framework Integrations

<CardGroup cols={2}>
  <Card title="LangChain SQL Agent" icon="link" href="/examples/langchain-sql">
    Protect a LangChain SQL agent from dangerous queries with server-side SQL injection controls.
  </Card>

  <Card title="AWS Strands" icon="cloud" href="/examples/aws-strands">
    Add guardrails to AWS Strands agent workflows and tool calls without changing business logic.
  </Card>

  <Card title="CrewAI" icon="users" href="/examples/crewai">
    Layer Agent Control security (PII detection, access blocking) alongside CrewAI's quality guardrails.
  </Card>

  <Card title="Google ADK Plugin" icon="plug" href="/examples/google-adk-plugin">
    Recommended packaged Google ADK integration with model and tool guardrails through AgentControlPlugin.
  </Card>

  <Card title="Google ADK Callbacks" icon="bolt" href="/examples/google-adk-callbacks">
    Lower-level Google ADK lifecycle hook integration for manual pre/post-model and tool enforcement.
  </Card>

  <Card title="Google ADK Decorator" icon="wand-magic-sparkles" href="/examples/google-adk-decorator">
    Tool-only Google ADK integration using explicit @control() wrapping.
  </Card>
</CardGroup>

## Evaluator Integrations

<CardGroup cols={2}>
  <Card title="DeepEval GEval" icon="check" href="/examples/deepeval">
    Build a custom evaluator using DeepEval's LLM-as-a-judge metric for coherence, relevance, and correctness scoring.
  </Card>

  <Card title="Galileo Luna-2" icon="wand-magic-sparkles" href="/examples/galileo-luna2">
    Real-time toxicity detection and content moderation with Galileo's Luna-2 Protect service.
  </Card>
</CardGroup>

## Use case examples

<CardGroup cols={2}>
  <Card title="Steer Action Demo" icon="route" href="/examples/steer-action-demo">
    Banking transfer agent with steer actions for approvals and compliance workflows.
  </Card>

  <Card title="Customer Support Agent" icon="headset" href="/examples/customer-support">
    Realistic enterprise scenario with PII protection, prompt-injection defense, and multiple tool types.
  </Card>
</CardGroup>
