๐ฆ ClawHub
Hermes Evolution
by @wuritu
Hermes Evolution enhances OpenClaw with fast PM routing, proactive self-check, auto skill generation, user profiling, layered memory, and continuous learning.
๐ Tips & Best Practices
Q: TaskStore ๆฅ่ฏข่ฟๅ็ฉบ
// ๆฃๆฅ็ดขๅผ
console.log(TaskStore.getStats());
// ้ๅปบ็ดขๅผ
TaskStore.rebuildIndex();
Q: IntentRouter ่ทฏ็ฑ้่ฏฏ
// ๆฃๆฅๅ
ณ้ฎ่ฏ
console.log(IntentRouter.getKeywords());
// ๆทปๅ ็ผบๅคฑ็ๅ
ณ้ฎ่ฏ
IntentRouter.addKeyword('Agent', ['keyword']);
Q: Self-Improving ไธ็ๆ
// ๆฃๆฅ่งๅๆไปถ
const fs = require('fs');
console.log(fs.readdirSync('./rules'));
TERMINAL
clawhub install hermes-evolution