tons of changes, mostly type checking and prompt clean up

This commit is contained in:
2025-04-28 17:32:14 -04:00
parent 27382af199
commit 950d09779c
7 changed files with 425 additions and 121 deletions

View File

@@ -10,7 +10,6 @@ anyhow = "1.0"
reqwest = { version = "0.12", features = ["json", "stream"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.44", features = ["full"] }
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }