[PR #1685] [MERGED] feat: add agent builder docs for beta #1759

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/1685
Author: @Palashio
Created: 12/1/2025
Status: Merged
Merged: 12/1/2025
Merged by: @Palashio

Base: mainHead: add-full-agent-builder-docs-beta


📝 Commits (10+)

📊 Changes

8 files changed (+265 additions, -17 deletions)

View changed files

📝 src/docs.json (+22 -4)
src/langsmith/agent-builder-auth-format.mdx (+30 -0)
src/langsmith/agent-builder-code.mdx (+78 -0)
📝 src/langsmith/agent-builder-mcp-framework.mdx (+22 -1)
📝 src/langsmith/agent-builder-setup.mdx (+27 -0)
src/langsmith/agent-builder-templates.mdx (+29 -0)
📝 src/langsmith/agent-builder-tools.mdx (+49 -12)
📝 src/langsmith/agent-builder.mdx (+8 -0)

📄 Description

Overview

We're launching agent builder beta tomorrow! This PR updates documentation with all of the new features we've implemented.

Type of change

Type: Update existing documentation page

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/1685 **Author:** [@Palashio](https://github.com/Palashio) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@Palashio](https://github.com/Palashio) **Base:** `main` ← **Head:** `add-full-agent-builder-docs-beta` --- ### 📝 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 - [`5b73b8e`](https://github.com/langchain-ai/docs/commit/5b73b8ee476ff34dfb00fe0eb4f9b08f703b6396) Update src/langsmith/agent-builder-auth-format.mdx - [`1809c9c`](https://github.com/langchain-ai/docs/commit/1809c9c586b76b0550d9d9e826a3a1eb5dc86ba6) Update src/langsmith/agent-builder-mcp-framework.mdx - [`6923654`](https://github.com/langchain-ai/docs/commit/69236541cd62f044140349df0f77470fe3e2b862) Update src/langsmith/agent-builder-setup.mdx ### 📊 Changes **8 files changed** (+265 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+22 -4) ➕ `src/langsmith/agent-builder-auth-format.mdx` (+30 -0) ➕ `src/langsmith/agent-builder-code.mdx` (+78 -0) 📝 `src/langsmith/agent-builder-mcp-framework.mdx` (+22 -1) 📝 `src/langsmith/agent-builder-setup.mdx` (+27 -0) ➕ `src/langsmith/agent-builder-templates.mdx` (+29 -0) 📝 `src/langsmith/agent-builder-tools.mdx` (+49 -12) 📝 `src/langsmith/agent-builder.mdx` (+8 -0) </details> ### 📄 Description ## Overview We're launching agent builder beta tomorrow! This PR updates documentation with all of the new features we've implemented. ## Type of change **Type:** Update existing 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) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## 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-02-17 17:22:42 -05:00
yindo closed this issue 2026-02-17 17:22:42 -05:00
yindo changed title from [PR #1685] feat: add agent builder docs for beta to [PR #1685] [MERGED] feat: add agent builder docs for beta 2026-06-05 18:14:46 -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#1759