IdeaCredIdeaCred

Knowledge graph construction and reasoning library

What's novel

Knowledge graph construction and reasoning library

Code Analysis

9 files read · 4 rounds

A Kotlin/Spring library that extracts confidence-weighted propositions from text via LLM, resolves entities through escalating strategies, and projects the proposition store to multiple typed views (vector search, Neo4j graph, Prolog inference, agent memory) with a full lifecycle management system i

Strengths

Exceptionally well-architected with clean separation of concerns (pipeline doesn't persist, projectors compose rather than duplicate, SPI-based policy injection for trust/conflict/authority). The revision system's three-tier fast path (canonical text → vector similarity → LLM classification) with batch processing and optional cheaper LLM for classification shows genuine engineering sophistication. The dual-clock design (contentRevised vs metadataRevised) and idempotent evidence absorption are th

Weaknesses

The Prolog projection is relatively thin — it maps relationships to facts but the actual inference engine integration (tuProlog) and rule-based reasoning depth wasn't fully verifiable. The project is tightly coupled to the Embabel agent framework (provided-scope dependencies), making it less standalone. Some advanced features (dream loop, collector, consolidation passes) are marked experimental and their full implementation depth is uncertain.

Score Breakdown

Innovation
6 (25%)
Craft
81 (35%)
Traction
41 (15%)
Scope
86 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+2
Concept Novelty+2

Craft

Ci+5
Tests+8
Polish+0
Releases+0
Has License+5
Code Quality+26
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+5
Has Dependency Mgmt+5

Traction

Forks+12
Stars+20
Hn Points+0
Watchers+0
Early Traction+5
Devto Reactions+0
Community Contribs+4

Scope

Commits+8
Languages+8
Subsystems+5
Bloat Penalty+0
Completeness+7
Contributors+8
Authored Files+15
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

163

Contributors

5

Files

199

Active weeks

10

TestsCI/CDREADMELicenseContributing

Repository

Language

Kotlin

Stars

24

Forks

6

License

Apache-2.0