feat(llm-proxy): port to Node + @earendil-works/pi-ai (#6)
build-and-publish / test (push) Has been cancelled
build-and-publish / image (push) Has been cancelled

This commit was merged in pull request #6.
This commit is contained in:
2026-06-14 21:37:52 +00:00
parent 0f508293ea
commit 968273bdcb
6 changed files with 1493 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "canvas-llm-proxy",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"start": "node server.mjs"
},
"dependencies": {
"@earendil-works/pi-ai": "^0.74.0"
}
}