get_context_pack
Assemble a token-bounded bundle for one entity, several entities, or a plain-language question, with focal code and dependency routes, replacing multiple source and traversal reads.
Instructions
Assemble a token-bounded bundle from one entity, several entities, or a plain-language question: focal bodies plus dependency signatures and connecting routes. Call it instead of several get_entity_source and traversal reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Dependency traversal depth | |
| entities | No | Several focal entity names or UUIDs when the question is about how they connect. | |
| question | No | A plain-language question resolved to one or more focal entities before packing. | |
| entity_id | No | Focal entity UUID | |
| max_chars | No | Serialized characters this response may occupy; what was cut is named in `elisions`. | |
| token_budget | No | Token budget (8000, 16000, or 32000) |