[PR #952] [MERGED] integration: add Composio #1174

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/952
Author: @Prat011
Created: 10/16/2025
Status: Merged
Merged: 10/24/2025
Merged by: @lnhsingh

Base: mainHead: docs/composio


📝 Commits (5)

  • 362f0c3 docs: add Composio integration documentation for JavaScript and Python
  • 570f47b docs: fix python implementation in composio integration page
  • a2dae8f docs: fix table formatting in Composio integration pages for JavaScript and Python
  • 3494f5a Merge branch 'main' into docs/composio
  • 3378b30 Merge branch 'main' into docs/composio

📊 Changes

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

View changed files

src/oss/javascript/integrations/tools/composio.mdx (+527 -0)
📝 src/oss/javascript/integrations/tools/index.mdx (+15 -0)
src/oss/python/integrations/tools/composio.mdx (+395 -0)
📝 src/oss/python/integrations/tools/index.mdx (+9 -0)

📄 Description

Overview

Added comprehensive Composio integration documentation for both Python and JavaScript. Composio is an integration platform providing 500+ tools across popular applications like GitHub, Slack, Gmail, and more, with OAuth handling, event-driven workflows, and multi-user support.

Type of change

Type: New documentation page

Related issues/PRs

GitHub issue: N/A
Feature PR: N/A

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

🔄 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/952 **Author:** [@Prat011](https://github.com/Prat011) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `docs/composio` --- ### 📝 Commits (5) - [`362f0c3`](https://github.com/langchain-ai/docs/commit/362f0c33cccc80bc2da0b4d3627aa6afe0f8648d) docs: add Composio integration documentation for JavaScript and Python - [`570f47b`](https://github.com/langchain-ai/docs/commit/570f47b62e843ae18c41c23f8a7a74cc4e32fcba) docs: fix python implementation in composio integration page - [`a2dae8f`](https://github.com/langchain-ai/docs/commit/a2dae8f3e46fc329ea9587293e67361881e4f4d0) docs: fix table formatting in Composio integration pages for JavaScript and Python - [`3494f5a`](https://github.com/langchain-ai/docs/commit/3494f5a9166344be003f151c353513a63ca2aca0) Merge branch 'main' into docs/composio - [`3378b30`](https://github.com/langchain-ai/docs/commit/3378b300bf25b25b5d68564c2ca89b84c1402453) Merge branch 'main' into docs/composio ### 📊 Changes **4 files changed** (+946 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/javascript/integrations/tools/composio.mdx` (+527 -0) 📝 `src/oss/javascript/integrations/tools/index.mdx` (+15 -0) ➕ `src/oss/python/integrations/tools/composio.mdx` (+395 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+9 -0) </details> ### 📄 Description ## Overview Added comprehensive Composio integration documentation for both Python and JavaScript. Composio is an integration platform providing 500+ tools across popular applications like GitHub, Slack, Gmail, and more, with OAuth handling, event-driven workflows, and multi-user support. ## Type of change Type: New documentation page ## Related issues/PRs GitHub issue: N/A Feature PR: N/A ## Checklist - [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 --- <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:51 -05:00
yindo closed this issue 2026-02-17 17:21:51 -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#1174