Query Context
query_contextRetrieve neighborhood navigation for a graph node to build agent work context. Returns type, layer, status, and skill hints; load details via path pointers from git or docs.
Instructions
图导航:查询节点的邻域导航信息,用于 Agent 诞生后构建工作上下文。
何时必须调用:
接到任何涉及已有节点(数据结构/模块/需求)的任务时,第一步调用
收到 Hook 任务通知、需要了解变更节点的宏观环境时
何时不需要:
已经持有该节点邻域信息的连续会话中(避免重复调用)
参数:
node_id: 图节点 id
返回: {id, type, layer, name, summary, path, status, skill_hint, neighborhood} 返回的是导航信息而非内容本身——按 path 指针从源头(git/文档/schema)加载细节。 skill_hint 是处理建议,实际路由由 harness 的 skill_routes.yaml 决定。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||