Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/langsmith/agent-builder-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ mode: wide

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

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

<CardGroup cols={2}>
<Card title="Gmail" icon="google">
Expand Down
2 changes: 1 addition & 1 deletion src/langsmith/agent-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mode: wide
---

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

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>.
Expand Down