Agent Node - Add structured JSON response (similar to LLM Node)
Feature Description
Currently, the Agent Node does not support structured JSON output, unlike the LLM Node. This makes it harder to work with deterministic outputs for APIs, webhooks, or database integrations, forcing the use of workarounds such as regex, extra nodes, or manual post-processing.
Add an option in the Agent Node for structured JSON responses, with support for schema definition (similar to the LLM Node), allowing:
Define a JSON Schema.
Automatically validate the output.
Expose the parsed JSON in the node’s output.
Benefits:
Easier integrations.
Less need for post-processing.
More reliable and consistent agent responses.
Feature Category
New Node/Component
Problem Statement
No response
Proposed Solution
No response
Mockups or References
No response
Additional Context
No response
Created a PR for this issue : https://github.com/FlowiseAI/Flowise/pull/5470
thanks
Hello, This is awesome must have feature, many thanks to @aibysid!! Does anybody know - are there any chances that it will be merged shortly?