@ruliadlabs/sdk
v0.1.0
Published
Typed SDK for Ruliad MCP, rendering, and production workflows.
Downloads
9
Maintainers
Readme
Ruliad SDK
TypeScript client skeleton for the public Ruliad platform.
This repo should wrap:
- endpoint discovery
- auth headers
- tool metadata lookup
- remote production workflow helpers
- render polling
- memory helpers
- gateway helpers
- publisher helpers
The SDK should make the public APIs easy to adopt without exposing internal app assumptions.
Current client capabilities:
- default user, agent, and renderer headers through
RuliadClientOptions - default PubMatic launch header support
getManifest()getTool(toolName)invoke(toolName, payload, { headers })- production workflow module for campaign architecture, URL-led commerce inference, marketplace setup, guidance, protocol setup, local asset ingestion, team automation, storyboard, editor, export, and delivery polling
Pairs well with:
ruliad-launch-middleware
