feat(core): add deterministic echo relay engine

This commit is contained in:
Hermes Agent
2026-07-27 17:58:28 +08:00
commit 8e5631f74a
4 changed files with 344 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "vanta-relay",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/*.test.mjs",
"check": "node --check game-engine.js"
}
}