[PR #1699] [MERGED] feat: update agent builder main page to be non-technical friendly #1770

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1699
Author: @Palashio
Created: 12/2/2025
Status: Merged
Merged: 12/2/2025
Merged by: @Palashio

Base: mainHead: palash/agent-builder-fix-page


📝 Commits (10+)

📊 Changes

4 files changed (+130 additions, -72 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/langsmith/agent-builder-essentials.mdx (+92 -0)
📝 src/langsmith/agent-builder-templates.mdx (+6 -6)
📝 src/langsmith/agent-builder.mdx (+30 -65)

📄 Description

Overview

This PR updates the docs for the agent builder overview page to be friendly for non-technical users.

Type of change

Type: Update existing documentation

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/1699 **Author:** [@Palashio](https://github.com/Palashio) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@Palashio](https://github.com/Palashio) **Base:** `main` ← **Head:** `palash/agent-builder-fix-page` --- ### 📝 Commits (10+) - [`63e9b2f`](https://github.com/langchain-ai/docs/commit/63e9b2f92601a8c40f7b37f1eac5c75af3dd4cb6) update - [`d66025c`](https://github.com/langchain-ai/docs/commit/d66025c2afe990a98951bf3c5b20daabc5bea951) update - [`1ced93d`](https://github.com/langchain-ai/docs/commit/1ced93dee9823dc6d60e6efa6e92537769e77356) update - [`0ab830a`](https://github.com/langchain-ai/docs/commit/0ab830a0df7f0c44e939a427d3f4ad8213ea8a0c) update - [`b8630f1`](https://github.com/langchain-ai/docs/commit/b8630f1781107daebc8d721e22fef3eb5041a30a) update - [`71f1803`](https://github.com/langchain-ai/docs/commit/71f180307ddff798f201fe17ea329146e1bec65c) update - [`8152bd8`](https://github.com/langchain-ai/docs/commit/8152bd872679a86a770e235b1747376868e18120) update - [`afc0772`](https://github.com/langchain-ai/docs/commit/afc0772f2c138b58e8cdd99e17f13ec91c36aaa6) Merge branch 'main' into palash/agent-builder-fix-page - [`f623f20`](https://github.com/langchain-ai/docs/commit/f623f20e8ee43381ee85a73c6d637cc422f64406) update - [`9ae0d2b`](https://github.com/langchain-ai/docs/commit/9ae0d2b886b6e16061a11976afb94519cbd7d598) Merge branch 'main' into palash/agent-builder-fix-page ### 📊 Changes **4 files changed** (+130 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/langsmith/agent-builder-essentials.mdx` (+92 -0) 📝 `src/langsmith/agent-builder-templates.mdx` (+6 -6) 📝 `src/langsmith/agent-builder.mdx` (+30 -65) </details> ### 📄 Description ## Overview This PR updates the docs for the agent builder overview page to be friendly for non-technical users. ## Type of change **Type:** Update existing documentation ## 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:43 -05:00
yindo closed this issue 2026-02-17 17:22:43 -05:00
yindo changed title from [PR #1699] feat: update agent builder main page to be non-technical friendly to [PR #1699] [MERGED] feat: update agent builder main page to be non-technical friendly 2026-06-05 18:14:50 -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#1770