/** * Lemma Embedded Mode — standalone entry point * Import this directly to use only the semantic cache * without the full agent orchestration stack. * * @example * import { Lemma } from 'lemma/embed'; */ export { Lemma, LemmaConfig, CacheResult, LemmaMetrics } from './embed/index'; export { default } from './embed/index'; //# sourceMappingURL=embed.d.ts.map