{ "name": "@uncaged/workflow-agent-llm", "version": "0.3.1", "type": "module", "main": "src/index.ts", "types": "src/index.ts", "scripts": { "test": "bun test" }, "dependencies": { "@uncaged/workflow-runtime": "workspace:*" } }