feat: add agent websocket endpoint (#142)

This commit is contained in:
2026-06-17 23:19:45 +01:00
committed by GitHub
parent e1c58cdf28
commit 227f196d5e
12 changed files with 714 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "@freya/agent-protocol",
"version": "0.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"test": "bun test ./src"
}
}