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
+6 -4
View File
@@ -5,7 +5,9 @@ edition = "2024"
[dependencies]
nazarick-core = { path = "../nazarick-core" }
tracing = "0.1.44"
anyhow = "1.0.102"
async-trait = "0.1.89"
inventory = "0.3.22"
memory = { path = "../memory" }
tracing = "0.1.44"
anyhow = "1.0.102"
async-trait = "0.1.89"
inventory = "0.3.22"
serde_json = "1.0.149"