feat: merged normal agent config and graph agent configs into one file (either/or)

This commit is contained in:
2026-05-15 12:57:08 -06:00
parent 3f4fd91b3f
commit 249d1fc881
8 changed files with 277 additions and 41 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ pub async fn run_active_agent_graph(
log::info!("Agent '{agent_name}' has graph.yaml; routing to graph executor");
let agent_dir = paths::agent_data_dir(&agent_name);
let graph_path = paths::agent_graph_path(&agent_name);
let graph_path = paths::agent_graph_file(&agent_name);
let parser = GraphParser::new(&agent_dir);
let mut graph = parser