[PR #447] [CLOSED] WRITER initial commits #744

Closed
opened 2026-02-17 17:21:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/447
Author: @adeweaver
Created: 9/9/2025
Status: Closed

Base: mainHead: writer-docs


📝 Commits (6)

  • 593ae41 WRITER initial commits
  • 5339a82 Sarah edits.
  • a7341d5 Merge pull request from sarahcstringer/writer-docs
  • 5f91cf4 Update src/oss/javascript/integrations/llms/writer.mdx
  • e374504 resolving merge conflicts
  • d64c1a9 Revert "resolving merge conflicts"

📊 Changes

1134 files changed (+1771 additions, -802 deletions)

View changed files

📝 .github/pull_request_template.md (+2 -0)
📝 .github/workflows/test-build-docs.yml (+1 -1)
.vscode/extensions.json (+0 -7)
📝 .vscode/settings.json (+1 -1)
📝 Makefile (+5 -13)
📝 README.md (+2 -3)
scripts/filter_broken_links.py (+0 -85)
📝 src/docs.json (+3 -3)
📝 src/labs/oap/custom-agents/configuration.mdx (+1 -1)
📝 src/labs/swe/index.mdx (+2 -2)
📝 src/labs/swe/usage/intro.mdx (+1 -1)
📝 src/langgraph-platform/agent-auth.mdx (+2 -2)
📝 src/langgraph-platform/assistants.mdx (+0 -11)
📝 src/langgraph-platform/auth.mdx (+1 -1)
📝 src/langgraph-platform/autogen-integration.mdx (+1 -1)
📝 src/langgraph-platform/index.mdx (+2 -2)
📝 src/langgraph-platform/invoke-studio.mdx (+4 -0)
📝 src/langgraph-platform/langgraph-server-changelog.mdx (+0 -6)
📝 src/langgraph-platform/langgraph-server.mdx (+2 -2)
📝 src/langgraph-platform/langgraph-studio.mdx (+0 -10)

...and 80 more files

📄 Description

Overview

Type of change

  • New documentation page
  • Update existing documentation
  • Fix typo, bug, broken link, or formatting issue
  • Remove outdated content
  • Other (please describe):

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • 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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment 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/447 **Author:** [@adeweaver](https://github.com/adeweaver) **Created:** 9/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `writer-docs` --- ### 📝 Commits (6) - [`593ae41`](https://github.com/langchain-ai/docs/commit/593ae419bfd2196fc000d3d7607db72eb1cfe4f0) WRITER initial commits - [`5339a82`](https://github.com/langchain-ai/docs/commit/5339a82646e884db71b0a09f02d2cb8bfd7e4708) Sarah edits. - [`a7341d5`](https://github.com/langchain-ai/docs/commit/a7341d5168612272925463b3d858a3ab03176e16) Merge pull request from sarahcstringer/writer-docs - [`5f91cf4`](https://github.com/langchain-ai/docs/commit/5f91cf41a90860a901d24572c4ad11e5c5732be0) Update src/oss/javascript/integrations/llms/writer.mdx - [`e374504`](https://github.com/langchain-ai/docs/commit/e374504b07a1f11de3b9a5892f67fb8beff94f56) resolving merge conflicts - [`d64c1a9`](https://github.com/langchain-ai/docs/commit/d64c1a925bc5895baaa38ee2a94e50b46224b6a0) Revert "resolving merge conflicts" ### 📊 Changes **1134 files changed** (+1771 additions, -802 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+2 -0) 📝 `.github/workflows/test-build-docs.yml` (+1 -1) ➖ `.vscode/extensions.json` (+0 -7) 📝 `.vscode/settings.json` (+1 -1) 📝 `Makefile` (+5 -13) 📝 `README.md` (+2 -3) ➖ `scripts/filter_broken_links.py` (+0 -85) 📝 `src/docs.json` (+3 -3) 📝 `src/labs/oap/custom-agents/configuration.mdx` (+1 -1) 📝 `src/labs/swe/index.mdx` (+2 -2) 📝 `src/labs/swe/usage/intro.mdx` (+1 -1) 📝 `src/langgraph-platform/agent-auth.mdx` (+2 -2) 📝 `src/langgraph-platform/assistants.mdx` (+0 -11) 📝 `src/langgraph-platform/auth.mdx` (+1 -1) 📝 `src/langgraph-platform/autogen-integration.mdx` (+1 -1) 📝 `src/langgraph-platform/index.mdx` (+2 -2) 📝 `src/langgraph-platform/invoke-studio.mdx` (+4 -0) 📝 `src/langgraph-platform/langgraph-server-changelog.mdx` (+0 -6) 📝 `src/langgraph-platform/langgraph-server.mdx` (+2 -2) 📝 `src/langgraph-platform/langgraph-studio.mdx` (+0 -10) _...and 80 more files_ </details> ### 📄 Description ## Overview <!-- Updating LangChain WRITER documentation to inclue web search tool, translation tool, support for structured output, and Writer, inc. references to WRITER --> ## Type of change <!-- Check the relevant box --> - [ ] New documentation page - [x] Update existing documentation - [ ] Fix typo, bug, broken link, or formatting issue - [ ] Remove outdated content - [ ] Other (please describe): ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Check all that apply --> - [x] I have read the [contributing guidelines](README.md) - [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 - [ ] I have gotten approval from the relevant reviewers - [ ] (Internal team members only / optional) I have created a preview deployment 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-02-17 17:21:02 -05:00
yindo closed this issue 2026-02-17 17:21:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#744