@rayspec/product-yaml
v1.8.0
Published
The Product-YAML deploy COMPOSITION. Turns a validated ProductSpec + a deployer-supplied rollout (STT adapter, agent handlers, workflow enqueuer, store bindings) into the deployable engine fragments: audio capability mount + bridge-compiled durable workfl
Readme
@rayspec/product-yaml
The Product-YAML deploy composition. deploy (the single frozen-surface touch)
calls composeProductDeploy and maps ProductComposeError onto its DeployError
vocabulary — everything about WHAT is supported lives here, reviewable outside the frozen
surface. Product-free: all product meaning comes from the validated ProductSpec.
Part of RaySpec — file-deployable AI infrastructure: describe a product's backend in one declarative YAML file, and RaySpec stands up accounts and authentication, in-process agents, an HTTP API, a Postgres-backed data layer, durable background jobs, and the supporting tooling — deployed GitOps-style from that single file.
Most projects consume this package indirectly — start with
npx rayspec init or @rayspec/server rather
than depending on it directly.
Links
- Website & docs: https://rayspec.dev
- Source (monorepo): https://github.com/rayspec-labs/rayspec
- Changelog: https://github.com/rayspec-labs/rayspec/blob/main/CHANGELOG.md
License
Source-available under the Functional Source License (FSL-1.1-ALv2) — each release converts to Apache-2.0 two years after publication. See LICENSE.
