Agent framework integration examples
Examples showing how to integrate Scalekit Agent Auth with various AI frameworks including LangChain, Google ADK, and direct integrations.
These examples demonstrate how to integrate Scalekit Agent Auth with AI frameworks for identity-aware tool calling and authenticated agent operations.
LangChain integration
Section titled “LangChain integration”Agent Connect example integrating with LangChain for tool-calling workflows.
This sample integrates Agent Connect with LangChain to perform identity-aware actions through tool calling. It illustrates auth setup and secure agent operations.
View repositoryGoogle ADK integration
Section titled “Google ADK integration”Example agent that connects Google ADK with Scalekit.
This example shows how to integrate a Google ADK agent with Scalekit for authenticated operations and identity-aware workflows.
View repositoryDirect integration
Section titled “Direct integration”Direct Agent Auth integration examples in Python.
This directory provides direct integration examples for Agent Auth using Python. It covers auth, tool definitions, and secured requests.
View repository