CleanSlate IDE with built-in agent manager for multi-agent coding workflows
CleanSlate is an IDE that integrates an agent manager directly, allowing developers to create, manage, and switch between multiple coding agents without leaving the editor. It solves the friction of toggling between separate agent management tools and the IDE, enabling seamless context preservation and multi-agent orchestration for developers working with LLM-powered coding agents.
Visit project ↗Entities
Related
AI agent that manages multiple coding tasks across git worktrees
TaskCooker is an open-source AI agent that helps developers manage multiple coding tasks across different git worktrees. It integrates with existing AI subscriptions like Claude Code to automate task tracking and context switching, reducing the cognitive load of juggling many terminal tabs.
AI coding agents communicate via Git repo group chat
A system where multiple AI coding agents collaborate by using a Git repository as a shared group chat. Each agent commits messages and code changes, enabling asynchronous communication and coordination. It solves the problem of orchestrating multiple LLM-based agents for complex software development tasks.
Coder: CLI tool to delegate coding tasks to background LLM agents
Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.
Developer builds simple multi-agent workflow by copying outputs between Claude Code and Codex
A developer describes a low-tech multi-agent workflow where they manually copy outputs between Claude Code and Codex to get second opinions on code plans and PR reviews. The approach highlights the friction of coordinating multiple AI agents without native inter-agent communication.
Enola: engineering intelligence layer for AI coding agents
Enola is an open-source engineering intelligence layer that helps AI coding agents understand existing codebases. It answers questions about change impact, dependency reachability, safe module deletion, refactoring priorities, and architecture drift. The tool uses LLMs to analyze code context and provide insights that reduce mistakes from both humans and AI agents.


