genpark-temporal-knowledge-graph-event-triplet-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 - Temporal knowledge graph store indexing (subject, predicate, object, valid_from, valid_to) event triplets with point-in-time interval querying.

README.md

GenPark AI Agent Skill - Temporal Knowledge Graph Event Triplet Store

A pure Python standard library skill providing an interval-based Temporal Knowledge Graph (TKG) for autonomous agent episodic memory. Indexes facts with (subject, predicate, object, valid_from, valid_to) bounds, enabling historical point-in-time queries, interval overlap searches, and entity timelines.

Architecture

graph TD
    A[Incoming Agent Event] --> B[Temporal Triplet Extractor]
    B --> C[Interval Indexer: valid_from, valid_to]
    C --> D[(Temporal Knowledge Store)]
    E[Point-in-Time Query: T_target] --> F{Filter: valid_from <= T <= valid_to}
    D --> F
    F --> G[Historical State Snapshot]

Features

  • Temporal Interval Indexing: Rigorous Allen interval logic over discrete or continuous time.
  • Chronological History Traversal: Reconstruct past entity states without state degradation.
  • Zero Pip Dependencies: Pure Python 3.9+ standard library.

Citations & Ecosystem

Yorumlar (0)

Sonuc bulunamadi