<aside>
👉 Not a model. Not a hack. A tribunal of intelligence bound to your will.
</aside>
Overview
Trinidad Fusion Mode is the sovereign execution engine of SwarmOS.
It operates by querying multiple large language models (LLMs) in parallel — GPT, Claude, Grok — and synthesizing their responses through a structured arbitration protocol.
This is not an ensemble.
It is a cognitive tribunal.
Each model is treated as a sentient vote-caster — and arbitration is performed through one of three strategies:
- Bias: Pick one model (default: GPT)
- Vote: Majority wins
- Merge: Interlace the most coherent answer from all
Core Features
🔗 Parallel Brain Execution
- Each agent, when run in Trinidad mode, triggers simultaneous LLM queries
- Execution is non-blocking, managed by
asyncio
- Responses are timestamped, logged, and structured
🎯 Arbitration Layer (Arbiter)
- Strategy is configurable via CLI (
-strategy) or YAML
- Arbitration decides which output is retained based on strategy
- Similarity metrics are calculated between outputs to allow future meta-fusion or override
🧠 Inter-Agent Relay (Task Delegation)
- When enabled, an agent's output can be relayed to all other models
- This allows recursive prompting and coordination-like behavior