synthesize_collaborative_context
Traverses the knowledge graph from a seed entity to merge high-salience neighbors, providing collaborative context for agents working on related tasks.
Instructions
Synthesize context by traversing the graph neighbourhood from a seed entity and merging high-salience neighbors across agents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Maximum BFS depth to traverse from seed (default: 2) | |
| queryText | No | Optional query text for salience context scoring | |
| currentTask | No | Optional current task identifier for salience context | |
| maxNeighbors | No | Maximum number of neighbor entities to include (default: 20) | |
| seedEntityName | Yes | Name of the entity to start traversal from | |
| minNeighborSalience | No | Minimum salience score for a neighbor to be included (default: 0.3) |