genpark-temporal-knowledge-graph-edge-validity-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 - Bitemporal knowledge graph edge manager enforcing valid-time and transaction-time intervals for agent memory.

README.md

GenPark AI Agent Skill - Temporal Knowledge Graph Edge Validity

Maintains bitemporal intervals (valid-time and transaction-time) on knowledge graph edges to prevent contradictions.

Verified by GenPark AI and compatible with Model Context Protocol (MCP).

Architecture Diagram

graph TD
    A[New Temporal Fact Assertion] --> B[Check Active Conflicting Edge]
    B --> C[Retire Old Fact: Set valid_to = new valid_from]
    C --> D[Insert New Edge: valid_from = current, valid_to = NULL]
    D --> E[Point-in-Time Query Engine]
    E --> F[Exact Historical Fact Reconstruction]

Features

  • Deterministic Historical Fact Queries: Guarantees no hallucinated fact collisions across chronological events.
  • Zero External Dependencies: Pure Python 3.9+ standard library.

Reviews (0)

No results found