chore: finalize repo audit hygiene (#257)

This commit is contained in:
Elliot Chen
2026-06-06 13:59:12 +08:00
committed by GitHub
parent ab23e40b28
commit 00f1dfaec5
27 changed files with 459 additions and 199 deletions

View File

@ -1,4 +1,4 @@
# OpenHer × EverCore Use Case
# OpenHer × EverOS Use Case
# Copy this file to .env and fill in your values
# ─── LLM Provider (pick one) ───
@ -17,12 +17,12 @@ GEMINI_API_KEY=your_gemini_api_key_here
# OpenAI (alternative)
# OPENAI_API_KEY=your_openai_api_key_here
# ─── EverCore Long-Term Memory ───
# ─── EverOS Long-Term Memory ───
# Option A: EverCore Cloud
# Option A: EverMind Cloud
EVERMEMOS_BASE_URL=https://api.evermind.ai/v1
EVERMEMOS_API_KEY=your_evermemos_api_key_here
# Option B: Self-Hosted EverCore
# cd vendor/EverCore && docker compose up -d && uv run python src/run.py
# Option B: Self-Hosted EverOS
# cd vendor/EverOS && docker compose up -d && uv run python src/run.py
# EVERMEMOS_BASE_URL=http://localhost:1995/api/v1