Initial commit: Anthropic API and MITM proxy to WaybackProxy

This commit is contained in:
2026-03-18 01:27:44 -04:00
commit 8390c34d30
14 changed files with 1360 additions and 0 deletions

22
.env.example Normal file
View File

@@ -0,0 +1,22 @@
# Your Anthropic API key (required)
ANTHROPIC_API_KEY=sk-ant-xxxxx
# Target date for the Wayback Machine (YYYYMMDD format)
WAYBACK_DATE=20100715
# How many days of tolerance around the target date
# (Wayback may not have an exact snapshot for every page on that date)
TOLERANCE=30
# The fake system time shown to Claude (ISO format)
TARGET_DATE=2010-07-15T09:30:00
# Model to use (claude-sonnet-4-20250514 or claude-opus-4-20250514)
MODEL=claude-sonnet-4-20250514
# Enable extended thinking to see Claude's internal reasoning
# This reveals whether Claude genuinely believes the simulation or is playing along
EXTENDED_THINKING=true
# How many tokens Claude can use for internal reasoning (higher = deeper thinking)
THINKING_BUDGET=10000