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
@@ -128,7 +128,7 @@ pub fn agent_data_dir(name: &str) -> PathBuf {
}
}
pub fn agent_graph_path(agent_name: &str) -> PathBuf {
pub fn agent_graph_file(agent_name: &str) -> PathBuf {
agent_data_dir(agent_name).join(AGENT_GRAPH_FILE_NAME)
}