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

1
Cargo.lock generated
View File

@@ -2087,6 +2087,7 @@ dependencies = [
"serde_yaml",
"sqlx",
"tokio",
"tokio-util",
"tower-http",
"tracing",
"tracing-subscriber",