opensymphony 1.7.2

A Rust implementation of the OpenAI Symphony orchestration design
Documentation
{
  "name": "@opensymphony/api-client",
  "version": "1.0.0",
  "description": "Gateway API client with transport adapters",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": ["dist", "src"],
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@opensymphony/gateway-schema": "*"
  },
  "devDependencies": {
    "typescript": "^5.8.0"
  }
}