The baseline scenario reproduces section 3.9.1 of Delli Gatti et al. (2011) with default parameters.

Eight panels: Real GDP, unemployment rate, inflation, productivity vs real wage, Phillips curve, Okun curve, Beveridge curve, and firm size distribution.
Run this yourself:
import bamengine as bam
sim = bam.Simulation.init()
results = sim.run(n_periods=1000, show=True)See the full example.