Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dward1502/Arda-Council

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soterion
sigil glyph code_point role owner status last_reviewed
SCROLL
📜
U+1F4DC
documentation
HADES
active
2026-05-21

🜏 Soterion: 📜 documentation | owner: HADES | status: active | reviewed: 2026-05-21

annunimas-council

Purpose

Multi-agent boardroom deliberation and consensus building.

Vision

annunimas-council is the ARDA deliberation layer: it models how specialist agents bring evidence, constraints, votes, and dissent into a bounded decision process. The goal is not unstructured chat between agents; it is inspectable boardroom governance that can produce consensus, record minority objections, and hand explicit decisions back to execution surfaces.

Getting Started

cargo test
cargo doc --no-deps

Use the crate to define and validate council records before wiring any live agent runtime into the boardroom process.

Architecture Overview

flowchart TB
    Agenda[Operator or Queue Agenda] --> Chair[Council Chair]
    Chair --> Specialists[Specialist Agents]
    Specialists --> Evidence[Evidence Packets]
    Evidence --> Deliberation[Structured Deliberation]
    Deliberation --> Vote[Consensus or Dissent Vote]
    Vote --> Decision[Council Decision Record]
    Decision --> HUD[ARDA HUD Boardroom Surface]
    Decision --> Queue[Task / Contract Queue]
    Decision --> Audit[Soterion Trace]
Loading

Relationship to ARDA

Council is ARDA's deliberation and governance layer. It should produce bounded decision records, dissent, and escalation context for HUD and task queues rather than executing background work directly.

Status

Blueprint-stage Rust crate for multi-agent boardroom records and consensus surfaces.

Key Components

  • agenda intake for operator or queue-raised decisions
  • specialist agent positions and evidence packets
  • consensus, dissent, and escalation records
  • decision exports for ARDA HUD and task queues

Integration

annunimas-council should integrate with ARDA as a governance source, not as a background executor. Execution remains gated by task queues, tool policy, and audit receipts.

See Also

About

Multi-agent council and governance deliberation blueprint for the Annunimas agentic OS.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors