retrieve_context
Pull approved team memories around a topic at session start, inheriting what teammates already learned instead of rediscovering it.
Instructions
Retrieve a bounded neighborhood of this team's reviewed, approved
memory around a topic. Call this once at the start of a session,
before starting work, so you inherit what teammates already learned
instead of rediscovering it. anchor is the topic/title to search
around (e.g. "Postgres connection pool exhaustion"); hops bounds how
far the traversal spreads from it (default 2); hub_cutoff stops
traversal through overly-connected "hub" nodes so one popular node
doesn't pull in the whole graph. Returns a neighborhood list of
memory nodes plus approx_tokens, what folding them into context
would actually cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hops | No | ||
| anchor | Yes | ||
| hub_cutoff | No |