add langgraph support#6
Merged
Merged
Conversation
zahlekhan
commented
Dec 19, 2025
Contributor
- Implement LangGraph integration for chat storage and response handling
- working
- Refactor chat provider architecture and enhance error handling
- Added LangGraphStorageAdapter to manage threads and messages via LangGraph API. - Updated createChat function to support LangGraph configuration alongside n8n. - Refactored storage adapter creation to auto-select LangGraph when applicable. - Enhanced call handling to differentiate between n8n and LangGraph responses. - Updated types to include LangGraph configuration options.
- Introduced ChatProvider interface to standardize communication with various chat backends (LangGraph, webhooks). - Implemented LangGraphProvider and WebhookProvider classes for handling specific backend interactions. - Updated createChat function to initialize the appropriate provider based on configuration. - Enhanced error handling in message processing, including logging and callback notifications for errors. - Added onError callback in ChatConfig for improved error management during message processing.
- Updated index.html to replace langgraph configuration with n8n settings, including webhook URL and streaming options. - Removed index2.html as it was no longer needed. - Enhanced error handling in src/index.ts by introducing handleError and normalizeError functions for better error management and logging. - Updated logger utility to support new error handling functions, improving overall error reporting.
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.