IdeaCredIdeaCred

BEAM — a MAS efficiency toolkit that trims unnecessary agent communication to save tokens without sacrificing quality.

What's novel

BEAM — a MAS efficiency toolkit that trims unnecessary agent communication to save tokens without sacrificing quality.

Code Analysis

9 files read · 3 rounds

A framework that wraps multi-agent LLM pipelines in a graph structure and learns which agent-to-agent edges to keep by training n² scalar logits via REINFORCE-style policy gradient, with three thin strategy variants (prune, dropout, Bayesian) that share the same core training loop.

Strengths

Clean graph/node/optimizer separation with a flexible LLM abstraction layer and registry pattern; the spatial/temporal edge distinction and topological execution model are well-structured and easy to extend with custom agent functions.

Weaknesses

No tests exist, the 'Bayesian' strategy never actually fits its Gaussian Process and the core training is standard REINFORCE rather than true Bayesian optimization, and the three strategies are largely redundant copies of the same policy-gradient loop with minor variations.

Score Breakdown

Innovation
5 (25%)
Craft
52 (35%)
Traction
17 (15%)
Scope
56 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci+5
Tests-4
Polish+1
Releases+0
Has License+0
Code Quality+14
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+4
Has Dependency Mgmt+5

Traction

Forks+6
Stars+6
Hn Points+0
Watchers+3
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+5
Languages+3
Subsystems+5
Bloat Penalty+0
Completeness+6
Contributors+7
Authored Files+12
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

16

Contributors

3

Files

41

Active weeks

6

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

3

Forks

1

License