Add feature comparison table (zCode vs Hermes vs better-clawd)

This commit is contained in:
admin
2026-05-05 12:00:56 +00:00
Unverified
parent fc12e8dc79
commit 0d6ad8d6a0

View File

@@ -150,6 +150,49 @@ zcode-cli-x/
MIT MIT
## 📊 Feature Comparison
| Feature | zCode CLI X | Hermes Agent | better-clawd |
|---|---|---|---|
| **Agentic** | | | |
| Autonomous execution | ✅ Full autonomous mode | ✅ Full autonomous mode | ⚠️ Manual step-by-step |
| Sub-agents | ✅ Multi-agent orchestrator | ✅ delegate_task + batch | ❌ Single agent only |
| Agent roles | ✅ Code Reviewer, Architect, DevOps | ✅ Agent Registry (10+ roles) | ❌ Fixed single role |
| Self-correction loops | ⚠️ Basic retry | ✅ Agent self-correction skill | ❌ None |
| **Tooling** | | | |
| Bash/Shell | ✅ BashTool | ✅ TerminalTool | ✅ Shell access |
| File editing | ✅ FileEditTool (diff-aware) | ✅ Patch + Write + Edit | ⚠️ Basic write |
| Web search | ✅ WebSearch | ✅ WebSearch + Vane + Exa | ❌ None |
| Git integration | ✅ GitTool | ✅ GitTool | ❌ None |
| Browser automation | ❌ None | ✅ Full browser toolkit | ❌ None |
| MCP servers | ❌ None | ✅ Native MCP + mcporter | ❌ None |
| Code execution | ❌ None | ✅ Sandbox + Jupyter | ❌ None |
| **Skills** | | | |
| Skill system | ✅ 6 skills loaded | ✅ 500+ skills catalog | ❌ No skill system |
| Custom skill authoring | ❌ None | ✅ skill_manage CLI | ❌ None |
| Plugin architecture | ❌ None | ✅ Full plugin system | ❌ None |
| **Automation** | | | |
| Cron scheduling | ❌ None | ✅ Cron jobs with delivery | ❌ None |
| Webhook subscriptions | ❌ None | ✅ Event-driven agent runs | ❌ None |
| Scheduled monitoring | ❌ None | ✅ Browser + social monitors | ❌ None |
| Batch task processing | ⚠️ Sequential only | ✅ Parallel batch delegation | ❌ None |
| **Platform** | | | |
| Telegram integration | ✅ Native bot | ✅ 2-way Telegram bridge | ❌ None |
| Discord | ❌ None | ✅ Full Discord integration | ❌ None |
| Multi-channel delivery | ❌ None | ✅ Cron→Telegram/Discord/Email | ❌ None |
| Voice I/O | ❌ None | ✅ TTS + voice memos | ❌ None |
| **Infrastructure** | | | |
| Model routing | ⚠️ Single provider | ✅ Multi-provider routing | ❌ Single model |
| Context compression | ❌ None | ✅ lean-ctx MCP (90% savings) | ❌ None |
| Memory persistence | ⚠️ Config only | ✅ Cross-session memory | ❌ None |
| RTK integration | ✅ RTK active | ✅ RTK integrated | ❌ None |
### Summary
- **zCode CLI X** — Lightweight agentic coder focused on Telegram + Z.AI. Ideal for quick coding tasks via Telegram with essential tools and agent roles.
- **Hermes Agent** — Full-stack AI assistant platform. Best for complex multi-agent workflows, scheduled automation, and cross-platform deployment. 500+ skills, MCP ecosystem, and the deepest toolset.
- **better-clawd** — Minimal Claude Code clone. Useful as a lightweight reference but lacks the agentic, skills, and automation depth of zCode or Hermes.
## 🤝 Contributing ## 🤝 Contributing
Contributions welcome! This is based on: Contributions welcome! This is based on: