feat(worker): migrate agent runtime from Claude Agent SDK to pi harness

This commit is contained in:
ezl-keygraph
2026-06-15 12:05:32 +05:30
parent 3d1a3c75f8
commit 1908156525
21 changed files with 3321 additions and 2590 deletions
+5 -1
View File
@@ -19,7 +19,10 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "catalog:",
"@earendil-works/pi-agent-core": "^0.79.1",
"@earendil-works/pi-ai": "^0.79.1",
"@earendil-works/pi-coding-agent": "^0.79.1",
"@gotgenes/pi-permission-system": "^10.9.0",
"@temporalio/activity": "^1.11.0",
"@temporalio/client": "^1.11.0",
"@temporalio/worker": "^1.11.0",
@@ -28,6 +31,7 @@
"ajv-formats": "^2.1.1",
"dotenv": "^16.4.5",
"js-yaml": "^4.1.0",
"typebox": "1.1.38",
"zod": "^4.3.6",
"zx": "^8.0.0"
},