You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ Want to contribute or collaborate on a specific track? Reach out to the track ow
45
45
|**v0.1.62**| 03/11/26 | Improve Skill Use and Exploration |@ncrispino| Local skill execution, skill registry, and lifecycle management ([#873](https://github.com/massgen/MassGen/issues/873)) |
|**v0.1.63**| 03/13/26 | Image/Video Edit Capabilities |@ncrispino| Check and support img/video editing capabilities ([#959](https://github.com/massgen/MassGen/issues/959)) |
48
-
|**v0.1.63**| 03/13/26 | Update Backend Docs for Codex |@ncrispino| Update backend documentation for Codex ([#981](https://github.com/massgen/MassGen/issues/981)) |
49
48
|**v0.1.64**| 03/16/26 | OpenAI Audio API |@ncrispino| Support OpenAI audio API for audio understanding ([#960](https://github.com/massgen/MassGen/issues/960)) |
50
49
51
50
*All releases ship on MWF @ 9am PT when ready*
@@ -116,7 +115,7 @@ Want to contribute or collaborate on a specific track? Reach out to the track ow
Copy file name to clipboardExpand all lines: docs/announcements/current-release.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ After posting, update the social links below.
7
7
8
8
## Release Summary
9
9
10
-
We're excited to release MassGen v0.1.61 — Round Evaluator Paradigm! 🚀 New specialized subagent type that delegates evaluation to dedicated evaluator subagents for more thorough quality assessment. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
10
+
We're excited to release MassGen v0.1.61 — Round Evaluator Paradigm! 🚀 New specialized subagent type that automatically spawns evaluator subagents after each new answer to provide detailed feedback as input to the next round. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
11
11
12
12
## Install
13
13
@@ -29,7 +29,7 @@ Copy everything below this line, then append content from `feature-highlights.md
29
29
30
30
---
31
31
32
-
We're excited to release MassGen v0.1.61 — Round Evaluator Paradigm! 🚀 New specialized subagent type that delegates evaluation to dedicated evaluator subagents for more thorough quality assessment. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
32
+
We're excited to release MassGen v0.1.61 — Round Evaluator Paradigm! 🚀 New specialized subagent type that automatically spawns evaluator subagents after each new answer to provide detailed feedback as input to the next round. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
New specialized subagent type that automatically spawns evaluator subagents after each new answer to provide detailed feedback as input to the next round. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
4
+
5
+
## 🔄 Round Evaluator
6
+
7
+
- New `round_evaluator` subagent type — automatically spawns evaluator subagents after each new answer to provide detailed feedback as input to the next round
8
+
- Major orchestrator refactoring (+1,189 lines) to support the round evaluation workflow
9
+
- New `round_evaluator_example.yaml` config for easy adoption
10
+
11
+
## 📝 Evaluation & Prompts
12
+
13
+
- Improved evaluation prompts for clearer, more actionable feedback
14
+
- Task plan injection into evaluation workflow for context-aware assessment
15
+
- Simplified config handling for evaluation parameters
16
+
- SUBAGENT.md generality improvements for broader subagent compatibility
17
+
18
+
## 🔧 Fixes
19
+
20
+
- Session resumption fix for already-resumed logs
21
+
- Round evaluation prompt clarity enhancements
22
+
23
+
## 🚀 Try It
24
+
25
+
```bash
26
+
pip install massgen==0.1.61
27
+
uv run massgen --config @examples/features/round_evaluator_example.yaml "Create a website for an AI startup with polished visuals and interactive elements"
0 commit comments