v0.1.87
π Release Highlights β v0.1.87 (2026-05-15)
π Framework Comparison Pages
- Three new "MassGen vs ..." pages (#1094):
crewai.rst,langgraph.rst,autogen.rstunderdocs/source/reference/comparisons/β each positions MassGen's parallel-refinement-with-voting model against the target framework's coordination shape and lists when to reach for one versus the other - Docs landing page update (#1094): "How Does MassGen Compare?" now lists all four comparisons (LLM Council + the three new ones); parent
comparisons.rstdrops "coming soon" and gains a toctree
π€ llms.txt for AI Agents
- Curated index (#1094):
docs/source/_extra/llms.txtpublished at the docs site root via Sphinxhtml_extra_path, following the llmstxt.org spec - Full-corpus dump (#1094):
llms-full.txt(~1 MB, 59 files) generated by a Sphinxbuild-finishedhook indocs/source/conf.py - README pointer: One-line pointer in
README.md/README_PYPI.mddirecting AI agents and crawlers tollms.txt/llms-full.txt
π§ bootstrap_subagent Single-Shot Fix
refine=False(#1094):Orchestrator._run_bootstrap_discriminator_stepnow passesrefine=FalsetoSubagentManager.spawn_subagent. Without it, the orchestrator'smax_new_answers_per_agent: 3default shadowed the coordination-dict overrides and let the discriminator refine instead of running single-shot. Found via live log inspection- Test (#1094):
massgen/tests/test_bootstrap_criteria.pyassertsdiscriminator must pass refine=False to spawn_subagent for single-shot
β Issues Closed
- #1082 β publish
llms.txt+llms-full.txtatdocs.massgen.ai - #1083 β add MassGen vs CrewAI / LangGraph / AutoGen comparison pages
π Getting Started
- Quick Start Guide
- Browse the comparisons: https://docs.massgen.ai/en/latest/reference/comparisons.html
- Point your AI agent at: https://docs.massgen.ai/en/latest/llms.txt
- Install:
pip install massgen==0.1.87
What's Changed
- docs: add comparison pages and llms.txt index by @ncrispino in #1094
- docs: docs for v0.1.87 by @Henry-811 in #1095
- feat: v0.1.87 by @Henry-811 in #1093
Full Changelog: v0.1.86...v0.1.87