[PR #3703] [MERGED] docs(deepagents): document [frontend] section in deploy.mdx #3735

Closed
opened 2026-06-05 18:52:59 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3703
Author: @victorm-lc
Created: 4/24/2026
Status: Merged
Merged: 4/29/2026
Merged by: @sydney-runkle

Base: mainHead: vic/deepagents-deploy-frontend-docs


📝 Commits (8)

  • a6d3c83 docs(deepagents): document [frontend] section in deploy.mdx
  • 7563736 Apply suggestion from @victorm-lc
  • 0eb1359 docs(deepagents): document anonymous frontend mode + three auth patterns
  • d044fce docs(deepagents): document [frontend] subtitle + prompts fields
  • 7530404 docs(deepagents): clarify anonymous-mode override of LangSmith default
  • 277c80e docs(deepagents): use 'prebuilt' per LangChain.Terminology vale rule
  • f2cfc82 docs(deepagents): make 'anonymous' an explicit [auth] provider value
  • de2204c fix: rename LangSmith Cloud to LangSmith Deployment

📊 Changes

1 file changed (+100 additions, -5 deletions)

View changed files

📝 src/oss/deepagents/deploy.mdx (+100 -5)

📄 Description

Overview

Adds a new [frontend] subsection covering the bundled chat UI shipped by deepagents deploy:

  • enabled / app_name config fields
  • full TOML example with [agent] + [auth] + [frontend]
  • What-you-get bullet list (chat, thread picker with auto-titles, todos/files/subagent panels, light/dark, sign-in flows per provider)
  • Environment variables table — only Clerk needs an extra CLERK_PUBLISHABLE_KEY; Supabase reuses the keys [auth] already needs
  • Post-deploy provider dashboard setup (Clerk Domains, Supabase Redirect URLs) — the single biggest friction users hit

Also adds a frontend row to the top "What you're deploying" parameter table and extends the .env example with CLERK_PUBLISHABLE_KEY.

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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/3703 **Author:** [@victorm-lc](https://github.com/victorm-lc) **Created:** 4/24/2026 **Status:** ✅ Merged **Merged:** 4/29/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `vic/deepagents-deploy-frontend-docs` --- ### 📝 Commits (8) - [`a6d3c83`](https://github.com/langchain-ai/docs/commit/a6d3c839c436c91f54f9419ae8c2086e8b26ab91) docs(deepagents): document [frontend] section in deploy.mdx - [`7563736`](https://github.com/langchain-ai/docs/commit/7563736ac0cf4a3036b32e7cdc72b87378c6406f) Apply suggestion from @victorm-lc - [`0eb1359`](https://github.com/langchain-ai/docs/commit/0eb1359ba6303eba95b385f10be7e72e616e4bc2) docs(deepagents): document anonymous frontend mode + three auth patterns - [`d044fce`](https://github.com/langchain-ai/docs/commit/d044fce086e1d7f9ee152a58c05932c99eddf869) docs(deepagents): document [frontend] subtitle + prompts fields - [`7530404`](https://github.com/langchain-ai/docs/commit/7530404a0f54b290887c39f7d3cb9923511dc0f9) docs(deepagents): clarify anonymous-mode override of LangSmith default - [`277c80e`](https://github.com/langchain-ai/docs/commit/277c80ec0084da5d2c381de7dfa73052fb6d7be0) docs(deepagents): use 'prebuilt' per LangChain.Terminology vale rule - [`f2cfc82`](https://github.com/langchain-ai/docs/commit/f2cfc8262ac1144b57d57f9df89648affa6abf4a) docs(deepagents): make 'anonymous' an explicit [auth] provider value - [`de2204c`](https://github.com/langchain-ai/docs/commit/de2204c2416f1db4f24987268f6827eb39bcb02b) fix: rename LangSmith Cloud to LangSmith Deployment ### 📊 Changes **1 file changed** (+100 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/deploy.mdx` (+100 -5) </details> ### 📄 Description ## Overview Adds a new [frontend] subsection covering the bundled chat UI shipped by `deepagents deploy`: - enabled / app_name config fields - full TOML example with [agent] + [auth] + [frontend] - What-you-get bullet list (chat, thread picker with auto-titles, todos/files/subagent panels, light/dark, sign-in flows per provider) - Environment variables table — only Clerk needs an extra CLERK_PUBLISHABLE_KEY; Supabase reuses the keys [auth] already needs - Post-deploy provider dashboard setup (Clerk Domains, Supabase Redirect URLs) — the single biggest friction users hit Also adds a `frontend` row to the top "What you're deploying" parameter table and extends the .env example with CLERK_PUBLISHABLE_KEY. ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [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-06-05 18:52:59 -04:00
yindo closed this issue 2026-06-05 18:52:59 -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#3735