refactor: extract template and tools modules from agent

Split template selection and external tool management into dedicated
modules for better separation of concerns.
This commit is contained in:
Fam Zheng
2026-03-04 11:47:01 +00:00
parent c0b681adc3
commit fe1370230f
5 changed files with 500 additions and 116 deletions

View File

@@ -25,4 +25,5 @@ chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1", features = ["v4"] }
anyhow = "1"
mime_guess = "2"
tokio-util = { version = "0.7", features = ["io"] }
nix = { version = "0.29", features = ["signal"] }