Skip to documentation
Docs navigation
Docs/MemoGrafterCrawler
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): MemoGrafterCrawler

Parameters

config? (CrawlerConfig) — Provider, storage, and memory behavior used by the new instance.

Example

example.ts
const crawler = new MemoGrafterCrawler({ store: memo.store });