513c006ce3
The package only contains createLlmAdapter (OpenAI chat → AgentFn), which is an agent adapter, not a role. Aligns with workflow-agent-cursor and workflow-agent-hermes naming.
18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"name": "@uncaged/workflow-role-reviewer",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "echo 'TODO'",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow": "workspace:*",
|
|
"@uncaged/workflow-agent-llm": "workspace:*",
|
|
"@uncaged/workflow-util-role": "workspace:*",
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|