activate
Spreads activation from seed nodes to find the most relevant code entities. Applies domain-tuned edge weights for repair, review, or onboarding tasks.
Instructions
Spreading activation from seed nodes — finds the most relevant nodes in the graph relative to your seeds. Uses Personalized PageRank with domain-tuned edge weights. profile retunes the weights for a task (repair/review/onboard). mode=prose returns the ranked subgraph as primed prose instead of a score table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seeds | Yes | Comma-separated node names or qname patterns to seed activation from. | |
| top_k | No | Number of top results to return. Default 20. | |
| profile | No | Edge-weight preset: 'default', 'repair' (up-weights call/data), 'review', or 'onboard' (up-weights entry/module). | default |
| mode | No | 'table' (ranked list) or 'prose' (primed prose for LLM context). | table |
| budget | No | Max chars in the result. 0 = no cap. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |