feat: add agent protocol entry events (#157)

* feat: add agent protocol events

* feat: add tool payload schemas
This commit is contained in:
2026-07-04 15:03:03 +01:00
committed by GitHub
parent 9aaefda216
commit 6401616890
6 changed files with 84 additions and 13 deletions

View File

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