feat: implemented support for the graph executor

This commit is contained in:
2026-05-13 14:29:45 -06:00
parent 3ea9116a23
commit 84497d3d65
4 changed files with 324 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use super::state::StateManager;
use super::types::{ApprovalNode, InputNode};
use crate::config::RequestContext;
use crate::function::user_interaction::{USER_FUNCTION_PREFIX, handle_user_tool};
use anyhow::{Context, Result, bail, anyhow};
use anyhow::{Context, Result, anyhow, bail};
use serde_json::{Value, json};
use std::collections::HashMap;