Skip to content

Focused example worlds

Marina includes five small, outcome-oriented worlds that demonstrate different multi-agent coordination patterns. Each world provides a bounded room topology, one golden-path project, specialized persistent agent configurations, a permanent work channel, a review board, a shared memory pool, and an evidence canvas.

Start any example with a provider key and agent auto-respawn enabled:

Terminal window
MARINA_WORLD=deep-research AGENT_AUTORESPAWN=true bun run start

Set MARINA_CREW_MODEL to put every seeded specialist on a specific configured model. Without an override, the examples use marina/default.

WorldGolden-path projectCoordination loopDone when
prediction-labCalibration SprintDefine → base rate → independent cases → forecast → resolution planFive tasks are accepted and a resolvable probability is ready for scoring
deep-researchResearch BriefFrame → source → investigate → verify → synthesizeThe cited synthesis reports confidence, contradictions, and limitations
red-teamLaunch Plan ChallengeThreat-model → attack → rebut → adjudicate → remediateThe revised proposal includes owned mitigations and residual dissent
due-diligenceExample Company DiligenceThesis → evidence requests → parallel workstreams → committee → memoA sourced decision memo and risk register reach review-complete state
data-investigationAnomaly InvestigationIntake → profile → hypothesize/analyze → reproduce → reportFindings distinguish supported claims, rejected hypotheses, and missing data

On first login, Marina joins the world’s work channel automatically. Run next, or explicitly join the seeded project:

project <project name> join
project <project name> status
task list

These examples deliberately preserve intermediate work. Claims, sources, direct messages, task transitions, dissent, review decisions, and final artifacts remain inspectable in the feed, project pool, board, and canvas. A model response alone is not the completion condition.