JeevesTools

Canonical Jeeves tool list used by AI tool definitions and player-facing toggle UIs.

All tools default to enabled unless a specific Jeeves companion toggles them off.

Types

Link copied to clipboard
data class ToolSpec(val key: String, val label: String)

Tool metadata for menus and runtime checks.

Functions

Link copied to clipboard

Returns all available tool specs.

Link copied to clipboard
fun isKnown(name: String): Boolean

Returns true when name is a known Jeeves tool key.

Link copied to clipboard
fun labelFor(name: String): String

Returns menu label for name, or the key itself when unknown.