create-hunch-agent
v0.3.0
Published
Scaffold a runnable Hunch betting agent in one command — with a Dockerfile and a GitHub Actions schedule so it deploys anywhere: npx create-hunch-agent my-bot [--loop]
Maintainers
Readme
create-hunch-agent
Scaffold a runnable Hunch betting agent in one command.
npx create-hunch-agent my-bot
cd my-bot
npm install
npm start # $0 simulation — no wallet neededYou get a ~70-line agent.mjs that discovers → researches → simulates a $1 bet,
plus an opt-in real bet once you set PRIVATE_KEY in .env. Built on
@hunchxyz/agent-sdk.
The "rails new" moment for agent betting: keyless, no-cap, auto-payout. Docs at https://www.playhunch.xyz/llms.txt.
