Skip to content

Commit 3de93c9

Browse files
docs: agent builder cleanup (#1571)
## Overview Previously, the tools page had a weird green in light mode: <img width="1808" height="555" alt="Screenshot 2025-11-21 at 1 46 12 PM" src="https://github.com/user-attachments/assets/336709c2-d0ba-4875-b267-9d05e911fc7c" /> Now it matches the other notes (and looks good in dark and light mode): <img width="1613" height="452" alt="Screenshot 2025-11-21 at 1 46 40 PM" src="https://github.com/user-attachments/assets/09f3b604-7f45-4681-b717-9b09fa404405" /> Also the product is now in Beta, not private preview. no more waitlist: <img width="1347" height="373" alt="Screenshot 2025-11-21 at 1 47 22 PM" src="https://github.com/user-attachments/assets/72298966-91ac-4802-8072-bbee2a86dca0" /> ## 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 -->
1 parent 45921a7 commit 3de93c9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/langsmith/agent-builder-tools.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ mode: wide
66

77
Use these built-in tools to give your agents access to email, calendars, chat, project management, search, social, and general web utilities.
88

9-
<Callout icon="circle-info" color="#DCFCE7" iconType="regular">
10-
Google, Slack, Linear, and LinkedIn use OAuth. Exa, Tavily, and Twitter/X use workspace secrets.
11-
</Callout>
9+
<Note> Google, Slack, Linear, and LinkedIn use OAuth. Exa, Tavily, and Twitter/X use workspace secrets.</Note>
1210

1311
<CardGroup cols={2}>
1412
<Card title="Gmail" icon="google">

src/langsmith/agent-builder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mode: wide
55
---
66

77
<Callout icon="wand-magic-sparkles" color="#2563EB" iconType="regular">
8-
Agent Builder is in private preview. Sign up for the waitlist [today](https://www.langchain.com/langsmith-agent-builder-waitlist).
8+
Agent Builder is in Beta.
99
</Callout>
1010

1111
Agent Builder lets you turn natural-language ideas into production agents. It's powered by [deep-agents](https://github.com/langchain-ai/deepagents), and is not <Tooltip tip="Predetermined code paths that are designed to operate in a certain order.">workflow based</Tooltip>.

0 commit comments

Comments
 (0)