When your agent runs out of compute, it finds more, pays for it, and finishes the job.
[ AXL MESH ]
[ ZK VERIFIED ]
[ KEEPERHUB ]
curl -fsSL https://raw.githubusercontent.com/R-Abinav/edgent/main/install.sh | bash
▼ SCROLL
> your agent hits OOM mid-task...
> no cloud. no coordinator. no human.
> it finds a peer on the encrypted mesh.
> stakes USDC. delegates the job.
> ZK proof verified. payment released.
> job complete. fully autonomous.
edgent@node:~$

> WHAT IS EDGENT

Edgent is a daemon that runs on edge devices. When an AI agent runs out of resources, it autonomously discovers peers over an AXL encrypted mesh, delegates the compute task, verifies the result with a ZK proof, and pays via USDC through KeeperHub — no human, no cloud, no coordinator.

⚠ CURRENT VERSION: OLLAMA-BASED EDGE DEVICES ONLY
AXL
Circom
snarkjs
KeeperHub
Base
Sepolia
viem
ollama
NVIDIA Jetson

> SETUP_GUIDE.SH

Step 1 — Install:
curl -fsSL https://raw.githubusercontent.com/R-Abinav/edgent/main/install.sh | bash
Step 2 — Configure:
# Edit .env — set your role and wallet ROLE=provider WALLET_PRIVATE_KEY=0x... ESCROW_CONTRACT_ADDRESS=0x...
Step 3 — Start provider (Dell / powerful node):
npx tsx src/index.ts --role=provider
Step 4 — Start requester + run agent (Jetson / edge node):
npx tsx src/index.ts --role=requester npx tsx src/agent.ts --force-delegate --prompt="your task here"