Skip to content

Commit 0a1a196

Browse files
authored
Enhance README with interactive examples for agents
Added interactive examples link for rule-following.
1 parent eb09e90 commit 0a1a196

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ Make AI agents follow the rules.
1717

1818
**Policy enforcement** layer for AI agents; yielding better performance and security **without consuming model context**.
1919

20-
- **Deterministic rule-following** for your agents.
20+
- **Deterministic rule-following** for your agents. [Interactive Examples](https://cupcake-policy-studio.vercel.app/example-policies/security/symlink-detection?harness=claude-code&format=rego)
2121
- **Better performance** by moving rules out of context and into policy-as-code.
22-
- **LLM-as-a-judge** for more dynamic governance.
2322
- **Trigger alerts** and put _bad_ agents in timeout when they repeatedly violate rules.
2423

2524
Cupcake intercepts agent events and evaluates them against **user-defined rules** written in **[Open Policy Agent (OPA)](https://www.openpolicyagent.org/) [Rego](https://www.openpolicyagent.org/docs/policy-language).** Agent actions can be blocked, modified, and auto-corrected by providing the agent helpful feedback. Additional benefits include reactive automation for tasks you dont need to rely on the agent to conduct (like linting after a file edit).

0 commit comments

Comments
 (0)