context_assemble
Assemble replay logs and ranked retrieval into a prompt-ready context bundle with citations and trust verification.
Instructions
Assemble replay plus ranked retrieval into a prompt-ready context bundle. memory_checkout, the front door, wraps this assembly with current facts, citations, and a trust contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| session_id | No | ||
| replay_from_seq | No | ||
| limit | No | ||
| max_recent_events | No | ||
| max_tokens | No | Optional prompt token budget; sections are greedily packed and elisions are reported in the budget payload. |