Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Explore real-world integrations with popular agent frameworks, or jump to [Quick

- **[LangChain](examples/langchain/)** — Protect a SQL agent from dangerous queries with server-side controls
- **[CrewAI](examples/crewai/)** — Combine Agent Control security controls with CrewAI guardrails for customer support
- **[AWS Strands](examples/strands_agents/)** — Guardrails for AWS Strands agent workflows and tool calls
- **[Strands Agents SDK](examples/strands_agents/)** — Steer and control agent workflows with the Strands Agent SDK
- **[Google ADK Callbacks](examples/google_adk_callbacks/)** — Model and tool protection using ADK's native callback hooks
- **[Google ADK Decorator](examples/google_adk_decorator/)** — Tool-level protection using Agent Control's @control() decorator

Expand Down
Loading