[Workers]
Per-isolate profiles for every HOOX Cloudflare Worker — gateway, execution, data, agents, and UI.
Each page is an isolate profile: bindings, routes, secrets, and behavior for one worker in the mesh.
Worker sources live as git submodules under workers/ in hoox-sh/hoox. Each repository carries a GitHub description, package.json description, and a README with a shared Mesh interconnect section that links every sibling isolate.
Ingress & execution
| Worker | Role | Source |
|---|---|---|
| hoox (Gateway) | Public webhook ingress, WAF/auth, two-phase DO idempotency + rate-limit DO, notify chatId allowlist, queue/service dispatch | hoox-worker |
| trade-worker | Exchange REST execution (Binance / Bybit / MEXC), queue concurrency, named D1 RPCs, test trading | trade-worker |
| web3-wallet-worker | On-chain wallet identity (ethers.js); bridge toward DeFi settlement | web3-wallet-worker |
Data & intelligence
| Worker | Role | Source |
|---|---|---|
| d1-worker | SQL proxy + named /rpc/list-* / insert RPCs, dashboard stats, settings KV | d1-worker |
| agent-worker | Configurable cron (1–1440 min) risk, trailing stops, multi-provider AI, kill switch | agent-worker |
| analytics-worker | Analytics Engine fan-in (trades, signals, latency, heartbeats) | analytics-worker |
| report-worker | Browser Rendering PDFs → R2, telegram delivery | report-worker |
Tooling (outside core mesh auth)
| Worker | Role | Source |
|---|---|---|
| pyne-worker | Python PYNE edge evaluate — Pine Script™ /run, bar-close cron, R2 OHLCV, alerts (hoox pyne) | pyne-worker |
Channels & UI
| Worker | Role | Source |
|---|---|---|
| telegram-worker | Alerts, bot commands, outbound/inbound chat allowlists, RAG | telegram-worker |
| email-worker | Mailgun / email signal parsing → trade-worker | email-worker |
| dashboard | Next.js ops console (OpenNext, public) | monorepo workers/dashboard |
Related
- Architecture — mesh topology
- Test Trading — sandbox fills across trade / agent / dashboard
- Parent monorepo README — worker table with repository links