[router] add tool parser base structure and partial json parser (#9482)

This commit is contained in:
Chang Su
2025-08-21 22:08:56 -07:00
committed by GitHub
parent 13ec8d427e
commit 816c4c8572
11 changed files with 1260 additions and 22 deletions

View File

@@ -48,6 +48,7 @@ metrics = "0.24.2"
metrics-exporter-prometheus = "0.17.0"
uuid = { version = "1.10", features = ["v4", "serde"] }
thiserror = "2.0.12"
regex = "1.10"
url = "2.5.4"
tokio-stream = { version = "0.1", features = ["sync"] }
anyhow = "1.0"