aegis-intel-stack
v0.1.0为EVM Gas和交易管理提供预/后执行分析微技能及显式与差额回购触发器。
Installation
Please help me install the skill `aegis-intel-stack` from SkillHub official store.
npx skills add kankinku/aegis-intel-stack
Aegis Intel Stack (Utility)
This skill bundle provides a reference implementation + packaging for the MVP offerings:
- health_ping
- gas_snapshot
- tx_explain
- intel_manifest
- intel_delta_update
Local run
cd aegis-suite
npm install
cp apps/utility-seller/.env.example apps/utility-seller/.env
npm run build
node apps/utility-seller/dist/dev_server.js
Call examples
curl -s localhost:8787/call/health_ping -X POST -H 'content-type: application/json' -d '{"message":"hi"}'
curl -s localhost:8787/call/gas_snapshot -X POST -H 'content-type: application/json' -d '{"chain":"base","urgency":"standard","gas_units":150000}'
Launch automation (docs generation)
cd aegis-suite
npm run launch:profile
npm run launch:changelog
npm run launch:metrics
Outputs:
- apps/launch-agent/docs/publish_profile.md
- apps/launch-agent/docs/CHANGELOG.md
- apps/launch-agent/docs/metrics_report.md