feat: enable multimodal attachments for agents

This commit is contained in:
2025-10-26 05:14:17 +01:00
parent 353c0a8239
commit 28b6eb0a9a
20 changed files with 1387 additions and 176 deletions

View File

@@ -57,13 +57,15 @@ keyring = "3.0"
chrono = { version = "0.4", features = ["serde"] }
urlencoding = "2.1"
regex = "1.10"
rpassword = "7.3"
sqlx = { version = "0.7", default-features = false, features = ["runtime-tokio-rustls", "sqlite", "macros", "uuid", "chrono", "migrate"] }
log = "0.4"
dirs = "5.0"
serde_yaml = "0.9"
handlebars = "6.0"
once_cell = "1.19"
base64 = "0.22"
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "gif", "bmp", "webp"] }
mime_guess = "2.0"
# Configuration
toml = "0.8"