hikma-engine
Version:
Code Knowledge Graph Indexer - A sophisticated TypeScript-based indexer that transforms Git repositories into multi-dimensional knowledge stores for AI agents
8 lines (7 loc) • 363 B
JavaScript
/**
* @file Defines the core data structures for nodes and edges in the InsightEngine knowledge graph.
* This includes various node types representing code elements, Git history, and other metadata,
* as well as edge types defining relationships between these nodes.
*/
Object.defineProperty(exports, "__esModule", { value: true });
;