f7253d5948
Phase A of #164: - Hono-based CF Worker at workflow-gateway.shazhou.workers.dev - POST /register — agent registration with shared secret - DELETE /register/:name — unregister - GET /endpoints — list online agents - GET /api/:agent/* — proxy to agent tunnel URL - KV-backed with TTL auto-expiry Ref: #164, closes #165 小橘 🍊(NEKO Team)
10 lines
214 B
TOML
10 lines
214 B
TOML
name = "workflow-gateway"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2025-04-01"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "ENDPOINTS"
|
|
id = "88b118d1cfab4c049f9c1684848811a3"
|
|
|
|
# GATEWAY_SECRET is set via `wrangler secret put`
|