Files
united-workforce/packages/workflow-agent-llm/package.json
T

14 lines
254 B
JSON

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