[PR #2781] [MERGED] Create tutorial for Agent Server feedback #2879

Closed
opened 2026-06-05 18:20:16 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2781
Author: @andrewnguonly
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @andrewnguonly

Base: mainHead: an/23feb/agent-server-feedback


📝 Commits (8)

  • 885fb7a Create tutorial for Agent Server feedback.
  • 204aa59 Update src/langsmith/agent-server-feedback.mdx
  • ee14035 Update src/langsmith/agent-server-feedback.mdx
  • 7e76af9 Update src/langsmith/agent-server-feedback.mdx
  • 33c8a89 Update src/langsmith/agent-server-feedback.mdx
  • 2621762 Update src/langsmith/agent-server-feedback.mdx
  • 0469217 Document GET endpoint.
  • 57e73cf Add Optimize Feedback Data Model section.

📊 Changes

2 files changed (+186 additions, -0 deletions)

View changed files

📝 src/docs.json (+1 -0)
src/langsmith/agent-server-feedback.mdx (+185 -0)

📄 Description

Overview

Create a tutorial page for how to implement feedback collection in the Agent Server.

Type of change

Type: New documentation page

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/docs/pull/2781 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@andrewnguonly](https://github.com/andrewnguonly) **Base:** `main` ← **Head:** `an/23feb/agent-server-feedback` --- ### 📝 Commits (8) - [`885fb7a`](https://github.com/langchain-ai/docs/commit/885fb7abd1ea8373fe47448444c9d9c7311cb9df) Create tutorial for Agent Server feedback. - [`204aa59`](https://github.com/langchain-ai/docs/commit/204aa592a08c30cfd27e7e45b64dc40357427a91) Update src/langsmith/agent-server-feedback.mdx - [`ee14035`](https://github.com/langchain-ai/docs/commit/ee140359b04679b2d9e4ebcc2f2e3c52e87e5835) Update src/langsmith/agent-server-feedback.mdx - [`7e76af9`](https://github.com/langchain-ai/docs/commit/7e76af93526b46222c3725933673d92bcd6b78d1) Update src/langsmith/agent-server-feedback.mdx - [`33c8a89`](https://github.com/langchain-ai/docs/commit/33c8a898e26182eea7113bbc2238a200e0c20279) Update src/langsmith/agent-server-feedback.mdx - [`2621762`](https://github.com/langchain-ai/docs/commit/26217627bc94bcb6f586bfe4573954746d24fa13) Update src/langsmith/agent-server-feedback.mdx - [`0469217`](https://github.com/langchain-ai/docs/commit/04692179629c092900335352e0cdfeadb50a2dd0) Document GET endpoint. - [`57e73cf`](https://github.com/langchain-ai/docs/commit/57e73cfae25fb1ff7fc20637688835b265ee76a3) Add Optimize Feedback Data Model section. ### 📊 Changes **2 files changed** (+186 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) ➕ `src/langsmith/agent-server-feedback.mdx` (+185 -0) </details> ### 📄 Description ## Overview Create a tutorial page for how to implement feedback collection in the Agent Server. ## Type of change **Type:** New documentation page ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> <!-- For LangChain employees, if applicable: --> - Linear issue: https://linear.app/langchain/issue/LSD-1169/add-native-feedback-endpoints-to-agent-server-api ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-06-05 18:20:16 -04:00
yindo closed this issue 2026-06-05 18:20:16 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2879