Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOAKLLM_LOG_DIR | No | Audit log directory | ./cloakllm_audit |
| CLOAKLLM_LLM_MODEL | No | Ollama model for LLM detection | llama3.2 |
| CLOAKLLM_OLLAMA_URL | No | Ollama endpoint | http://localhost:11434 |
| CLOAKLLM_SPACY_MODEL | No | spaCy model for NER | en_core_web_sm |
| CLOAKLLM_AUDIT_ENABLED | No | Enable/disable audit logging | true |
| CLOAKLLM_LLM_DETECTION | No | Enable LLM-based detection | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |