{"slug":"ai-engine","name":"AI Engine – The Chatbot, AI Framework & MCP for WordPress","description":"AI meets WordPress. Your site can now chat, write poetry, solve problems, and maybe make you coffee.","author":"Jordy Meow","active_installs":100000,"version":"3.4.6","wp_org_url":"https://wordpress.org/plugins/ai-engine/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"mwai_chats","full_table_name":"wp_mwai_chats","description":"Stores mwai chats data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"mwai_filemeta","full_table_name":"wp_mwai_filemeta","description":"Stores mwai filemeta data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"mwai_files","full_table_name":"wp_mwai_files","description":"Stores mwai files data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"mwai_logmeta","full_table_name":"wp_mwai_logmeta","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"mwai_logs","full_table_name":"wp_mwai_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"mwai_tasklogs","full_table_name":"wp_mwai_tasklogs","description":"Stores mwai tasklogs data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_mwai_tasklogs` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `task_id` bigint unsigned NOT NULL,\\n  `started` datetime NOT NULL,\\n  `ended` datetime DEFAULT NULL,\\n  `status` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `message` text COLLATE utf8mb4_unicode_520_ci,\\n  `time_taken` float DEFAULT NULL,\\n  `memory_peak` bigint DEFAULT NULL,\\n  `step` int DEFAULT NULL,\\n  `created` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `task_id_started` (`task_id`,`started`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"mwai_tasks","full_table_name":"wp_mwai_tasks","description":"Stores mwai tasks data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_mwai_tasks` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `task_name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `description` text COLLATE utf8mb4_unicode_520_ci,\\n  `category` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'general',\\n  `schedule` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `status` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'pending',\\n  `next_run` datetime DEFAULT NULL,\\n  `last_run` datetime DEFAULT NULL,\\n  `expires_at` datetime DEFAULT NULL,\\n  `step` int NOT NULL DEFAULT '0',\\n  `step_name` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `step_data` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `data` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `meta` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `error_count` int NOT NULL DEFAULT '0',\\n  `max_retries` int NOT NULL DEFAULT '3',\\n  `created` datetime NOT NULL,\\n  `updated` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `task_name` (`task_name`),\\n  KEY `status_next` (`status`,`next_run`),\\n  KEY `category` (`category`),\\n  KEY `expires` (`expires_at`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"mwai_vectors","full_table_name":"wp_mwai_vectors","description":"Stores mwai vectors data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":8}