prediction: rewrite the messaging to use a loop for self-executing chains, add bandcamp and beets tools

This commit is contained in:
2026-06-05 10:04:19 +02:00
parent 49c720fe46
commit 51db51b636
4 changed files with 291 additions and 67 deletions
+2
View File
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
async-openai = { version = "0.40.2", features = ["completions", "full"] }
bandcamp = "0.3.4"
chrono = { version = "0.4.44", features = ["serde"] }
color-eyre = "0.6.5"
crossterm = { version = "0.29.0", features = ["event-stream"] }
@@ -14,6 +15,7 @@ hound = "3.5.1"
iref = { version = "4.0.0", features = ["url", "serde"] }
jack = "0.13.5"
json-ld = { version = "0.21.4", features = ["reqwest", "serde"] }
minify = "1.3.0"
oximedia-metering = "0.1.7"
ratatui = "0.30.0"
rc-writer = "1.1.10"