GitDeployHub

anthropics/riv2025-long-horizon-coding-agent-demo

github.com/anthropics/riv2025-long-horizon-coding-agent-demo ↗
Python
7 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ANTHROPIC_API_KEY secret Anthropic API Configuration
  • DEFAULT_MODEL Model Configuration
  • PROJECT_NAME Project Configuration
  • DEFAULT_FRONTEND_PORT Port Configuration
  • DEFAULT_BACKEND_PORT
  • SESSION_DURATION_HOURS Bedrock AgentCore Configuration
  • RESUME_SESSION_ID
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/anthropics/riv2025-long-horizon-coding-agent-demo
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anthropics/riv2025-long-horizon-coding-agent-demo
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anthropics/riv2025-long-horizon-coding-agent-demo
Or deploy to a different host
← Try another repo