opensymphony 1.6.3

A Rust implementation of the OpenAI Symphony orchestration design
Documentation
{
  "name": "@opensymphony/desktop",
  "version": "1.0.0",
  "description": "OpenSymphony Tauri desktop app shell (stub)",
  "type": "module",
  "private": true,
  "scripts": {
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@opensymphony/gateway-schema": "*",
    "@opensymphony/api-client": "*",
    "@opensymphony/ui-core": "*",
    "@opensymphony/state": "*"
  },
  "devDependencies": {
    "typescript": "^5.8.0"
  }
}