PHPackages                             superinstance/equipment-consensus-engine - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. superinstance/equipment-consensus-engine

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

superinstance/equipment-consensus-engine
========================================

Multi-agent deliberation equipment with Pathos/Logos/Ethos weighting for consensus building

10PHP

Since May 4Pushed 1mo agoCompare

[ Source](https://github.com/SuperInstance/Equipment-Consensus-Engine-PHP)[ Packagist](https://packagist.org/packages/superinstance/equipment-consensus-engine)[ RSS](/packages/superinstance-equipment-consensus-engine/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Equipment-Consensus-Engine (PHP)
================================

[](#equipment-consensus-engine-php)

Multi-agent deliberation with Pathos/Logos/Ethos weighting for consensus building.

**Ported from TypeScript** — full fidelity mechanical port preserving all original behavior.

Installation
------------

[](#installation)

```
composer require superinstance/equipment-consensus-engine
```

Or with a private repository:

```
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/SuperInstance/Equipment-Consensus-Engine-PHP"
        }
    ],
    "require": {
        "superinstance/equipment-consensus-engine": "^1.0.0"
    }
}
```

Quick Start
-----------

[](#quick-start)

```
