Skip to content

πŸš€ Clioloop v1.0.0 β€” Open-source AI agent with Agentic Fusion

Choose a tag to compare

@Clioloop Clioloop released this 19 Jun 00:16
· 37 commits to main since this release

πŸš€ 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!