TaskLoop: Agent-reviewed milestone escrow for crypto freelancers.
TaskLoop is a milestone escrow system with an agent review layer. Clients create and fund escrow contracts, freelancers submit evidence, and the agent evaluates whether the milestone should be released, escalated, or disputed. Review payloads and execution logs are persisted to 0G, ENS makes identities readable, and KeeperHub is the adapter for reliable payout execution.
approve and confidence is above the configured threshold, a trusted execution path can call KeeperHub to release the milestone.apps/web
Next.js app, wallet UX, ENS display, escrow pages, review API route
packages/contracts
Foundry contracts for EscrowFactory and MilestoneEscrow
packages/shared
Shared TypeScript types, zod schemas, ABI exports, formatters
services/agent
Review engine, 0G storage adapter, KeeperHub execution adapter,
review-to-execution orchestration service
The web app calls POST /api/review-milestone. That route validates input, calls the agent orchestration service, persists review/execution artifacts to 0G, and returns the combined result to the UI.

