feat: add isolated Gemini provider

This commit is contained in:
2026-07-30 17:57:19 +02:00
parent 286d96da33
commit f3e11831fb
8 changed files with 890 additions and 19 deletions
+1
View File
@@ -9,6 +9,7 @@ description = "Safe, local-first personal assistant project scaffold"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"google-genai>=2.6,<3",
"keyring>=25.7,<26",
]