UNPKG

@aaswe/codebase-ai

Version:

AI-Assisted Software Engineering (AASWE) - Rich codebase context for IDE LLMs

10 lines 572 B
/** * SPARQL Query Engine Module * * Natural language to SPARQL translation with intelligent query generation, * optimization, and execution capabilities for RDF knowledge queries. */ export { SPARQLQueryEngine } from './SPARQLQueryEngine'; export * from './types'; export type { SPARQLEngineConfig, SPARQLQueryResponse, SPARQLQueryIntent, ParsedSPARQLQuery, GeneratedSPARQLQuery, SPARQLExecutionResult, SPARQLEntity, SPARQLTriplePattern, SPARQLFilter, SPARQLError, SPARQLMetrics, SPARQLQueryPattern, OntologyInfo } from './types'; //# sourceMappingURL=index.d.ts.map