Direct output for agent flows (#3873)

* wip: create direct output switch on last block and send response to ui

* lint

* Return flow on direct output enabled
prevent new blocks below direct output block
Update executor/aibitat to handle skipping of handler outputs

* dev build

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Sean Hatfield
2025-06-05 14:46:44 -07:00
committed by GitHub
parent 8dd328cbea
commit 77f6262290
8 changed files with 157 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['warn-bad-docker-command'] # put your current branch to create a build. Core team only.
branches: ['3872-feat-direct-output-to-chat-from-agent-flows'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'