streaming tool call attempt 1

This commit is contained in:
Dhanji Prasanna
2025-10-13 20:25:12 +11:00
parent b43b693b60
commit 627fdcd9bf
8 changed files with 134 additions and 31 deletions

View File

@@ -7,6 +7,7 @@ description = "Code execution engine for G3 AI agent"
[dependencies]
tokio = { workspace = true }
anyhow = { workspace = true }
futures = "0.3"
thiserror = { workspace = true }
tracing = { workspace = true }
regex = "1.0"