
Evaluating Deep Agents using LangSmith on AWS
Quick Answer
This guide integrates LangChain's evaluation patterns for deep agents with Anthropic's insights, detailing how to implement five evaluation methods, utilize pytest and LangSmith for offline evaluations, and set up online monitoring for production.
Quick Take
This guide integrates LangChain's evaluation patterns for deep agents with Anthropic's insights, detailing how to implement five evaluation methods, utilize pytest and LangSmith for offline evaluations, and set up online monitoring for production. The example features a text-to-SQL deep agent leveraging Amazon Bedrock throughout its lifecycle.
Key Points
- Learn five evaluation patterns for deep agents from LangChain.
- Build offline evaluations using pytest and LangSmith.
- Configure online monitoring for production environments.
- Example features a text-to-SQL deep agent with Amazon Bedrock.
- Guide supports the full development to production lifecycle.
Article Excerpt
From source RSS / original summaryThis post combines learnings from LangChain’s work on evaluating deep agents and Anthropic’s guide to demystifying evals for AI agents into a practical guide. In this post, you will learn how to: 1) apply five evaluation patterns for deep agents, 2) build offline evaluations using pytest and LangSmith, and 3) configure online monitoring for production. The walkthrough uses a text-to-SQL deep agent with Amazon Bedrock for the full development to production lifecycle.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from AWS Machine Learning
See more →
Implement on-behalf-of token exchange for multi-tenant agents with Amazon Bedrock AgentCore Gateway
Amazon Bedrock AgentCore Gateway introduces on-behalf-of (OBO) token exchange for multi-tenant AI agents, addressing identity issues when calling downstream APIs. This implementation guide demonstrates how to maintain user identity and enforce least privilege while scaling across tenants using OAuth 2.0 Token Exchange (RFC 8693).

