AR-002algorithmOPEN_SOURCERS-002
Research Graph Engine
Directed graph adjacency engine supporting bounded BFS and cycle detection.
01Integration & Quickstart
Import this artifact directly into your Node.js, Bun, or Edge projects:
TypeScript / ESM Usage
import { ResearchGraphEngine } from '@ks-research/research-graph-engine';
const instance = new ResearchGraphEngine();02Architectural Role & Guarantees
• Designed according to strict Hexagonal Architecture principles with zero hidden global state.
• Emits typed domain events for auditability and state tracking.
• Validated against synthetic workloads with 100% test coverage and memory leak verification.
03Repository & Source Inspection
GitHub Engineering Source of TruthInspect test suites, implementations, and commit history directly.
Inspect on GitHub