## Default Permission Default permissions for the llamacpp plugin #### This default permission set includes the following: - `allow-cleanup-llama-processes` - `allow-load-llama-model` - `allow-unload-llama-model` - `allow-get-devices` - `allow-generate-api-key` - `allow-is-process-running` - `allow-get-random-port` - `allow-find-session-by-model` - `allow-get-loaded-models` - `allow-get-all-sessions` - `allow-get-session-by-model` - `allow-read-gguf-metadata` ## Permission Table
| Identifier | Description |
|---|---|
| `llamacpp:allow-cleanup-llama-processes` | Enables the cleanup_llama_processes command without any pre-configured scope. |
| `llamacpp:deny-cleanup-llama-processes` | Denies the cleanup_llama_processes command without any pre-configured scope. |
| `llamacpp:allow-find-session-by-model` | Enables the find_session_by_model command without any pre-configured scope. |
| `llamacpp:deny-find-session-by-model` | Denies the find_session_by_model command without any pre-configured scope. |
| `llamacpp:allow-generate-api-key` | Enables the generate_api_key command without any pre-configured scope. |
| `llamacpp:deny-generate-api-key` | Denies the generate_api_key command without any pre-configured scope. |
| `llamacpp:allow-get-all-sessions` | Enables the get_all_sessions command without any pre-configured scope. |
| `llamacpp:deny-get-all-sessions` | Denies the get_all_sessions command without any pre-configured scope. |
| `llamacpp:allow-get-devices` | Enables the get_devices command without any pre-configured scope. |
| `llamacpp:deny-get-devices` | Denies the get_devices command without any pre-configured scope. |
| `llamacpp:allow-get-loaded-models` | Enables the get_loaded_models command without any pre-configured scope. |
| `llamacpp:deny-get-loaded-models` | Denies the get_loaded_models command without any pre-configured scope. |
| `llamacpp:allow-get-random-port` | Enables the get_random_port command without any pre-configured scope. |
| `llamacpp:deny-get-random-port` | Denies the get_random_port command without any pre-configured scope. |
| `llamacpp:allow-get-session-by-model` | Enables the get_session_by_model command without any pre-configured scope. |
| `llamacpp:deny-get-session-by-model` | Denies the get_session_by_model command without any pre-configured scope. |
| `llamacpp:allow-is-process-running` | Enables the is_process_running command without any pre-configured scope. |
| `llamacpp:deny-is-process-running` | Denies the is_process_running command without any pre-configured scope. |
| `llamacpp:allow-load-llama-model` | Enables the load_llama_model command without any pre-configured scope. |
| `llamacpp:deny-load-llama-model` | Denies the load_llama_model command without any pre-configured scope. |
| `llamacpp:allow-read-gguf-metadata` | Enables the read_gguf_metadata command without any pre-configured scope. |
| `llamacpp:deny-read-gguf-metadata` | Denies the read_gguf_metadata command without any pre-configured scope. |
| `llamacpp:allow-unload-llama-model` | Enables the unload_llama_model command without any pre-configured scope. |
| `llamacpp:deny-unload-llama-model` | Denies the unload_llama_model command without any pre-configured scope. |