style: Cleaned up all graph agent code

This commit is contained in:
2026-05-18 13:46:52 -06:00
parent e2ff2c03f8
commit 06fe1f9471
23 changed files with 560 additions and 652 deletions
-3
View File
@@ -50,9 +50,6 @@ enum BinaryType<'a> {
Agent,
}
/// Canonical set of script languages that Loki can execute. This is the
/// single source of truth for both function-tool scripts and graph script
/// nodes.
#[derive(Debug, Clone, Copy, PartialEq, Eq, AsRefStr)]
pub enum Language {
Bash,