4ca570a39f
Adds agent_reach/transcribe.py (download → compress → chunk → transcribe with provider fallback, fully mocked tests). Maintainer follow-up on the branch: wired an agent-reach transcribe CLI subcommand + skill docs so agents can actually invoke it, added the missing configure openai-key branch the error hint referenced, removed two dead static methods. 103 tests pass; wheel-gate clean.
19 lines
646 B
Bash
19 lines
646 B
Bash
# Agent Reach Configuration
|
|
# Copy to .env and fill in your values
|
|
# Or use: agent-reach configure
|
|
|
|
# Exa Search (free 1000/month) — https://exa.ai
|
|
# EXA_API_KEY=exa-your-key-here
|
|
|
|
# GitHub Token (optional, for higher rate limits) — https://github.com/settings/tokens
|
|
# GITHUB_TOKEN=ghp_your_token_here
|
|
|
|
# Reddit ISP Proxy (optional, for full Reddit access)
|
|
# REDDIT_PROXY=http://user:pass@ip:port
|
|
|
|
# Groq Whisper (optional, for video transcription) — https://console.groq.com
|
|
# GROQ_API_KEY=gsk_your_key_here
|
|
|
|
# OpenAI Whisper (optional fallback when Groq is rate-limited) — https://platform.openai.com
|
|
# OPENAI_API_KEY=sk-your_key_here
|