[PR #31060] feat: Support streaming output of Agent app - ReACT - final #33076

Closed
opened 2026-02-21 20:52:37 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/31060

State: closed
Merged: No


solve #31086

Currently the agent app in ReACT mode can only output the final message at once, due to its full json strucuture.

By peeking some chars, it can now streaming process the json string and then output to the frontend.

This PR also made some changes to the AGENTS.md to enhance the workflow of coding agents. A noticable update is to create a new folder agent-notes to maintain the overall knowledge of the codebase.

**Original Pull Request:** https://github.com/langgenius/dify/pull/31060 **State:** closed **Merged:** No --- solve #31086 Currently the agent app in ReACT mode can only output the final message at once, due to its full json strucuture. By peeking some chars, it can now streaming process the json string and then output to the frontend. This PR also made some changes to the AGENTS.md to enhance the workflow of coding agents. A noticable update is to create a new folder `agent-notes` to maintain the overall knowledge of the codebase.
yindo added the pull-request label 2026-02-21 20:52:37 -05:00
yindo closed this issue 2026-02-21 20:52:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33076