Agent testing sandbox for ProbeChain Rydberg Testnet (Chain ID: 8004).
Provides isolated sandboxes where AI agents can be tested before production deployment.
createSandbox(agentId, config)— Create a new testing sandbox for an agentexecuteInSandbox(sandboxId, actionData)— Execute an action inside a sandboxgetSandboxState(sandboxId)— Get the current state of a sandboxscoreBehavior(sandboxId)— Score the behavior of an agentpromoteToProd(sandboxId)— Promote a tested agent to production
npm install
cp .env.example .env
# Edit .env with your private key
npx hardhat compile
npm run deploy- Chain ID: 8004
- EVM: London
- Solidity: 0.8.24