Show HN: MALLM – A Multi-Agent Framework for Task Solving
3 jpwahle 0 7/3/2025, 6:59:50 AM github.com ↗
We built MALLM because existing multi-agent-debate (MAD) toolkits often do not give full control of all parts of a multi-agent discussion. MALLM lets you mix and match every moving part:
1. Personas (expert / personality / …)
2. Response generators (critical / reasoning styles / …)
3. Discussion paradigms (memory / relay / …)
4. Decision protocols (voting / consensus / …)
We got 144+ configurations out of the box, all defined in one YAML file. Need more? Sub-class and drop your own component in.
You can also use any text-based HuggingFace dataset (we’ve tested on MMLU-Pro, WinoGrande, …); we have built-in evaluation pipelines so you can A/B test strategies without writing extra scripts, and it is easily customizable (pure Python) and Apache 2.0-licensed.
No comments yet