[PR #2975] docs: add langchain-soul chat message history integration #3057

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2975
Author: @menonpg
Created: 3/6/2026
Status: 🔄 Open

Base: mainHead: add-langchain-soul-integration


📝 Commits (3)

  • e94ed69 docs: add langchain-soul chat message history integration
  • 3b16b85 fix: use langchain imports instead of langchain_core
  • d73811f docs: address Copilot review feedback

📊 Changes

1 file changed (+164 additions, -0 deletions)

View changed files

src/oss/python/integrations/chat_message_histories/soul.mdx (+164 -0)

📄 Description

Summary

Adds documentation for langchain-soul, a persistent markdown-native chat message history implementation with RAG+RLM hybrid retrieval.

Features Documented

  • Markdown-native storage: Chat history in human-readable .md files
  • RAG + RLM hybrid retrieval: Auto-routes queries to semantic search or exhaustive reasoning
  • Git-versionable: Memory files work with version control
  • Database schema intelligence: Auto-document databases via LLM (via soul-schema)
  • SoulMate managed cloud: Zero-infrastructure backend option
  • Factory functions: Easy switching between local and cloud backends

Package Info

Testing

pip install langchain-soul

The package has 11 passing tests and integrates with soul-agent and soul-schema.


🔄 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/2975 **Author:** [@menonpg](https://github.com/menonpg) **Created:** 3/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-langchain-soul-integration` --- ### 📝 Commits (3) - [`e94ed69`](https://github.com/langchain-ai/docs/commit/e94ed69385ef1cd4a941bc25c86179dcfd7d0603) docs: add langchain-soul chat message history integration - [`3b16b85`](https://github.com/langchain-ai/docs/commit/3b16b856b90315c62e7bc4910db7bef06ab3c006) fix: use langchain imports instead of langchain_core - [`d73811f`](https://github.com/langchain-ai/docs/commit/d73811fe09eafd7189a6172bf11a07f971479d66) docs: address Copilot review feedback ### 📊 Changes **1 file changed** (+164 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/chat_message_histories/soul.mdx` (+164 -0) </details> ### 📄 Description ## Summary Adds documentation for [langchain-soul](https://pypi.org/project/langchain-soul/), a persistent markdown-native chat message history implementation with RAG+RLM hybrid retrieval. ## Features Documented - **Markdown-native storage**: Chat history in human-readable `.md` files - **RAG + RLM hybrid retrieval**: Auto-routes queries to semantic search or exhaustive reasoning - **Git-versionable**: Memory files work with version control - **Database schema intelligence**: Auto-document databases via LLM (via soul-schema) - **SoulMate managed cloud**: Zero-infrastructure backend option - **Factory functions**: Easy switching between local and cloud backends ## Package Info - **PyPI**: https://pypi.org/project/langchain-soul/ - **GitHub**: https://github.com/menonpg/langchain-soul - **Part of**: [Soul Ecosystem](https://github.com/menonpg/soul.py) (RAG+RLM memory for AI agents) ## Testing ```bash pip install langchain-soul ``` The package has 11 passing tests and integrates with soul-agent and soul-schema. --- <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:57 -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#3057