feat: direct Anthropic SDK streaming, bypass claude CLI

This commit is contained in:
aedes
2026-04-20 17:49:30 +03:00
parent 2019bf216f
commit 65cdc30d42
2 changed files with 48 additions and 52 deletions

View File

@@ -5,6 +5,7 @@
"start": "node server.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"express": "^4.19.2"
}
}