Maintenance
MemoGrafterCrawler
Create a graph-maintenance crawler.
What it does
Create a graph-maintenance crawler.
The crawler coordinates supported lifecycle work and returns aggregate reporting without exposing its internal persistence passes.
Signature
TypeScript
new MemoGrafterCrawler(config?: CrawlerConfig): MemoGrafterCrawlerParameters
config? (CrawlerConfig) — Provider, storage, and memory behavior used by the new instance.Example
example.ts
const crawler = new MemoGrafterCrawler({ store: memo.store });