Agent-based dashboard: how a deepfake spreads through a school network, and where a limited education budget actually helps. Illustrative, not validated.
rng.go is a construction point, not an abstraction wall; components take *rand.Rand directly (idiomatic Go dependency injection) and only RunScenario creates streams, from config seeds. Decided 2026-06-10 over the alternatives (interface wall, folding newRand into scenario.go). |
||
|---|---|---|
| cmd/spreadlab | ||
| internal/engine | ||
| web | ||
| .gitignore | ||
| generate.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
| tygo.yaml | ||
spreadlab
Self-hosted dashboard that runs an agent-based deepfake-spread model live: change the levers, watch the spread, and (later) search for the best intervention under a budget. Output is illustrative, not validated.
Status: milestone 1, porting the simulation engine.
Layout:
internal/engine/- the pure simulation engine (no web dependencies)cmd/spreadlab/- the server binary (milestone 2)web/- Vue 3 + TypeScript frontend (milestone 2+)
MIT licensed.