Galya

Installation

Published packages live on npm under @galya (MIT). Install what you need—@galya/schema is optional because @galya/sdk re-exports the wire types.

npm install @galya/sdk          # browser instrumentation
npm install @galya/agents       # REST client + agent tools
npm install @galya/admin        # workspace provisioning (account secret only)
npm install @galya/schema       # types only

Contributing — clone galya-sdk/ in this repo, then:

pnpm install && pnpm build && pnpm dev

That runs the Cloudflare ingest worker (:8787) and the Vite demo with a live event inspector.

When publishing a release, order matters: schema → sdk → agents → admin (sdk depends on schema; admin is standalone).