[PR #2401] [MERGED] feat(integrations): add cloro integration documentation #2402

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2401
Author: @rbatista191
Created: 1/29/2026
Status: Merged
Merged: 2/5/2026
Merged by: @mdrxy

Base: mainHead: add-cloro-integration


📝 Commits (10+)

  • f7761c9 feat(integrations): add cloro integration documentation
  • a9f2636 style: lowercase Cloro
  • d7924e9 chore: add interlinking between pages & indexes
  • a919e89 chore: add more options to SerpAPI
  • d3d4842 style: minor changes
  • 2dafc04 Merge branch 'main' into add-cloro-integration
  • 38bfd6e Update src/oss/python/integrations/tools/cloro.mdx
  • 26d9247 Update src/oss/python/integrations/tools/cloro.mdx
  • fbca230 Update src/oss/python/integrations/tools/cloro.mdx
  • 66e237c Update src/oss/python/integrations/tools/cloro.mdx

📊 Changes

5 files changed (+225 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/cloro.mdx (+27 -0)
📝 src/oss/python/integrations/providers/google.mdx (+3 -0)
src/oss/python/integrations/tools/cloro.mdx (+185 -0)
📝 src/oss/python/integrations/tools/index.mdx (+2 -0)

📄 Description

Overview

Adds cloro API integration documentation for both Python and JavaScript platforms, including tool documentation, provider pages, and package registry updates.

Type of change

Type: New documentation page

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
  • (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/2401 **Author:** [@rbatista191](https://github.com/rbatista191) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `add-cloro-integration` --- ### 📝 Commits (10+) - [`f7761c9`](https://github.com/langchain-ai/docs/commit/f7761c97166dc599506791d57d35114d57cba084) feat(integrations): add cloro integration documentation - [`a9f2636`](https://github.com/langchain-ai/docs/commit/a9f26363ad8c42a1ed98cb088df03fa1ede6b03a) style: lowercase Cloro - [`d7924e9`](https://github.com/langchain-ai/docs/commit/d7924e90e94f5e61ae8b950595a3d273f4699043) chore: add interlinking between pages & indexes - [`a919e89`](https://github.com/langchain-ai/docs/commit/a919e8925a9b6c30fbfc29966221b7f3d5ee596b) chore: add more options to SerpAPI - [`d3d4842`](https://github.com/langchain-ai/docs/commit/d3d4842cca3ff1ce2ab3f65c6d6dae10f06912d4) style: minor changes - [`2dafc04`](https://github.com/langchain-ai/docs/commit/2dafc04ead2a375ddf2929b549bd6cdaff013f34) Merge branch 'main' into add-cloro-integration - [`38bfd6e`](https://github.com/langchain-ai/docs/commit/38bfd6eb5cc2fc8a0aec85b4b8d2027ae401bd27) Update src/oss/python/integrations/tools/cloro.mdx - [`26d9247`](https://github.com/langchain-ai/docs/commit/26d92472ea499d4092b7e5e8d37fc9b83be43ea8) Update src/oss/python/integrations/tools/cloro.mdx - [`fbca230`](https://github.com/langchain-ai/docs/commit/fbca230f9a341bc84fcda58e21795417ee333f0d) Update src/oss/python/integrations/tools/cloro.mdx - [`66e237c`](https://github.com/langchain-ai/docs/commit/66e237c0f002fefb3219e69c3008124cce6a6948) Update src/oss/python/integrations/tools/cloro.mdx ### 📊 Changes **5 files changed** (+225 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/cloro.mdx` (+27 -0) 📝 `src/oss/python/integrations/providers/google.mdx` (+3 -0) ➕ `src/oss/python/integrations/tools/cloro.mdx` (+185 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) </details> ### 📄 Description ## Overview Adds cloro API integration documentation for both Python and JavaScript platforms, including tool documentation, provider pages, and package registry updates. ## Type of change **Type:** New documentation page ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes 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 - [ ] (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 --- <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:23:22 -05:00
yindo closed this issue 2026-02-17 17:23:22 -05:00
yindo changed title from [PR #2401] feat(integrations): add cloro integration documentation to [PR #2401] [MERGED] feat(integrations): add cloro integration documentation 2026-06-05 18:18:23 -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#2402