[PR #4193] [CLOSED] docs(langsmith): rename agentBuilder{Tool,Trigger}Server to fleet{Tool,Trigger}Server #4185

Closed
opened 2026-06-05 19:13:04 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4193
Author: @langchain-infra
Created: 5/28/2026
Status: Closed

Base: mainHead: langsmith-fleet-rename-docs


📝 Commits (1)

  • 25b0f0f docs(langsmith): rename agentBuilder{Tool,Trigger}Server to fleet{Tool,Trigger}Server

📊 Changes

1 file changed (+7 additions, -7 deletions)

View changed files

📝 src/langsmith/deploy-self-hosted-full-platform.mdx (+7 -7)

📄 Description

Summary

The langsmith helm chart renamed the `agentBuilderToolServer` / `agentBuilderTriggerServer` values keys (and their `images.*Image` keys) to `fleetToolServer` / `fleetTriggerServer` (langchain-ai/helm#738). The old keys now hard-fail templating.

Updates the self-hosted full-platform deploy guide:

  • Renames `agentBuilderToolServer` → `fleetToolServer` and `agentBuilderTriggerServer` → `fleetTriggerServer` in the config examples and the GitHub-app tool-server `extraEnv` snippet.
  • Clarifies the migration warning: `config.insights` and `config.polly` are no longer supported (removed in chart 0.15.1) and must be removed, not merely disabled.

Test plan

  • Docs preview renders the updated config snippets
  • No remaining `agentBuilderToolServer` / `agentBuilderTriggerServer` references in `src/`

🔄 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/4193 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 5/28/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `langsmith-fleet-rename-docs` --- ### 📝 Commits (1) - [`25b0f0f`](https://github.com/langchain-ai/docs/commit/25b0f0ffb8432b79cd8ad3e6bbec32afe1e02fcd) docs(langsmith): rename agentBuilder{Tool,Trigger}Server to fleet{Tool,Trigger}Server ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/deploy-self-hosted-full-platform.mdx` (+7 -7) </details> ### 📄 Description ## Summary The langsmith helm chart renamed the \`agentBuilderToolServer\` / \`agentBuilderTriggerServer\` values keys (and their \`images.*Image\` keys) to \`fleetToolServer\` / \`fleetTriggerServer\` ([langchain-ai/helm#738](https://github.com/langchain-ai/helm/pull/738)). The old keys now hard-fail templating. Updates the self-hosted full-platform deploy guide: - Renames \`agentBuilderToolServer\` → \`fleetToolServer\` and \`agentBuilderTriggerServer\` → \`fleetTriggerServer\` in the config examples and the GitHub-app tool-server \`extraEnv\` snippet. - Clarifies the migration warning: \`config.insights\` and \`config.polly\` are no longer supported (removed in chart 0.15.1) and must be removed, not merely disabled. ## Test plan - [ ] Docs preview renders the updated config snippets - [ ] No remaining \`agentBuilderToolServer\` / \`agentBuilderTriggerServer\` references in \`src/\` --- <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-06-05 19:13:04 -04:00
yindo closed this issue 2026-06-05 19:13:04 -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#4185