From 77dccf95d36a1d4545f739240d96c1c34256551b Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Sat, 8 Nov 2025 21:44:45 -0800 Subject: [PATCH 1/3] address their comments --- src/docs.json | 2 +- src/langsmith/agent-builder-slack-app.mdx | 85 +++++++++++++++++++++++ 2 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 src/langsmith/agent-builder-slack-app.mdx diff --git a/src/docs.json b/src/docs.json index 06934426c1..59926be579 100644 --- a/src/docs.json +++ b/src/docs.json @@ -1304,7 +1304,7 @@ "langsmith/agent-builder", "langsmith/agent-builder-setup", "langsmith/agent-builder-tools", - "langsmith/agent-builder-slack-install" + "langsmith/agent-builder-slack-app" ] }, { diff --git a/src/langsmith/agent-builder-slack-app.mdx b/src/langsmith/agent-builder-slack-app.mdx new file mode 100644 index 0000000000..1ef4899f46 --- /dev/null +++ b/src/langsmith/agent-builder-slack-app.mdx @@ -0,0 +1,85 @@ +--- +title: LangSmith Agent Builder Slack App +description: Connect the LangSmith Agent Builder to your Slack workspace to power AI agents. +sidebarTitle: Slack app +mode: wide +--- + +The LangSmith Agent Builder Slack app integrates your agents with Slack for secure, context-aware communication inside your Slack workspace. + +After installation, your agents will be able to: + +- Send direct messages. +- Post to channels. +- Read thread messages. +- Reply in threads. +- Read conversation history. + +## How to install + +To install the LangSmith Agent Builder for Slack: + +1. Navigate to Agent Builder in your [LangSmith workspace](https://smith.langchain.com). +2. Create or edit an agent. +3. Add Slack as a trigger or enable Slack tools. +4. When prompted, authorize the Slack connection. +5. Follow the OAuth flow to grant permissions to your Slack workspace. + +The app will be installed automatically when you complete the authorization. + +## Permissions + +The LangSmith Agent Builder requires the following permissions to your Slack workspace: + +- **Send messages** - Send direct messages and post to channels +- **Read messages** - Read channel history and thread messages +- **View channels** - Access basic channel information +- **View users** - Look up user information for messaging + +These permissions enable agents to communicate effectively within your Slack workspace. + +## Privacy policy + +The LangSmith Agent Builder Slack app collects, manages, and stores third-party data in accordance with our privacy policy. For full details on how your data is handled, please see [privacy policy link placeholder]. + +## AI components and disclaimers + +The LangSmith Agent Builder uses large language models (LLMs) to power AI agents that interact with users in Slack. While these models are powerful, they have the potential to generate inaccurate responses, summaries, or other outputs. + +### What you should know + +- **AI-generated content**: All responses from agents are generated by AI and may contain errors or inaccuracies. Always verify important information. +- **Data usage**: Slack data is not used to train LLMs. Your workspace data remains private and is only used to provide agent functionality. +- **Transparency**: The Agent Builder is transparent about the actions it will take once added to your workspace, as outlined in the permissions section above. + +### Technical details + +The Agent Builder uses the following approach to AI: + +- **Model**: Uses LLMs provided through the LangSmith platform +- **Data retention**: User data is retained according to LangSmith's data retention policies +- **Data tenancy**: Data is handled according to your LangSmith organization settings +- **Data residency**: Data residency follows your LangSmith configuration + +For more information about AI safety and best practices, see the [Agent Builder documentation](/langsmith/agent-builder). + +## Pricing + +The LangSmith Agent Builder Slack app itself does not have any direct pricing. However, agent runs and traces are billed through the [LangSmith platform](https://smith.langchain.com) according to your organization's plan. + +The Agent Builder acts as an abstraction layer above the LangSmith platform, and all usage costs are associated with: + +- **Agent runs**: Executions of your agents +- **Traces**: Detailed logs and traces of agent activities + +For current pricing information, see the [LangSmith pricing page](https://www.langchain.com/pricing). + +## Getting started + +After installation, configure your agent: + +1. Set up Slack as a trigger to activate your agent when messages are received. +2. Enable Slack tools to allow your agent to send messages. +3. Configure which channels or users your agent should monitor. + +For full setup instructions, see the [Agent Builder documentation](/langsmith/agent-builder). From bf61faae8318d5e5adb30417a564051b05ff7e42 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Sat, 8 Nov 2025 21:46:59 -0800 Subject: [PATCH 2/3] link --- src/langsmith/agent-builder-slack-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langsmith/agent-builder-slack-app.mdx b/src/langsmith/agent-builder-slack-app.mdx index 1ef4899f46..e836b956db 100644 --- a/src/langsmith/agent-builder-slack-app.mdx +++ b/src/langsmith/agent-builder-slack-app.mdx @@ -40,7 +40,7 @@ These permissions enable agents to communicate effectively within your Slack wor ## Privacy policy -The LangSmith Agent Builder Slack app collects, manages, and stores third-party data in accordance with our privacy policy. For full details on how your data is handled, please see [privacy policy link placeholder]. +The LangSmith Agent Builder Slack app collects, manages, and stores third-party data in accordance with our privacy policy. For full details on how your data is handled, please see [our privacy policy](https://www.langchain.com/privacy-policy). ## AI components and disclaimers From c5c0721fe7c56f584998094fbbfc6fdd68fa5a31 Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Sat, 8 Nov 2025 21:47:51 -0800 Subject: [PATCH 3/3] less --- src/langsmith/agent-builder-slack-app.mdx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/langsmith/agent-builder-slack-app.mdx b/src/langsmith/agent-builder-slack-app.mdx index e836b956db..f3054b0a69 100644 --- a/src/langsmith/agent-builder-slack-app.mdx +++ b/src/langsmith/agent-builder-slack-app.mdx @@ -67,19 +67,4 @@ For more information about AI safety and best practices, see the [Agent Builder The LangSmith Agent Builder Slack app itself does not have any direct pricing. However, agent runs and traces are billed through the [LangSmith platform](https://smith.langchain.com) according to your organization's plan. -The Agent Builder acts as an abstraction layer above the LangSmith platform, and all usage costs are associated with: - -- **Agent runs**: Executions of your agents -- **Traces**: Detailed logs and traces of agent activities - For current pricing information, see the [LangSmith pricing page](https://www.langchain.com/pricing). - -## Getting started - -After installation, configure your agent: - -1. Set up Slack as a trigger to activate your agent when messages are received. -2. Enable Slack tools to allow your agent to send messages. -3. Configure which channels or users your agent should monitor. - -For full setup instructions, see the [Agent Builder documentation](/langsmith/agent-builder).