Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rtm_create_narrative_tree | Create a Random Tree Model encoding of a narrative text |
| rtm_generate_ensemble | Generate a statistical ensemble of Random Trees to model population-level recall |
| rtm_traverse_narrative | Traverse a narrative tree at different depths to get summaries at varying abstraction levels |
| rtm_find_optimal_depth | Find the optimal traversal depth to achieve a target recall length |