UNPKG

@aaswe/codebase-ai

Version:

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

10 lines 359 B
/** * In-Memory RDF Store - Index * * Exports all components of the In-Memory RDF Store system * for high-performance RDF storage optimized for LLM queries and MCP context. */ export { default as InMemoryRDFStore } from './InMemoryRDFStore'; export * from './types'; export { defaultInMemoryRDFConfig } from './types'; //# sourceMappingURL=index.d.ts.map