Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more codebases
/// Builds AI-ready context from the code graph.
pubmodbuilder;/// Formats task context as Markdown or JSON.
pubmodformatter;/// Re-ranking of search candidates using structural signals.
pubmodranking;pubusebuilder::{extract_symbols_from_query, ContextBuilder};pubuseformatter::{format_context_as_json, format_context_as_markdown};