diff --git a/examples/agent-control-demo.mdx b/examples/agent-control-demo.mdx index 611509e..d31325d 100644 --- a/examples/agent-control-demo.mdx +++ b/examples/agent-control-demo.mdx @@ -3,6 +3,11 @@ title: Agent Control Demo description: Start Agent Control, add server-side controls, and rerun the demo to see blocks in action. --- + + The source code for this example is available on GitHub: + [Agent Control Demo](https://github.com/agentcontrol/agent-control/tree/main/examples/agent_control_demo) + + Complete example demonstrating the Agent Control workflow: creating controls, running a controlled agent, and dynamically updating controls without code changes. ## Overview diff --git a/examples/aws-strands.mdx b/examples/aws-strands.mdx index c51e6e5..da78b82 100644 --- a/examples/aws-strands.mdx +++ b/examples/aws-strands.mdx @@ -7,4 +7,4 @@ This example documents how to integrate Agent Control with AWS Strands agent wor ## Status -The example directory exists at `examples/strands_integration` in the agent-control repo. Documentation will be expanded as the example code is finalized. +WIP diff --git a/examples/customer-support.mdx b/examples/customer-support.mdx index 46ceabb..dfd121d 100644 --- a/examples/customer-support.mdx +++ b/examples/customer-support.mdx @@ -3,6 +3,11 @@ title: Customer Support Agent description: Full example with multiple tools, PII protection, and toxicity detection. --- + + The source code for this example is available on GitHub: + [Customer Support Agent](https://github.com/agentcontrol/agent-control/tree/main/examples/customer_support_agent) + + This example demonstrates how to integrate the `agent-control` SDK into an existing application. It simulates a **Customer Support Agent** - a realistic enterprise scenario that shows the key patterns for protecting AI agents with server-defined controls. ## Why This Example? diff --git a/examples/deepeval.mdx b/examples/deepeval.mdx index 4a38d20..c56aeda 100644 --- a/examples/deepeval.mdx +++ b/examples/deepeval.mdx @@ -1,5 +1,10 @@ # DeepEval GEval Evaluator Example + + The source code for this example is available on GitHub: + [DeepEval Example](https://github.com/agentcontrol/agent-control/tree/main/examples/deepeval) + + This example demonstrates how to extend the agent-control `Evaluator` base class to create custom evaluators using external libraries like [DeepEval](https://deepeval.com). ## Overview diff --git a/examples/galileo-luna2.mdx b/examples/galileo-luna2.mdx index 326f041..1cf48ab 100644 --- a/examples/galileo-luna2.mdx +++ b/examples/galileo-luna2.mdx @@ -1,5 +1,10 @@ # Galileo Luna-2 Integration Examples + + The source code for this example is available on GitHub: + [Galileo Luna-2 Example](https://github.com/agentcontrol/agent-control/tree/main/examples/galileo) + + This directory contains examples demonstrating Agent Control integration with Galileo's Luna-2 Protect service for real-time toxicity detection and content moderation. ## Luna-2 Demo (`luna2_demo.py`) diff --git a/examples/langchain-sql.mdx b/examples/langchain-sql.mdx index c7d4426..9fca2e2 100644 --- a/examples/langchain-sql.mdx +++ b/examples/langchain-sql.mdx @@ -3,6 +3,11 @@ title: LangChain SQL Agent with Agent Control description: SQL injection protection with LangChain integration. --- + + The source code for this example is available on GitHub: + [LangChain SQL Example](https://github.com/agentcontrol/agent-control/tree/main/examples/langchain) + + This example demonstrates integrating Agent Control with a LangChain SQL agent to block dangerous SQL operations. ## Prerequisites diff --git a/examples/steer-action-demo.mdx b/examples/steer-action-demo.mdx index d3865b0..d487e96 100644 --- a/examples/steer-action-demo.mdx +++ b/examples/steer-action-demo.mdx @@ -3,6 +3,11 @@ title: Steer Action Demo description: Banking transfer agent showcasing allow, deny, warn, and steer actions. --- + + The source code for this example is available on GitHub: + [Steer Action Demo](https://github.com/agentcontrol/agent-control/tree/main/examples/steer_action_demo) + + A realistic banking agent that processes wire transfers with compliance controls, fraud detection, and approval workflows. ## What It Demonstrates diff --git a/examples/typescript_sdk.mdx b/examples/typescript_sdk.mdx index d78c65e..f585907 100644 --- a/examples/typescript_sdk.mdx +++ b/examples/typescript_sdk.mdx @@ -4,6 +4,11 @@ description: Use Agent Control from a TypeScript app (OpenClaw-compatible). icon: "code" --- + + The source code for this example is available on GitHub: + [TypeScript SDK Example](https://github.com/agentcontrol/agent-control/tree/main/examples/typescript_sdk) + + ## TypeScript SDK Example (npm Consumer) This example lives in the monorepo, but it intentionally uses the published npm package: