Autobot::CLI::Doctor
Constants
BUILTIN_TOOLS = ["read_file", "write_file", "edit_file", "list_dir", "exec", "web_search", "web_fetch", "message", "spawn", "cron", "generate_image"] of ::String
INDICATORS = {Status::Pass => "✓", Status::Fail => "✗", Status::Warn => "!", Status::Skip => "—"}
PLUGIN_TOOLS = ["sqlite", "github", "get_weather", "get_recent_chat_log", "text_to_speech", "get_system_info"] of ::String
SECURE_FILE_PERMISSIONS = 384
Class methods
check_image_generation(config : Config::Config) : Nil
Sourcecheck_plugins(config : Config::Config) : Nil
Sourcecheck_unknown_tools(config : Config::Config, allowlist : Tools::Allowlist, warnings : Int32) : Int32
Sourcecheck_web_search(config : Config::Config) : Nil
Sourcecheck_workspace(config : Config::Config, config_file : Path, errors : Int32, warnings : Int32) : Tuple(Int32, Int32)
Sourceio
Source