Files
united-workforce/packages/workflow-agent-llm/package.json
T
2026-05-13 03:28:33 +00:00

14 lines
255 B
JSON

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