improvement(hitl): add webhook notification and resume, add webhook block (#2673)

* Add api blcok as tool

* Add webhook block

* Hitl v1

* Cleanup

* Fix

* Update names for fields in hitl

* Fix hitl tag dropdown

* Update hitl dashboard

* Lint
This commit is contained in:
Siddharth Ganesan
2026-01-06 13:58:44 -08:00
committed by GitHub
parent 155f544ce8
commit 8215a819e5
16 changed files with 873 additions and 700 deletions

View File

@@ -526,7 +526,7 @@ export class BlockExecutor {
const placeholderState: BlockState = {
output: {
url: resumeLinks.uiUrl,
// apiUrl: resumeLinks.apiUrl, // Hidden from output
resumeEndpoint: resumeLinks.apiUrl,
},
executed: false,
executionTime: existingState?.executionTime ?? 0,