This commit is contained in:
IndyDevDan
2026-02-22 20:19:33 -06:00
commit 32dfe122cb
68 changed files with 8173 additions and 0 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-...