Trustless hosting extension for Moltbot via EigenCloud infrastructure: - EigenAI provider with x-api-key auth and configPatch registration - Action tier classification for all 23 canonical tools - Receipt logging on after_tool_call hook (medium/high tier) - Anomaly detection (BCC, outbound curl, process, gateway) - SQLite receipt store with EigenDA proxy backend - Dashboard API endpoints (/boltbot/receipts, /receipt, /stats) - EigenCompute TEE deploy script and Dockerfile
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"name": "@boltbot/extension",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Boltbot — Trustless Moltbot hosting via EigenCloud",
|
|
"moltbot": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^11.0.0"
|
|
}
|
|
}
|