debezium/dbz#2156 feat: add reactive LangGraph agent demonstration ex…#14
Open
KMohnishM wants to merge 1 commit into
Open
debezium/dbz#2156 feat: add reactive LangGraph agent demonstration ex…#14KMohnishM wants to merge 1 commit into
KMohnishM wants to merge 1 commit into
Conversation
KMohnishM
force-pushed
the
gsoc-week-6-reactive
branch
from
July 3, 2026 05:40
7a6fda5 to
b3daf4e
Compare
KMohnishM
force-pushed
the
gsoc-week-6-metadata
branch
from
July 3, 2026 05:43
646ff04 to
25e0aa4
Compare
KMohnishM
force-pushed
the
gsoc-week-6-reactive
branch
4 times, most recently
from
July 3, 2026 06:19
19a4e14 to
18da6c6
Compare
…ample Signed-off-by: KMohnishM <kmohnishm@gmail.com>
KMohnishM
force-pushed
the
gsoc-week-6-reactive
branch
from
July 3, 2026 12:36
18da6c6 to
62a1640
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ample
Completes debezium/dbz#2156
Description
This Pull Request implements the second half of GSoC Week 6 targets under tracking issue debezium/dbz#2156. It introduces the
reactive_agentexample underexamples/reactive_agent/, which demonstrates a LangGraph agent reacting dynamically in real-time to change data capture (CDC) updates from the primary PostgreSQL database.Key Changes
docker-compose.ymldefining a PostgreSQL service pre-configured for WAL logical replication (wal_level=logical) and initial seeding schema (setup_db.sql).stream_sync.pywrapping the embedded Debezium engine to capture logical transactions on catalog rows and synchronize them to Chroma in real-time.agent.pycreating a LangChain retriever tool usingcreate_retriever_tool. Supports OpenAI, Ollama, and a fully functional local Mock agent fallback that inspects product quantity levels.demo.pyperforming the full reactive simulation sequence: initial catalog retrieval, executing a SQL update to sell out a product, capturing the WAL log, updating the vector database, and querying the agent again to witness the changed decision.__init__.pyfiles) inexamples/.BaseToolacross all codebase examples.Verification Results
All checks passed!).Success: no issues found in 45 source files).