SDK & ADK Integration
The agentsuite-sdk connects your agent framework to VirtueAgent security. There are two integration paths — pick the one that fits your deployment.
Integrate with VirtueGateway (Recommended)
Route all agent traffic through the Virtue Gateway. Your framework connects to a single gateway MCP endpoint, and VirtueAgent automatically applies MCP Guard, AgentGuard, and Access Control — with full session tracing and observability in the dashboard.
- Google ADK
- OpenAI Agents SDK
- LangChain
- Claude Agent SDK
- Strands Agents (AWS Agent Core)
- Microsoft 365 Agents
Integrate with AgentGuard
Integrate AgentGuard directly at the tool-call layer using the ActionGuardClient. No gateway setup required — just runtime policy enforcement on every tool call.
Start with the AgentGuard SDK reference to understand the client, then follow your framework guide.