[PR #1689] [MERGED] fix: Update agent builder docs #1762

Closed
opened 2026-02-17 17:22:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1689
Author: @bracesproul
Created: 12/1/2025
Status: Merged
Merged: 12/1/2025
Merged by: @bracesproul

Base: mainHead: brace/update-agent-builder-docs


📝 Commits (10+)

📊 Changes

9 files changed (+139 additions, -143 deletions)

View changed files

📝 src/docs.json (+2 -1)
📝 src/langsmith/agent-builder-auth-format.mdx (+2 -0)
📝 src/langsmith/agent-builder-code.mdx (+14 -4)
📝 src/langsmith/agent-builder-setup.mdx (+12 -23)
📝 src/langsmith/agent-builder-slack-app.mdx (+6 -1)
src/langsmith/agent-builder-slack-install.mdx (+0 -49)
📝 src/langsmith/agent-builder-templates.mdx (+13 -7)
📝 src/langsmith/agent-builder-tools.mdx (+58 -58)
src/langsmith/agent-builder-workspace-vs-private.mdx (+32 -0)

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

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/1689 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/update-agent-builder-docs` --- ### 📝 Commits (10+) - [`c52e1e5`](https://github.com/langchain-ai/docs/commit/c52e1e5b2b60e9acaddae6debcbefac8e4c67d70) update - [`d460ba1`](https://github.com/langchain-ai/docs/commit/d460ba103ae95c14d5e81d591821a44dcea843df) update - [`b034691`](https://github.com/langchain-ai/docs/commit/b0346915f4ed4b89181e69e42cf4aca9d58e831a) update - [`4655935`](https://github.com/langchain-ai/docs/commit/4655935e9aef0b2b1f3eefa1b5511256edd66005) update - [`9b652d4`](https://github.com/langchain-ai/docs/commit/9b652d456b28e69e4ec63ffa2f7e08b7d658e203) update sections - [`dfc0b03`](https://github.com/langchain-ai/docs/commit/dfc0b03c523a2f123a4e995e5e5ed1ca2490157f) Merge branch 'main' into add-full-agent-builder-docs-beta - [`1a525b9`](https://github.com/langchain-ai/docs/commit/1a525b9734db3e0c6e2c0b92abb0f830bdc13374) update - [`688376e`](https://github.com/langchain-ai/docs/commit/688376efff022dd896757a39ba6b16aa7c2a5b96) fix: Update agent builder docs - [`712197f`](https://github.com/langchain-ai/docs/commit/712197faec9cf84675b681a4ddad92693bb4c7ea) cr - [`651c3e7`](https://github.com/langchain-ai/docs/commit/651c3e7a609f2f7f2db39ba97356b92bbf253ab0) cr ### 📊 Changes **9 files changed** (+139 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) 📝 `src/langsmith/agent-builder-auth-format.mdx` (+2 -0) 📝 `src/langsmith/agent-builder-code.mdx` (+14 -4) 📝 `src/langsmith/agent-builder-setup.mdx` (+12 -23) 📝 `src/langsmith/agent-builder-slack-app.mdx` (+6 -1) ➖ `src/langsmith/agent-builder-slack-install.mdx` (+0 -49) 📝 `src/langsmith/agent-builder-templates.mdx` (+13 -7) 📝 `src/langsmith/agent-builder-tools.mdx` (+58 -58) ➕ `src/langsmith/agent-builder-workspace-vs-private.mdx` (+32 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## 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) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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](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-02-17 17:22:42 -05:00
yindo closed this issue 2026-02-17 17:22:42 -05:00
yindo changed title from [PR #1689] fix: Update agent builder docs to [PR #1689] [MERGED] fix: Update agent builder docs 2026-06-05 18:14:47 -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#1762