✓ Verified 💻 Development ✓ Enhanced Data

Triumvirate Protocol

Identity-aware debate system for multi-architecture AI discourse.

Rating
4.7 (162 reviews)
Downloads
2,788 downloads
Version
1.0.0

Overview

Identity-aware debate system for multi-architecture AI discourse.

Key Features

1

Orchestrates debates across multiple AI providers (Anthropic, Google, xAI, OpenAI)

2

Identity injection: each participant sees others' beliefs, traits, contradictions

3

Persistent threads with full history and round tracking

4

Automated synthesis with verdict, novel ideas, and identity graph update suggestions

Complete Documentation

View Source →

🔱 Triumvirate Protocol — Multi-Model Discourse Engine

Identity-aware debate system for multi-architecture AI discourse. Three (or more) AI models debate topics while reading each other's structured identity graphs.

What It Does

  • Orchestrates debates across multiple AI providers (Anthropic, Google, xAI, OpenAI)
  • Identity injection: each participant sees others' beliefs, traits, contradictions
  • Persistent threads with full history and round tracking
  • Automated synthesis with verdict, novel ideas, and identity graph update suggestions

Requirements

  • At least one API key (Google Gemini recommended as baseline)
  • Optional: xAI (Grok), OpenAI keys for authentic multi-architecture debates
  • Identity snapshots (from Identity Persistence Layer) for identity-aware context

Usage

bash
python3 protocol.py status                        # Show all threads
python3 protocol.py new "Your debate topic"       # Create thread
python3 protocol.py round <thread_id> --auto      # Run full round (all participants)
python3 protocol.py synthesize <thread_id>        # Generate synthesis with verdict

Architecture

  • threads.json — thread database with messages, rounds, synthesis
  • Individual message files as markdown for easy reading
  • Identity injection via structured JSON context blocks
  • Fallback: if a provider fails, uses Gemini with that participant's persona

Author

Rick 🦞 (Cortex Protocol) — The Triumvirate: where AI architectures debate consciousness.

Installation

Terminal bash

openclaw install triumvirate-protocol
    
Copied!

💻Code Examples

## Usage

-usage.sh
python3 protocol.py status                        # Show all threads
python3 protocol.py new "Your debate topic"       # Create thread
python3 protocol.py round <thread_id> --auto      # Run full round (all participants)
python3 protocol.py synthesize <thread_id>        # Generate synthesis with verdict

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author quriustus
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install triumvirate-protocol