# Agent Control Docs ## Docs - [Architecture](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/architecture.md): Agent Control system architecture, component overview, and data flow. - [Concepts Overview](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/concepts.md): Core concepts behind Agent Control — policies, controls, selectors, evaluators, and actions. - [Architecture](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/concepts/architecture.md): Agent Control system architecture, component overview, and data flow. - [Controls](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/concepts/controls.md): Understand how controls work and how to define them. - [Built-in Evaluators](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/concepts/evaluators/built-in-evaluators.md): Built-in evaluator reference and configuration examples. - [Custom Evaluators](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/concepts/evaluators/custom-evaluators.md): Build, register, and ship custom evaluators for Agent Control. - [JSON Evaluator Quickstart](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/concepts/evaluators/json.md): Validate JSON structure, types, and constraints in LLM outputs and tool steps. - [Overview](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/concepts/evaluators/overview.md): Built-in evaluators, custom evaluators, and the plugin system. - [SQL Evaluator Quickstart](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/concepts/evaluators/sql.md): Validate and restrict SQL queries generated by AI agents before execution. - [Configuration](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/configuration.md): Environment variables, server settings, authentication, and database setup. - [Engine](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/engine.md): Core evaluation engine for Agent Control. - [Evaluators](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/evaluators.md): Built-in and external evaluators for Agent Control. - [Agent Control Demo](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/agent-control-demo.md): Start Agent Control, add server-side controls, and rerun the demo to see blocks in action. - [AWS Strands](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/aws-strands.md): Add Agent Control guardrails to AWS Strands agent workflows. - [CrewAI Integration](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/crewai.md): Multi-layer security for CrewAI agents — PII detection, unauthorized access blocking, and orchestration bypass protection. - [Customer Support Agent](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/customer-support.md): Full example with multiple tools, PII protection, and toxicity detection. - [Deepeval](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/deepeval.md) - [Galileo luna2](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/galileo-luna2.md) - [LangChain SQL Agent with Agent Control](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/langchain-sql.md): SQL injection protection with LangChain integration. - [Examples](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/overview.md): Working code examples and integration patterns for Agent Control. - [Steer Action Demo](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/steer-action-demo.md): Banking transfer agent showcasing allow, deny, warn, and steer actions. - [TypeScript / OpenClaw Integration](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/examples/typescript_sdk.md): Use Agent Control from a TypeScript app (OpenClaw-compatible). - [Decorate LLM tool calls](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/how-to/decorate-llm-tool-calls.md): Learn how to decorate LLM tool calls with Agent Control. - [Agent Control](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/introduction.md): Runtime guardrails for AI agents — configurable, extensible, and production-ready. - [Models](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/models.md): Shared Pydantic models used by the server and SDKs. - [Quickstart](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/quickstart.md): Install Agent Control, start the server, and protect your first agent in minutes. - [Reference](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/reference.md): SDK and Server API reference for Agent Control. - [SDK Overview](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/sdk/overview.md): Overview of Agent Control SDKs and how to develop them. - [Python SDK](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/sdk/python-sdk.md): Unified Python SDK for Agent Control with protection, monitoring, and rule enforcement. - [TypeScript SDK](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/sdk/typescript-sdk.md): TypeScript SDK client for Agent Control with generated APIs and helper utilities. - [Server](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/server.md): FastAPI server for Agent Control — configuration, auth, and APIs. - [Testing Guide](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/testing.md): Testing conventions, patterns, and best practices for Agent Control. - [UI Quickstart](https://agentcontrol-docs-add-source-code-notes-to-examples.mintlify.app/ui-quickstart.md): Launch the Agent Control dashboard to manage controls and monitoring from your browser.