feat: integrate Headroom compression - compress large analysis/code/devops contexts (≥5K tokens) via context event

This commit is contained in:
2026-06-10 14:55:33 +10:00
parent 07ec1dbd90
commit 9be87dd8a9
3 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "smart-router",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"headroom-ai": "^0.22.4"
}
}