ICECODE — Self-hosted AI Agent Platform: Multi-Agent Swarm, Local RAG, 26-Page Web UI, 34 Platform Gateways
ICECODE is a self-hosted AI agent platform that integrates multiple open-source projects into a unified system. It operates entirely on local machines, ensuring data privacy and security. The platform features a multi-agent swarm for collaborative tasks, a local retrieval-augmented generation system, and a comprehensive web UI.
- ▪ICECODE combines Hermes, OpenCode, and ClawX into a single platform.
- ▪It includes 34 platform gateways for various communication channels like WhatsApp and Discord.
- ▪The system supports self-learning agents that can acquire new skills during runtime.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3943332) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Soros Posted on May 21 • Originally published at github.com ICECODE — Self-hosted AI Agent Platform: Multi-Agent Swarm, Local RAG, 26-Page Web UI, 34 Platform Gateways #opensource #python #ai #selfhosted ICECODE is a self-hosted AI agent platform I built by unifying three open-source projects (Hermes, OpenCode, ClawX) into one cohesive system. It runs entirely on your machine — no data leaves your network.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).