feat: add agent protocol events

This commit is contained in:
2026-07-04 14:42:04 +01:00
parent 9aaefda216
commit 350e1f5fcb
4 changed files with 67 additions and 13 deletions

View File

@@ -6,5 +6,8 @@
"types": "src/index.ts",
"scripts": {
"test": "bun test ./src"
},
"dependencies": {
"@freya/core": "workspace:*"
}
}