genpark-vector-clock-causality-tracker-skill

mcp
Guvenlik Denetimi
Uyari
Health Uyari
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Gecti
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

GenPark AI Agent Skill - Vector clock and Lamport logical timestamp engine tracking causal dependencies and detecting concurrent race conditions across asynchronous agents.

README.md

GenPark Vector Clock Causality Tracker Skill

Vector clock and partial-order causal event tracking engine for distributed autonomous agents.

Explore more agentic technologies at GenPark and the GenPark MCP Catalog.

sequenceDiagram
    participant A as Agent A
    participant B as Agent B

    Note over A: Event A1 (A:1)
    Note over B: Event B1 (B:1)
    Note over A,B: A1 and B1 are CONCURRENT (||)

    A->>B: Msg with Clock (A:2)
    Note over B: Recv: max(B, A) + 1 -> (A:2, B:2)
    Note over A,B: A2 HAPPENED_BEFORE B2 (->)

Features

  • Complete vector clock causality engine with partial order detection (->, ||, ==).
  • Zero external dependencies.
  • Handles arbitrary number of asynchronous agents.

Yorumlar (0)

Sonuc bulunamadi