Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 621 Bytes

File metadata and controls

28 lines (19 loc) · 621 Bytes

sip Cloudflare Worker example

This is a standalone Worker template that uses @standardagents/sip on the raw request-body path.

The Worker entry uses the workerd-friendly await ready() setup, so there is no manual WASM loader wiring in user code.

It is pinned to the published @standardagents/sip@1.0.1 package.

Local development

pnpm install
pnpm dev

Deploy

pnpm install
pnpm deploy

The Worker serves a small HTML upload page at / and exposes the raw streaming transform endpoint at /api/process.

This starter intentionally focuses on the low-memory JPEG and PNG paths.