7582a88d6b
- types.ts: START/END, RoleMeta, ThreadContext, Role, Moderator, WorkflowDefinition - engine.ts: executeThread with JSONL persistence + AbortSignal - worker.ts: per-bundle process, TCP IPC, kill individual threads - CLI: run/ps/kill/threads/thread/thread rm commands - 32 tests pass, biome clean 小橘 <xiaoju@shazhou.work>
17 lines
290 B
JSON
17 lines
290 B
JSON
{
|
|
"name": "@uncaged/cli-workflow",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"bin": {
|
|
"uncaged-workflow": "src/cli.ts"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow": "workspace:*",
|
|
"yaml": "^2.8.4"
|
|
},
|
|
"scripts": {
|
|
"build": "echo 'TODO'",
|
|
"test": "bun test"
|
|
}
|
|
}
|