iiRecord
Agentic AI Atlas · consensus-mechanisms
lib-skill:shared--consensus-mechanismsa5c.ai
II.
LibrarySkill JSON

lib-skill:shared--consensus-mechanisms

Structured · live

consensus-mechanisms json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:shared--consensus-mechanisms",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "consensus-mechanisms",
    "description": "Multi-protocol consensus for agent swarms supporting Raft leader election, Byzantine fault tolerance, Gossip state propagation, and CRDT conflict-free merging.",
    "libraryPath": "library/methodologies/ruflo/skills/consensus-mechanisms/SKILL.md",
    "contentSummary": "- Byzantine fault tolerance is required (untrusted or unreliable agents)\n- State synchronization across distributed agent swarms\n- Conflict-free data merging in concurrent operations\n\n## Protocols\n\n| Protocol | Use Case | Fault Tolerance | Complexity |\n|----------|----------|-----------------"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--consensus-mechanisms",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--consensus-mechanisms",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--consensus-mechanisms",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--consensus-mechanisms",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--consensus-mechanisms",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--consensus-mechanisms",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--consensus-mechanisms",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}