feat: use websocket in agent cli (#143)

This commit is contained in:
2026-06-17 23:35:00 +01:00
committed by GitHub
parent 227f196d5e
commit d3d9def260
3 changed files with 358 additions and 63 deletions

View File

@@ -7,5 +7,9 @@
"format": "oxfmt --write .",
"start": "bun run src/agent-test-cli.ts",
"typecheck": "bun tsc --noEmit"
},
"dependencies": {
"@freya/agent-protocol": "workspace:*",
"@nym.sh/jrpc": "^0.1.0"
}
}