[PR #3372] docs: add Octen web search integration #3432

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3372
Author: @OctenAI
Created: 3/30/2026
Status: 🔄 Open

Base: mainHead: add-octen-integration


📝 Commits (1)

  • 7f51b73 docs: add Octen web search integration

📊 Changes

2 files changed (+179 additions, -0 deletions)

View changed files

src/oss/python/integrations/providers/octen.mdx (+29 -0)
src/oss/python/integrations/tools/octen_search.mdx (+150 -0)

📄 Description

Summary

  • Add provider page (src/oss/python/integrations/providers/octen.mdx) for Octen
  • Add tool page (src/oss/python/integrations/tools/octen_search.mdx) for OctenSearchResults

Octen is a web search engine built for AI agents with sub-100ms latency, supporting semantic search, domain filtering, time-range filtering, and highlighted snippets.

Package: langchain-octen (wraps the octen SDK)
Source: Octen-Team/langchain-octen

The tool page follows the existing template (TEMPLATE.mdx) and the pattern used by similar search tools (e.g., Tavily, Brave, Exa).

Test plan

  • Frontmatter present with correct format (no markdown in description)
  • Code examples are runnable with pip install langchain-octen and a valid OCTEN_API_KEY
  • Provider page links correctly to tool page
  • Follows existing patterns from tavily_search.mdx
  • No manual edits to auto-generated files

🤖 Generated with Claude Code


🔄 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/3372 **Author:** [@OctenAI](https://github.com/OctenAI) **Created:** 3/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-octen-integration` --- ### 📝 Commits (1) - [`7f51b73`](https://github.com/langchain-ai/docs/commit/7f51b73028dea17eeeaba8aded5c873bb1d36296) docs: add Octen web search integration ### 📊 Changes **2 files changed** (+179 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/providers/octen.mdx` (+29 -0) ➕ `src/oss/python/integrations/tools/octen_search.mdx` (+150 -0) </details> ### 📄 Description ## Summary - Add provider page (`src/oss/python/integrations/providers/octen.mdx`) for [Octen](https://octen.ai) - Add tool page (`src/oss/python/integrations/tools/octen_search.mdx`) for `OctenSearchResults` [Octen](https://octen.ai) is a web search engine built for AI agents with sub-100ms latency, supporting semantic search, domain filtering, time-range filtering, and highlighted snippets. **Package:** [`langchain-octen`](https://pypi.org/project/langchain-octen/) (wraps the [`octen`](https://pypi.org/project/octen/) SDK) **Source:** [Octen-Team/langchain-octen](https://github.com/Octen-Team/langchain-octen) The tool page follows the existing template (`TEMPLATE.mdx`) and the pattern used by similar search tools (e.g., Tavily, Brave, Exa). ## Test plan - [x] Frontmatter present with correct format (no markdown in description) - [x] Code examples are runnable with `pip install langchain-octen` and a valid `OCTEN_API_KEY` - [x] Provider page links correctly to tool page - [x] Follows existing patterns from `tavily_search.mdx` - [x] No manual edits to auto-generated files 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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:23:05 -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#3432