[PR #582] [MERGED] Update agent eval tutorial #626

Closed
opened 2026-02-21 17:18:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/582
Author: @baskaryan
Created: 12/10/2024
Status: Merged
Merged: 12/19/2024
Merged by: @baskaryan

Base: mainHead: bagatur/eval_agent_tutorial


📝 Commits (10+)

📊 Changes

9 files changed (+2053 additions, -422 deletions)

View changed files

📝 docs/evaluation/tutorials/agents.mdx (+1811 -415)
📝 docs/evaluation/tutorials/index.mdx (+1 -1)
docs/evaluation/tutorials/static/agent_tutorial_graph.png (+0 -0)
docs/evaluation/tutorials/static/chinook-diagram.png (+0 -0)
docs/evaluation/tutorials/static/qa_graph.png (+0 -0)
docs/evaluation/tutorials/static/refund_graph.png (+0 -0)
docs/evaluation/tutorials/static/sql_agent_graph.png (+0 -0)
📝 src/css/custom.css (+73 -2)
📝 src/theme/CodeBlock/index.js (+168 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-docs/pull/582 **Author:** [@baskaryan](https://github.com/baskaryan) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/19/2024 **Merged by:** [@baskaryan](https://github.com/baskaryan) **Base:** `main` ← **Head:** `bagatur/eval_agent_tutorial` --- ### 📝 Commits (10+) - [`441c76e`](https://github.com/langchain-ai/langsmith-docs/commit/441c76eb426f672bf1192532af492707c024e562) update agent eval tutorial - [`06f44d7`](https://github.com/langchain-ai/langsmith-docs/commit/06f44d7cb33798220efd6e0d53a99ee313c2bb34) fmt - [`f46dc7f`](https://github.com/langchain-ai/langsmith-docs/commit/f46dc7ffe3fb51c0ab7903aab19a1221d4d1d70c) fix - [`8ca1770`](https://github.com/langchain-ai/langsmith-docs/commit/8ca17703c9ccd14ffc1601d39d364cf73c024ec9) nit - [`0cda0f1`](https://github.com/langchain-ai/langsmith-docs/commit/0cda0f18479ee2a19d564399d04729a93294dbc6) debug fmt - [`c9774ef`](https://github.com/langchain-ai/langsmith-docs/commit/c9774ef9008ad2a0cf5cb20dfe0619f36809acf3) Revert "debug fmt" - [`16574d7`](https://github.com/langchain-ai/langsmith-docs/commit/16574d769fc440614aa0d2dd781b5d7c24657a3f) Merge branch 'main' into bagatur/eval_agent_tutorial - [`1d700df`](https://github.com/langchain-ai/langsmith-docs/commit/1d700df05c09d877f7cc8cdbcecc153a3a0a12a4) toggles - [`ea0ab12`](https://github.com/langchain-ai/langsmith-docs/commit/ea0ab12367da8ae2904dd582723c8765c12615a5) wip - [`01c789e`](https://github.com/langchain-ai/langsmith-docs/commit/01c789e9ccf52190e481750efd32f1f10c1162eb) wip ### 📊 Changes **9 files changed** (+2053 additions, -422 deletions) <details> <summary>View changed files</summary> 📝 `docs/evaluation/tutorials/agents.mdx` (+1811 -415) 📝 `docs/evaluation/tutorials/index.mdx` (+1 -1) ➕ `docs/evaluation/tutorials/static/agent_tutorial_graph.png` (+0 -0) ➕ `docs/evaluation/tutorials/static/chinook-diagram.png` (+0 -0) ➕ `docs/evaluation/tutorials/static/qa_graph.png` (+0 -0) ➕ `docs/evaluation/tutorials/static/refund_graph.png` (+0 -0) ➕ `docs/evaluation/tutorials/static/sql_agent_graph.png` (+0 -0) 📝 `src/css/custom.css` (+73 -2) 📝 `src/theme/CodeBlock/index.js` (+168 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 17:18:31 -05:00
yindo closed this issue 2026-02-21 17:18:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#626