liquidpad-bot
v1.0.2
Published
Agent-only launcher for LiquidPad.
Readme
LIQUIDPAD BOT (Agent Mode)
Agent-only launcher for LiquidPad.
This package is intentionally focused on autonomous agent execution. Human and hybrid flows are not part of the default npm workflow in this release.
Quick Start
cp .env.example .env
npm install
npm run buildRun agent loop:
npm run dev
# or
npm run startAgent Commands
npm run devnpm run startnpm run dev:agentnpm run start:agent
Required Environment
Set these in .env before running:
AGENT_OWNER_ADDRESSBASE_RPC_URLUSER_FUND_PRIVATE_KEY(orMAIN_PRIVATE_KEY)AKASHML_API_KEYGROK_API_KEY
Optional:
AGENT_INTERVAL_MINUTESAGENT_MAX_RETRIESAGENT_DEPLOY_MAX_RETRIESAGENT_RETRY_DELAY_MSAGENT_LOG_FILEUNLIMITED_DEPLOY_USER_ID(leave empty to disable bypass)
Security Notes
- Do not commit
.env. - Private keys are read from environment variables only.
- The published npm package excludes
.envand other secret files.
