@prompt-mv/orchestration
v0.2.6
Published
TypeScript SDK for Prompt Orchestra.
Downloads
1,067
Readme
@prompt-mv/orchestration
TypeScript SDK for Prompt Orchestra.
Install
npm install @prompt-mv/orchestrationUsage
import { PromptOrchestraClient } from "@prompt-mv/orchestration";
const client = new PromptOrchestraClient({
baseUrl: "https://api.promptorchestra.com",
accessToken: process.env.PROMPT_ORCHESTRA_ACCESS_TOKEN,
});The SDK owns transport and client ergonomics. Direct schemas and full contract artifacts live in @prompt-mv/contracts.
