live: connect ship-log extension to /live page, fix repo link

This commit is contained in:
2026-03-02 19:10:39 +08:00
parent 3bc412320b
commit d08c6a0f3e
173 changed files with 30458 additions and 43 deletions

20
.env.sample Normal file
View File

@@ -0,0 +1,20 @@
# ─────────────────────────────────────────────
# Pi Agent — Provider API Keys Sample
# Copy to .env and fill in your keys
# Usage: source .env && pi
# ─────────────────────────────────────────────
# OpenAI
OPENAI_API_KEY=sk-...
# Anthropic
ANTHROPIC_API_KEY=sk-ant-...
# Google Gemini
GEMINI_API_KEY=AIza...
# OpenRouter
OPENROUTER_API_KEY=sk-or-...
# Firecrawl (used by pi-pi expert agents for web crawling)
FIRECRAWL_API_KEY=fc-...