🎯

file-search

🎯Skill

from massgen/massgen

VibeIndex|
What it does

Searches files across directories using specified search criteria, returning matching file paths and relevant details.

πŸ“¦

Part of

massgen/massgen(11 items)

file-search

Installation

pip installInstall Python package
pip install --upgrade massgen
uv runRun with uv
uv run massgen --config @examples/configs/providers/openai/codex/codex_local.yaml "Create a website about Bob Dylan"
uv runRun with uv
uv run massgen --config @examples/configs/providers/openai/codex/codex_docker.yaml "Create a website about Bob Dylan"
npm installInstall npm package
npm install -g @openai/codex
πŸ“– Extracted from docs: massgen/massgen
5Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

MassGen Logo

[![PyPI](https://img.shields.io/pypi/v/massgen?style=flat-square&logo=pypi&logoColor=white&label=PyPI&color=3775A9)](https://pypi.org/project/massgen/)

[![Docs](https://img.shields.io/badge/docs-massgen.ai-blue?style=flat-square&logo=readthedocs&logoColor=white)](https://docs.massgen.ai)

[![GitHub Stars](https://img.shields.io/github/stars/Leezekun/MassGen?style=flat-square&logo=github&color=181717&logoColor=white)](https://github.com/Leezekun/MassGen)

[![Python 3.11+](https://img.shields.io/badge/python-3.11+-3776AB?style=flat-square&logo=python&logoColor=white)](https://www.python.org/downloads/)

[![License](https://img.shields.io/badge/license-Apache%202.0-green?style=flat-square)](LICENSE)

[![Follow on X](https://img.shields.io/badge/FOLLOW%20ON%20X-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.massgen.ai)

[![Follow on LinkedIn](https://img.shields.io/badge/FOLLOW%20ON%20LINKEDIN-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/massgen-ai)

[![Join our Discord](https://img.shields.io/badge/JOIN%20OUR%20DISCORD-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.massgen.ai)

πŸš€ MassGen: Multi-Agent Scaling System for GenAI

MassGen is a cutting-edge multi-agent system that leverages the power of collaborative AI to solve complex tasks.

MassGen case study -- Berkeley Agentic AI Summit Question

Scaling AI with collaborative, continuously improving agents

MassGen is a cutting-edge multi-agent system that leverages the power of collaborative AI to solve complex tasks. It assigns a task to multiple AI agents who work in parallel, observe each other's progress, and refine their approaches to converge on the best solution to deliver a comprehensive and high-quality result. The power of this "parallel study group" approach is exemplified by advanced systems like xAI's Grok Heavy and Google DeepMind's Gemini Deep Think.

This project started with the "threads of thought" and "iterative refinement" ideas presented in [The Myth of Reasoning](https://docs.ag2.ai/latest/docs/blog/2025/04/16/Reasoning/), and extends the classic "multi-agent conversation" idea in [AG2](https://github.com/ag2ai/ag2). Here is a [video recording](https://www.youtube.com/watch?v=xM2Uguw1UsQ) of the background context introduction presented at the Berkeley Agentic AI Summit 2025.

πŸ€– For LLM Agents: AI_USAGE.md - Complete automation guide to run MassGen inside an LLM

πŸ“š For Contributors: See MassGen Contributor Handbook - Centralized policies and resources for development and research teams

---

πŸ“‹ Table of Contents

✨ Key Features

  • [Cross-Model/Agent Synergy](#-key-features-1)
  • [Parallel Processing](#-key-features-1)
  • [Intelligence Sharing](#-key-features-1)
  • [Consensus Building](#-key-features-1)
  • [Live Visualization](#-key-features-1)

πŸ†• Latest Features

  • [v0.1.47 Features](#-latest-features-v0147)

πŸ—οΈ System Design

  • [System Architecture](#%EF%B8%8F-system-design-1)
  • [Parallel Processing](#%EF%B8%8F-system-design-1)
  • [Real-time Collaboration](#%EF%B8%8F-system-design-1)
  • [Convergence Detection](#%EF%B8%8F-system-design-1)
  • [Adaptive Coordination](#%EF%B8%8F-system-design-1)

πŸš€ Quick Start

  • [πŸ“₯ Installation](#1--installation)
  • [πŸ” API Configuration](#2--api-configuration)
  • [🧩 Supported Models and Tools](#3--supported-models-and-tools)

- [Models](#models)

- [Tools](#tools)

  • [πŸƒ Run MassGen](#4--run-massgen)

- [CLI Configuration Parameters](#cli-configuration-parameters)

- [1. Single Agent (Easiest Start)](#1-single-agent-easiest-start)

- [2. Multi-Agent Collaboration (Recommended)](#2-multi-agent-collaboration-recommended)

- [3. Model Context Protocol (MCP)](#3-model-context-protocol-mcp)

- [4. File System Operations](#4-file-system-operations--workspace-management)

- [5. Project Integration (NEW in v0.0.21)](#5-project-integration--user-context-paths-new-in-v0021)

- [Backend Configuration Reference](#backend-configuration-reference)

- [Interactive Multi-Turn Mode](#interactive-multi-turn-mode)

  • [πŸ“Š View Results](#5--view-results)

- [Real-time Display](#real-time-display)

- [Comprehensive Logging](#comprehensive-logging)

πŸ€– Automation & LLM Integration

  • [Automation Mode](#-automation--llm-integration)
  • [BackgroundShellManager](#using-backgroundshellmanager)
  • [Status File Reference](#statusjson-structure)
  • [Full Automation Guide](https://docs.massgen.ai/en/latest/user_guide/automation.html)

πŸ’‘ Case Studies & Examples

  • [Case Studies](#-case-studies)

πŸ—ΊοΈ Roadmap

  • [Recent Achievements (v0.1.47)](#recent-achievements-v0147)
  • [Previous Achievements (v0.0.3 - v0.1.46)](#previous-achievements-v003---v0146)
  • [Key Future Enhancements](#key-future-enhancements)

- Bug Fixes & Backend Improvements

- Advanced Agent Collaboration

- Expanded Model, Tool & Agent Integrations

- Improved Performance & Scalability

- Enhanced Developer Experience

  • [v0.1.48 Roadmap](#v0148-roadmap)

πŸ“š Additional Resources

  • [🀝 Contributing](#-contributing)
  • [πŸ“„ License](#-license)
  • [⭐ Star History](#-star-history)

---

✨ Key Features

| Feature | Description |

|---------|-------------|

| 🀝 Cross-Model/Agent Synergy | Harness strengths from diverse frontier model-powered agents |

| ⚑ Parallel Processing | Multiple agents tackle problems simultaneously |

| πŸ‘₯ Intelligence Sharing | Agents share and learn from each other's work |

| πŸ”„ Consensus Building | Natural convergence through collaborative refinement |

| πŸ–₯️ Live Visualization | Interactive Textual TUI with timeline, agent cards, and vote tracking (default). Also available: Web UI, Rich display. |

---

πŸ†• Latest Features (v0.1.47)

πŸŽ‰ Released: February 4, 2026

What's New in v0.1.47:

  • πŸš€ Codex Backend - Run OpenAI Codex CLI as a MassGen backend with local and Docker execution
  • 🎨 TUI Theme System - Palette-based theming with dark and light variants
  • πŸ—³οΈ Per-agent Voting Sensitivity - Set different voting standards (strict/balanced/lenient) for each agent
  • πŸ”§ Claude Code Refactored - Shared NativeToolMixin for native tool handling across CLI-based backends
  • πŸ› Bug Fixes - Fixed final presentation display, improved MCP error handling, enhanced round tracking

Try v0.1.47 Features:

```bash

# Install or upgrade

pip install --upgrade massgen

# First install codex with npm install -g @openai/codex, then authenticate and run the below.

uv run massgen --config @examples/configs/providers/openai/codex/codex_local.yaml "Create a website about Bob Dylan"

uv run massgen --config @examples/configs/providers/openai/codex/codex_docker.yaml "Create a website about Bob Dylan"

```

β†’ [See full release history and examples](massgen/configs/README.md#release-history--examples)

---

πŸ—οΈ System Design

MassGen operat