GitDeployHub

boozelee/neuroforge-agent

github.com/boozelee/neuroforge-agent ↗
Rust
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.

  • SYNAPSE_RPC_URL Solana RPC endpoint for mainnet
  • SOLANA_KEYPAIR_PATH Path to Solana keypair (JSON format) Default: keys/agent.json
  • USDC_MINT USDC token mint on Solana
  • TICK_INTERVAL_SECS SNN loop tick interval in seconds Default: 300 (5 minutes)
  • FIRE_THRESHOLD LIF neuron firing threshold (0.0-1.0) Default: 0.75
  • LEAK_RATE Membrane potential leak rate per tick (0.0-1.0) Default: 0.15
  • RUST_LOG Logging level
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/boozelee/neuroforge-agent
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/boozelee/neuroforge-agent
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/boozelee/neuroforge-agent
← Try another repo