Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (DEBUG, INFO, WARN, ERROR) | |
COGNITIVE_TIMEOUT_MS | No | Processing timeout in milliseconds | |
COGNITIVE_TEMPERATURE | No | Stochastic processing temperature (0-2) | |
COGNITIVE_DEFAULT_MODE | No | Default processing mode (balanced, intuitive, deliberative, creative, analytical) | balanced |
COGNITIVE_ENABLE_EMOTION | No | Enable emotional processing (true/false) | |
COGNITIVE_ENABLE_METACOGNITION | No | Enable metacognitive monitoring (true/false) | |
COGNITIVE_WORKING_MEMORY_CAPACITY | No | Working memory capacity (1-20) |
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 |
---|---|
No tools |