chore: project scaffold (uv, .env.example, README, lyra package)

This commit is contained in:
Claude
2026-05-16 06:01:08 +00:00
parent faf4e8a1aa
commit b2523c2561
6 changed files with 192 additions and 49 deletions
+10
View File
@@ -0,0 +1,10 @@
# Local backend (Ollama) — used by default for most calls.
LOCAL_BASE_URL=http://localhost:11434
LOCAL_MODEL=qwen2.5:7b-instruct
# Cloud backend (Anthropic Claude) — used for harder reasoning.
ANTHROPIC_API_KEY=
CLOUD_MODEL=claude-sonnet-4-6
# Where Lyra stores her memory.
LYRA_DB_PATH=data/lyra.db