[PR #3905] docs: add Yutori provider page #3917

Open
opened 2026-06-05 18:53:34 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3905
Author: @deviparikh
Created: 5/7/2026
Status: 🔄 Open

Base: mainHead: add-yutori-provider


📝 Commits (2)

  • d80e411 docs: add Yutori provider page
  • 36df110 use langchain.messages re-export per docs CI

📊 Changes

1 file changed (+81 additions, -0 deletions)

View changed files

src/oss/python/integrations/providers/yutori.mdx (+81 -0)

📄 Description

Adds a provider page for Yutori, whose langchain-yutori package (current v0.2.0) implements BaseChatModel and BaseTool interfaces for browser-control LLMs and a hosted web-automation API (Navigator, Browsing, Research, Scouts).

Source repo: yutori-ai/langchain-yutori. The page follows the same shape as other entries under src/oss/python/integrations/providers/ — installation, auth, and short usage examples for the chat model and tools.


🔄 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/3905 **Author:** [@deviparikh](https://github.com/deviparikh) **Created:** 5/7/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-yutori-provider` --- ### 📝 Commits (2) - [`d80e411`](https://github.com/langchain-ai/docs/commit/d80e41132d9ce350231583f13c188e540b2e8bae) docs: add Yutori provider page - [`36df110`](https://github.com/langchain-ai/docs/commit/36df110bb3920629b796283a380eb5621a41e411) use langchain.messages re-export per docs CI ### 📊 Changes **1 file changed** (+81 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/providers/yutori.mdx` (+81 -0) </details> ### 📄 Description Adds a provider page for [Yutori](https://yutori.com), whose [`langchain-yutori`](https://pypi.org/project/langchain-yutori/) package (current v0.2.0) implements `BaseChatModel` and `BaseTool` interfaces for browser-control LLMs and a hosted web-automation API (Navigator, Browsing, Research, Scouts). Source repo: [`yutori-ai/langchain-yutori`](https://github.com/yutori-ai/langchain-yutori). The page follows the same shape as other entries under `src/oss/python/integrations/providers/` — installation, auth, and short usage examples for the chat model and tools. --- <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:53:34 -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#3917