Skip to content

Releases: Clioloop/Clioloop-agent

Clioloop Setup for Windows

22 Jun 15:00

Choose a tag to compare

Windows installer (bootstrap setup). Unsigned — Windows SmartScreen may warn; this is expected (see the website note). Built from ed82a5a.

🚀 Clioloop v1.0.0 — Open-source AI agent with Agentic Fusion

19 Jun 00:16

Choose a tag to compare

🚀 Clioloop is Live!

Clioloop is an open-source, self-improving AI agent with Agentic Fusion — a multi-model approach where planners propose routes, your main model does the work, reviewers critique it, and everything fuses into one trusted answer.

What is Agentic Fusion?

When you run /fusion, a team of models collaborates:

  1. Planners (up to 5) — read-only models that research and propose routes in parallel
  2. Main model — does the real work with full tool access, fully visible to you (not a black box)
  3. Reviewers (up to 5) — read-only models that critique the draft, can see generated images
  4. Verdict loop — revises the draft until reviewers approve
  5. Fusion — everything combines into one reviewed, approved answer

Key Features

  • Self-improving: MEMORY.md and USER.md updated automatically
  • Autonomous: Set a goal with /goal and it loops until done
  • Everywhere: Terminal, desktop app, web dashboard, Telegram, Slack, Discord
  • Multi-agent Kanban: Break big work into tasks with worker agents
  • Tools: File editing, shell, web search, browser, image/video gen, TTS, MCP
  • Scheduled jobs: Run on cron for automated workflows
  • Open-source: Self-host everything, own your data

Omni Loop Portal

One OAuth login gives access to 300+ models. No API keys. OpenAI-compatible proxy.

Install

curl -fsSL https://raw.githubusercontent.com/Clioloop/Clioloop-agent/main/scripts/install.sh | bash

Then: clio setup

🔗 Portal: https://portal.clioloop.com
📖 Docs: https://portal.clioloop.com/docs


We're building this in the open. Feedback welcome!