e9e4960714
- Verify createWorkflow in runtime has zero I/O imports - Migrate agent-cursor, agent-hermes to pure workflow-runtime dependency - Migrate agent-llm, util-agent, templates to dual dependency (runtime for types, engine for CAS/merkle/buildDescriptor) - All 377 tests passing Refs #121, relates #123 #124
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-hermes",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-runtime": "workspace:*",
|
|
"@uncaged/workflow-util-agent": "workspace:*"
|
|
}
|
|
}
|