feat: Implemented state management for agent graphs

This commit is contained in:
2026-05-13 09:18:38 -06:00
parent beebb39050
commit 76861508c9
3 changed files with 445 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
use super::types::Graph;
use crate::config::paths;
use anyhow::{Context, Result, bail, Error, anyhow};
use anyhow::{Context, Error, Result, anyhow, bail};
use std::fs::read_to_string;
use std::path::{Path, PathBuf};