- growth-engine: Autonomous experiment engine (Karpathy autoresearch for marketing) - sales-pipeline: RB2B router, deal resurrector, trigger prospector, ICP learner - content-ops: Expert panel, quality gate, editorial brain, quote miner - outbound-engine: Cold outbound optimizer, lead pipeline, competitive monitor - seo-ops: Content attack briefs, GSC optimizer, trend scout - finance-ops: CFO briefing, cost estimate, scenario modeler 79 files, all sanitized - zero hardcoded credentials or internal references.
28 lines
854 B
Text
28 lines
854 B
Text
# Apollo People Search API
|
|
APOLLO_API_KEY=your_apollo_api_key_here
|
|
|
|
# LeadMagic Email Verification API
|
|
LEADMAGIC_API_KEY=your_leadmagic_api_key_here
|
|
|
|
# Instantly Cold Email Platform
|
|
INSTANTLY_API_KEY=your_instantly_api_key_here
|
|
|
|
# Email Sending (for cold-outbound-sender.py)
|
|
SENDER_EMAIL=you@yourdomain.com
|
|
SENDER_NAME=Your Name
|
|
SMTP_HOST=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=you@yourdomain.com
|
|
SMTP_PASSWORD=your_app_password_here
|
|
|
|
# Competitive Monitor (optional)
|
|
# Path to a JSON file defining your competitors
|
|
# See scripts/competitive-monitor.py for the expected format
|
|
COMPETITORS_CONFIG=./competitors.json
|
|
|
|
# Cross-Signal Detector (optional)
|
|
DATA_DIR=./data/agent-outputs
|
|
OUTPUT_FILE=./data/cross-signals-latest.json
|
|
|
|
# Cross-Signal Detector: comma-separated words to exclude from company extraction
|
|
# SIGNAL_STOP_WORDS=YourCompany,InternalTool
|