UI display for N8N AI Agent tool usage in n8n.py (N8P Pipeline) #76
+823
−57
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.
This pull request introduces a major update to the N8N pipeline integration with Open WebUI, focusing on a new AI Agent Tool Usage Display feature (v2.2.0), improved documentation, and enhancements to the example N8N workflows. The changes provide better transparency into agent actions, configurable display options for tool calls, and expanded support for different language models and tools.
Key changes:
1. AI Agent Tool Usage Display Feature
docs/n8n-tool-usage-display.md
detailing configuration, limitations, and usage of the new tool usage display feature.2. Documentation Improvements
README.md
anddocs/n8n-integration.md
to describe the new tool usage display, its configuration, and its current limitation to non-streaming mode due to N8N's streaming implementation. [1] [2] [3]3. N8N Example Workflow Enhancements
Open_WebUI_Test_Agent.json
andOpen_WebUI_Test_Agent_Streaming.json
workflows to:intermediateSteps
are included in responses, enabling tool usage display. [1] [2]4. Workflow Metadata and Connectivity
These changes significantly improve the observability, flexibility, and extensibility of the N8N pipeline integration with Open WebUI.
Closes: #75