activate
Find the most relevant nodes in a codebase graph by spreading activation from seed nodes. Uses Personalized PageRank with domain-tuned edge weights, returning ranked results by relevance score.
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. Returns ranked results by relevance score.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |