feat: add built-in ticket tools

This commit is contained in:
2026-06-05 14:52:39 +09:00
parent a06d007202
commit afd7f04ff6
10 changed files with 1214 additions and 5 deletions
Generated
+7
View File
@@ -2350,6 +2350,7 @@ dependencies = [
"session-store",
"tempfile",
"thiserror 2.0.18",
"ticket",
"tokio",
"toml",
"tools",
@@ -3621,10 +3622,16 @@ dependencies = [
name = "ticket"
version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"fs4",
"llm-worker",
"schemars",
"serde",
"serde_json",
"tempfile",
"thiserror 2.0.18",
"tokio",
]
[[package]]