Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions examples/agent-control-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---

<Info>
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)
</Info>

Complete example demonstrating the Agent Control workflow: creating controls, running a controlled agent, and dynamically updating controls without code changes.

## Overview
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-strands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions examples/customer-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Customer Support Agent
description: Full example with multiple tools, PII protection, and toxicity detection.
---

<Info>
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)
</Info>

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?
Expand Down
5 changes: 5 additions & 0 deletions examples/deepeval.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# DeepEval GEval Evaluator Example

<Info>
The source code for this example is available on GitHub:
[DeepEval Example](https://github.com/agentcontrol/agent-control/tree/main/examples/deepeval)
</Info>

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
Expand Down
5 changes: 5 additions & 0 deletions examples/galileo-luna2.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Galileo Luna-2 Integration Examples

<Info>
The source code for this example is available on GitHub:
[Galileo Luna-2 Example](https://github.com/agentcontrol/agent-control/tree/main/examples/galileo)
</Info>

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`)
Expand Down
5 changes: 5 additions & 0 deletions examples/langchain-sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: LangChain SQL Agent with Agent Control
description: SQL injection protection with LangChain integration.
---

<Info>
The source code for this example is available on GitHub:
[LangChain SQL Example](https://github.com/agentcontrol/agent-control/tree/main/examples/langchain)
</Info>

This example demonstrates integrating Agent Control with a LangChain SQL agent to block dangerous SQL operations.

## Prerequisites
Expand Down
5 changes: 5 additions & 0 deletions examples/steer-action-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Steer Action Demo
description: Banking transfer agent showcasing allow, deny, warn, and steer actions.
---

<Info>
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)
</Info>

A realistic banking agent that processes wire transfers with compliance controls, fraud detection, and approval workflows.

## What It Demonstrates
Expand Down
5 changes: 5 additions & 0 deletions examples/typescript_sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: Use Agent Control from a TypeScript app (OpenClaw-compatible).
icon: "code"
---

<Info>
The source code for this example is available on GitHub:
[TypeScript SDK Example](https://github.com/agentcontrol/agent-control/tree/main/examples/typescript_sdk)
</Info>

## TypeScript SDK Example (npm Consumer)

This example lives in the monorepo, but it intentionally uses the published npm package:
Expand Down
Loading