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
+3
View File
@@ -14,6 +14,9 @@ nazarick-core = { path = "../nazarick-core" }
# Skills
skills = { path = "../skills" }
# Memory
memory = { path = "../memory" }
# LLM Provider
api = { path = "../api" }