Deploy Google ADK Agents on LangSmith Deployment
Skills:
Tool Use & Function Calling80%
Key Takeaways
Deploys Google ADK agents on LangSmith Deployment using a wrapper function
Original Description
You can now deploy Google ADK (Agent Development Kit) agents straight to LangSmith Deployments. In this short walkthrough, Victor from our LangSmith Deployment team takes you through creating a Google ADK agent and deploying it on LangSmith Deployment.
This deployment will come complete with session persistence, streaming, and tracing by simply using a small wrapper function and a single deploy command.
The demo is a personal task-manager agent: it adds, lists, completes, and summarizes tasks, and it remembers your list across turns using ADK session state.
Deploy Google ADK Agents on LangSmith Deployment
00:00 Intro
00:28 Project walkthrough
02:25 Testing locally
04:25 Deploying to LangSmith
06:31 Conclusion
Links & resources
Deploy Google ADK agents (docs): https://docs.langchain.com/langsmith/deploy-google-adk
Google ADK: https://github.com/google/adk-python
deployments-wrap-sdk: https://pypi.org/project/deployments-wrap-sdk/
LangSmith: https://smith.langchain.com
uv (package manager): https://docs.astral.sh/uv/
Demo repo: https://github.com/langchain-samples/adk-deployment-demo/tree/main
Got questions or want to see more ADK + LangSmith content? Drop a comment below!
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Tool Use & Function Calling
View skill →Related Reads
📰
📰
📰
📰
Knowledge-and-Memory-Management v0.0.2: Portable Knowledge Collection and Memory Management
Dev.to AI
How an AI agent analyzes BTC with AlgoVault MCP
Dev.to AI
Vint Cerf is working on a plan to unleash AI agents on the open internet
TechCrunch AI
3 a.m. thought: Where this agent engineering heading
Dev.to AI
Chapters (5)
Intro
0:28
Project walkthrough
2:25
Testing locally
4:25
Deploying to LangSmith
6:31
Conclusion
🎓
Tutor Explanation
DeepCamp AI