diff --git a/README.md b/README.md index 496ce933..fd1a2eb8 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,49 @@ zcode-cli-x/ 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 Contributions welcome! This is based on: