[PR #2768] docs: add Anakin integration documentation for Python #2865

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2768
Author: @Viraal-Bambori
Created: 2/23/2026
Status: 🔄 Open

Base: mainHead: docs/add-anakin-integration


📝 Commits (2)

  • 982a4eb docs: add Anakin integration documentation for Python
  • b7b33af docs: update Anakin description to match official messaging

📊 Changes

4 files changed (+350 additions, -0 deletions)

View changed files

src/oss/python/integrations/document_loaders/anakin.mdx (+129 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/anakin.mdx (+47 -0)
src/oss/python/integrations/tools/anakin.mdx (+166 -0)

📄 Description

Summary

  • Add provider page, document loader page, and tools page for the Anakin integration
  • Add Anakin card to the all-providers listing in alphabetical order
  • Anakin converts websites into clean, structured data at scale, with AI-powered search and agentic research capabilities

Details

New pages:

  • src/oss/python/integrations/providers/anakin.mdx — provider overview with install, API key setup, and links
  • src/oss/python/integrations/document_loaders/anakin.mdxAnakinLoader usage for all 4 modes (scrape, batch_scrape, search, agentic_search) with load, lazy load, and async load examples
  • src/oss/python/integrations/tools/anakin.mdxAnakinScrapeTool, AnakinSearchTool, and AnakinAgenticSearchTool with invocation and agent usage examples

Modified:

  • src/oss/python/integrations/providers/all_providers.mdx — added Anakin card between Ads4GPTs and AG-UI Protocol

Dependencies

This PR depends on the integration code being merged and released in langchain-community:

API reference links in the docs will resolve once that package version is published.

Test plan

  • Verify all 3 new .mdx files render correctly with valid frontmatter
  • Verify Anakin card appears in alphabetical order on the all-providers page
  • Verify internal links between provider → loader and provider → tools pages work
  • API reference links will resolve after langchain-ai/langchain-community#554 is released

Disclosure

🤖 This PR was authored with assistance from an AI agent (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/2768 **Author:** [@Viraal-Bambori](https://github.com/Viraal-Bambori) **Created:** 2/23/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-anakin-integration` --- ### 📝 Commits (2) - [`982a4eb`](https://github.com/langchain-ai/docs/commit/982a4eb5f7067212ada8604ca1ccb7782061e987) docs: add Anakin integration documentation for Python - [`b7b33af`](https://github.com/langchain-ai/docs/commit/b7b33af7a6d339ed71f202e8cb24786b65b253d8) docs: update Anakin description to match official messaging ### 📊 Changes **4 files changed** (+350 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/document_loaders/anakin.mdx` (+129 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/anakin.mdx` (+47 -0) ➕ `src/oss/python/integrations/tools/anakin.mdx` (+166 -0) </details> ### 📄 Description ## Summary - Add provider page, document loader page, and tools page for the [Anakin](https://anakin.io) integration - Add Anakin card to the all-providers listing in alphabetical order - Anakin converts websites into clean, structured data at scale, with AI-powered search and agentic research capabilities ## Details **New pages:** - `src/oss/python/integrations/providers/anakin.mdx` — provider overview with install, API key setup, and links - `src/oss/python/integrations/document_loaders/anakin.mdx` — `AnakinLoader` usage for all 4 modes (scrape, batch_scrape, search, agentic_search) with load, lazy load, and async load examples - `src/oss/python/integrations/tools/anakin.mdx` — `AnakinScrapeTool`, `AnakinSearchTool`, and `AnakinAgenticSearchTool` with invocation and agent usage examples **Modified:** - `src/oss/python/integrations/providers/all_providers.mdx` — added Anakin card between Ads4GPTs and AG-UI Protocol ## Dependencies This PR depends on the integration code being merged and released in `langchain-community`: - langchain-ai/langchain-community#554 API reference links in the docs will resolve once that package version is published. ## Test plan - [ ] Verify all 3 new `.mdx` files render correctly with valid frontmatter - [ ] Verify Anakin card appears in alphabetical order on the all-providers page - [ ] Verify internal links between provider → loader and provider → tools pages work - [ ] API reference links will resolve after langchain-ai/langchain-community#554 is released ## Disclosure 🤖 This PR was authored with assistance from an AI agent (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:20:13 -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#2865