Claude Wrapper.

This commit is contained in:
Drew 2026-02-23 22:26:18 -08:00
parent 0edffb4855
commit 0a547e0c44
4 changed files with 463 additions and 1 deletions

View file

@ -12,5 +12,5 @@ serde_json = "1"
thiserror = "2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
reqwest = { version = "0.13", features = ["stream"] }
reqwest = { version = "0.13", features = ["stream", "json"] }
futures = "0.3"