[PR #1287] [MERGED] Drasi Tool #1439

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1287
Author: @danielgerlag
Created: 11/4/2025
Status: Merged
Merged: 12/25/2025
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (10+)

  • a100502 add drasi tool
  • 009edb8 Update src/oss/python/integrations/tools/drasi.mdx
  • 8ad9335 Update src/oss/python/integrations/tools/index.mdx
  • 67a8d71 Update src/oss/python/integrations/tools/drasi.mdx
  • 3b2ca64 Update src/oss/python/integrations/tools/drasi.mdx
  • 90c0b5e Update src/oss/python/integrations/tools/drasi.mdx
  • 45da217 Update src/oss/python/integrations/tools/drasi.mdx
  • 6c58be9 Update src/oss/python/integrations/tools/drasi.mdx
  • e0f709c Update src/oss/python/integrations/tools/drasi.mdx
  • 180922f Update src/oss/python/integrations/tools/drasi.mdx

📊 Changes

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

View changed files

src/oss/python/integrations/tools/drasi.mdx (+265 -0)
📝 src/oss/python/integrations/tools/index.mdx (+2 -0)

📄 Description

Overview

Added Drasi to the tooling section.

Type of change

Type: New documentation page

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
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

Drasi is an open source change detection platform, a CNCF sandbox project.
The Langchain integration library is hosted here: https://github.com/drasi-project/langchain-drasi

It can detect change patterns in databases and other sources, we hope this can be used to power ambient agents as described in your recent blog


🔄 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/1287 **Author:** [@danielgerlag](https://github.com/danielgerlag) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a100502`](https://github.com/langchain-ai/docs/commit/a100502ce4896567b44241751c640b87017add67) add drasi tool - [`009edb8`](https://github.com/langchain-ai/docs/commit/009edb8cfb29a2a3afba0e002ac3660e6ee31d33) Update src/oss/python/integrations/tools/drasi.mdx - [`8ad9335`](https://github.com/langchain-ai/docs/commit/8ad933559cfc690949d2374ecc76c491970d956a) Update src/oss/python/integrations/tools/index.mdx - [`67a8d71`](https://github.com/langchain-ai/docs/commit/67a8d71b1296141f710709b12a3ac198fc4cb634) Update src/oss/python/integrations/tools/drasi.mdx - [`3b2ca64`](https://github.com/langchain-ai/docs/commit/3b2ca648b4cf3dca084bd45c935d0df65ab27a7c) Update src/oss/python/integrations/tools/drasi.mdx - [`90c0b5e`](https://github.com/langchain-ai/docs/commit/90c0b5e0a17813d150c4b5710a4ce95d09cd1c8e) Update src/oss/python/integrations/tools/drasi.mdx - [`45da217`](https://github.com/langchain-ai/docs/commit/45da21739d82a6bb9326f6d33f2e811c55a3bef4) Update src/oss/python/integrations/tools/drasi.mdx - [`6c58be9`](https://github.com/langchain-ai/docs/commit/6c58be902b11c8a6f817d5912154b2ecbd92707a) Update src/oss/python/integrations/tools/drasi.mdx - [`e0f709c`](https://github.com/langchain-ai/docs/commit/e0f709c587fb43542a89bda0496fdbae0a9b74fa) Update src/oss/python/integrations/tools/drasi.mdx - [`180922f`](https://github.com/langchain-ai/docs/commit/180922f4678ba16a313f655e95d68a35d5f38a4f) Update src/oss/python/integrations/tools/drasi.mdx ### 📊 Changes **2 files changed** (+267 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/drasi.mdx` (+265 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) </details> ### 📄 Description ## Overview Added Drasi to the tooling section. ## Type of change **Type:** New documentation page ## 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 - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes [Drasi](https://drasi.io/) is an open source change detection platform, a [CNCF sandbox project](https://www.cncf.io/sandbox-projects/). The Langchain integration library is hosted here: https://github.com/drasi-project/langchain-drasi It can detect change patterns in databases and other sources, we hope this can be used to power ambient agents as described in your [recent blog](https://blog.langchain.com/introducing-ambient-agents/) --- <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:22:21 -05:00
yindo closed this issue 2026-02-17 17:22:21 -05:00
yindo changed title from [PR #1287] Drasi Tool to [PR #1287] [MERGED] Drasi Tool 2026-06-05 18:12:38 -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#1439