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