memory_compile_context
Compile relevant memories into a token-budgeted, markdown-formatted system prompt with important and recent sections for LLM context.
Instructions
Compile memories into an LLM-ready system prompt (markdown formatted, token-budgeted, split into important and recent sections).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorId | No | Actor ID. Defaults to the current session actor. | |
| maxTokens | No | Maximum tokens for the compiled context. Default: 2000. | |
| memoryTypes | No | Filter by memory types |