=== Reinvent AI Agent === Contributors: reinventwp Tags: ai agent, elevenlabs Requires at least: 5.0 Tested up to: 6.9 Stable tag: 1.0.1 Version: 1.0.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html AI Agent by Reinvent Labs - Bring AI Agent to WordPress, Help both admin and users on your website. == Description == Integrate AI Agent services into your WordPress. Currently we only support ElevenLabs Agent. **Service notice** This plugin integrates with the ElevenLabs Conversational AI API to provide chat functionality. Using it requires an ElevenLabs account and Agent ID. API usage is subject to your ElevenLabs plan. **Trademarks** This plugin is not affiliated with or endorsed by ElevenLabs. “ElevenLabs” is a trademark of its respective owner. == Frequently Asked Questions == = What is this plugin? = This plugin integrates AI Agent services into your WordPress website, helping both administrators and users interact with AI-powered assistants. = Which AI services are supported? = Currently, we support ElevenLabs AI Agent. More providers will be added in future updates. == Roadmap == We always improve our functionality while maintain lightweight. * **1.0.0 – March 2025** * Support ElevenLabs AI Agent * **1.0.1 - 1.1.x – Apr 2026** * MCP * **1.1.0 - 1.9.x – May 2026** * Support Integration with Retell AI * Some button on published post to Summarize Content With Chat GPT, Perplexity AI, Grok AI, Gemini AI * Any suggestion? [fill this form](https://reinventwp.com/feedback) == Installation == 1. Upload the plugin folder to `/wp-content/plugins/` or install via **Plugins → Add New**. 2. Activate the plugin. 3. Go to **Settings → Reinvent WP AI Agent**. 4. Enter your **API Key** and **Agent ID** 5. Save. The launcher should appear on the front end. == Source Code and Build Tools == This plugin includes compiled/minified JavaScript in `public/js`. The corresponding human-readable source code and build notes are included in this plugin under: `public/development/` (see `public/development/README.md`). To build the project from source, follow the instructions in `public/development/README.md`. In general, the build process compiles the source in `public/development/` into the distributable assets in `public/js`. == Licensing == All your plugin configurations, API secret keys, and audio files are stored in your own self-hosted WordPress. This makes it private and secure. This plugin does not offload JavaScript, CSS, or image assets to third-party CDNs. All frontend assets required by the plugin are included locally. **External services / API calls** This plugin connects to the following services to function: 1. ElevenLabs API (`https://api.elevenlabs.io` and regional residency variants) for Conversational AI functionality. An ElevenLabs account and Agent ID are required. 2. ReinventWP services (`https://services.reinventwp.com`) when you open the plugin settings page in WP Admin to check the plan/subscription status. Our server is live at `https://services.reinventwp.com`, and it is used for: - Subscription authentication (via Freemius) **Data sent to our API:** - Freemius user info (email, website URL, license, plan) [Terms of Service](https://reinventwp.com/terms-and-conditions) | [Privacy Policy](https://reinventwp.com/privacy) == Changelog == = 1.0.1 = * MCP = 1.0.0 = * Initial release