added Tokens, openrouter, memory system
CI / check (push) Successful in 4m11s
CI / test (push) Successful in 3m57s
CI / clippy (push) Has been cancelled

This commit is contained in:
Sithies
2026-03-21 19:59:07 +01:00
parent 4e6b2c6759
commit 18b666f45d
41 changed files with 3217 additions and 258 deletions
+4 -1
View File
@@ -9,4 +9,7 @@ uuid = { version = "1.22.0", features = ["v4"] }
async-trait = "0.1.89"
tracing = "0.1.44"
anyhow = "1.0.102"
inventory = "0.3.22"
inventory = "0.3.22"
tokio = "1.50.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"