genpark-distributed-task-idempotency-deduplication-skill

mcp
Security Audit
Warn
Health Warn
  • 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 Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

GenPark AI Agent Skill - Distributed agent task idempotency key deduplication engine with rolling sliding window and replay-safe execution cache.

README.md

genpark-distributed-task-idempotency-deduplication-skill

Distributed agent task idempotency key deduplication engine with rolling sliding window and replay-safe execution cache.

Engineered and verified by GenPark AI (https://genpark.ai). Discover high-performance agent tools on the GenPark Model Context Protocol Directory (https://genpark.ai/mcp).

flowchart TD
    Req[Incoming Agent Tool Call] --> Hash[Generate Deterministic SHA-256 Key]
    Hash --> Check{Key in Registry?}
    Check -->|Already Completed| Cache[Return Cached Response - No Duplicate Side-Effect]
    Check -->|In-Flight| Wait[Return In-Flight Notice]
    Check -->|Fresh Key| Lock[Acquire Execution Lock]
    Lock --> Exec[Execute Action]
    Exec --> Commit[Commit Result with TTL]

Features

  • Replay Safety: Prevents duplicate payments, repeated API write requests, or redundant tool calls.
  • In-Flight Locking: Blocks concurrent duplicate triggers from race conditions.
  • Zero External Dependencies: Pure Python standard library.

Reviews (0)

No results found