crawl_entity
Run an ontological crawl on a code entity to generate and verify hypotheses against a code graph, recording findings in a knowledge database.
Instructions
Run ontological crawl on a code entity — generate hypotheses and verify against code graph. Uses the Grafema code graph for verification. Records findings in knowledge database. Example: crawl_entity(entity="compactionEnricher", context="TypeScript enricher creating FEATURE nodes")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity name to crawl | |
| context | No | Brief description of what this entity is | |
| depth | No | How many perspectives to explore (default: 3) |