foyzulkarim/hikma-engine
A TypeScript-based code knowledge graph indexer that transforms Git repositories into searchable knowledge stores for AI agents. Creates interconnected representations of codebases through AST parsing and vector embeddings.
Supports pluggable embedding and LLM providers (Python bridge, OpenAI, Ollama, LM Studio) with intelligent fallbacks and stores indexed graphs in SQLite with vector search via sqlite-vec extension. The explicit CLI-first design eliminates configuration files—all settings pass through command flags, making it NPX-friendly and CI/CD-scriptable while maintaining per-project database isolation.
Available on npm.
Stars
9
Forks
1
Language
TypeScript
License
MIT
Category
Last pushed
Jan 06, 2026
Monthly downloads
3
Commits (30d)
0
Dependencies
23
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/foyzulkarim/hikma-engine"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xynehq/xyne
AI-first Search & Answer Engine for work. Open-source alternative to Glean.
felladrin/MiniSearch
Minimalist web-searching platform with an AI assistant that runs directly from your browser....
403errors/repomind
An open-source, AI-powered application using Agentic CAG to chat with any public GitHub...
felladrin/awesome-ai-web-search
List of software that allows searching the web with the assistance of AI:...
al1-nasir/codegraph-cli
AI-powered code intelligence CLI with multi-agent analysis, impact graphs, and conversational coding.