Angie – Agentic AI
Angie: Agentic AI Generate full Elementor pages, widgets and code snippets for WordPress, save your work to the cloud, and run your full WordPress stack through conversation. No code or setup required. Disclaimer: While functionality within WordPress Core and the Elementor Editor is stable, some integrations with third-party tools are still evolving. We’re continuously refining and expanding Angie’s capabilities. Please ensure to back up your site before use. Angie is an AI agent built natively into WordPress. It understands your site’s architecture, installed plugins, Elementor setup, and data, and takes real action on your behalf. From writing production-ready code to managing content and executing site-wide workflows, Angie works inside the environment you already use. Describe what you need, and watch Angie build production-ready assets in seconds. Zero coding required and you’re never locked in – everything Angie creates is yours to own, edit, and evolve. No new platform to learn. No migration required. Your existing theme, plugins, Elementor setup, and Gutenberg editor stay exactly as they are. Explore the prompt library for more examples. What Angie can do Generate full Elementor pages – Describe the page you want and Angie generates it as native Elementor structure, from a single prompt. Create a design system – Turn a prompt or reference into a base design system you can apply across your site. Build sections and compositions – Generate complex one-off layouts like Loops and Forms from a single prompt. Craft custom Elementor widgets – Create custom widgets from scratch and refine their style using native Elementor Editor controls. Extend existing Elementor widgets – Inject custom controls and advanced capabilities into existing widgets to expand their functional range. Customize WordPress admin & backend – Tailor your dashboard, add custom post types, extend WooCommerce, and implement custom hooks and filters. Architect front-end enhancements – Integrate CSS and JavaScript for sophisticated animations, cursor effects, and immersive interactive behaviors. Construct visual apps – Build fully functional front-end applications like custom calculators and quizzes. Generate complete landing pages – Produce entire pages with layout, content, and styling for Elementor and Gutenberg. Extending with Ability Plugins – Angie discovers abilities at runtime from any plugin that registers them via wp_register_ability(). The more abilities installed, the more capable Angie becomes. Multi-modal input and collaborative building Conversational building – Describe the functionality you need in plain language; Angie handles the engineering. Visual references – Upload a screenshot of a design you love, or provide a URL, and your AI developer will build it for you. Collaborative refinement – Not exactly what you wanted? Just tell Angie what to change. She understands your feedback and refines the result in real-time. Safe by design – experiment freely, deploy confidently Everything Angie Code creates is built and tested in a dedicated preview environment. See it on your page, tweak it, and iterate as many times as you want – nothing is added to your live site until you personally approve it. This is your safety net: the freedom to try anything without the risk of breaking anything. Restore previous versions of snippets created precisely with Revisions. Cloud Library Snippets and widgets you create with Angie can be saved to your personal Cloud Library and pulled into any connected site in a few clicks, arriving as a fully editable asset. For agencies managing multiple sites, this compounds fast. A library of battle-tested snippets becomes a set of ready starting points for every new project. No rebuilding from scratch. No credits consumed on import. Plan mode Get a better first outcome by planning with Angie before creating a widget or snippet. Angie will ask questions regarding intent, scope, and requirements, clarifying the brief before any action is taken. Nothing runs until you confirm. Super Admin Mode Super Admin Mode is an opt-in capability that gives Angie read-write access to your file system, database, and PHP layer. Below are a few actions you can offload to Angie: Run bulk operations at scale – Update product prices, user roles, and custom metadata across hundreds of records from a single prompt. Angie reads your actual data model first, so operations work against your real post types, registered fields, and active plugins. Debug site errors – Trace SMTP failures, PHP conflicts, and API connectivity issues directly in the Angie chat. Angie reads your debug log, identifies recurring patterns, and can deactivate conflicting plugins or modify the relevant hook to resolve the issue. Fix SEO gaps site-wide – Populate missing meta descriptions, create redirect rules after category restructures, and standardize URL slugs across your full site in a single session. Run the full WordPress stack through the same Angie chat. Contributors & Developers “Angie: Agentic AI” is open source software. The following people have contributed to this plugin. Contributors: Elementor
Top keywords
- angie23×2.96%
- elementor11×1.42%
- custom7×0.90%
- site7×0.90%
- widgets6×0.77%
- wordpress6×0.77%
- full5×0.64%
- prompt5×0.64%
- ai4×0.52%
- build4×0.52%
- code4×0.52%
- design4×0.52%
Chagency
Chagency is built directly on the AI Client that shipped in WordPress 7.0: wp_ai_client_prompt(), Connectors, and the Abilities API. Every prompt flows through WordPress core, every provider is a Connector you already configured under Settings → Connectors, and the assistant can call the abilities your site registers. That last part is what makes it an agent rather than a chat box. Tick the abilities you want it to reach, and the model can use them mid-conversation to answer you: WordPress converts each one into a tool the model understands, runs it, and checks that ability’s own permissions first. Ask “what’s my site running on?” and it goes and looks, instead of guessing. It runs in the WordPress admin and, when you turn it on, on every page of your public site. The name (chat + ai + ency) is meant as a small bridge between the new AI primitives shipped with WordPress and the broader world of chat and agents. 🪨 Built on WordPress, period Chagency relies entirely on what WordPress 7 ships in core: wp_ai_client_prompt(), the AI Client API. using_abilities() and WP_AI_Client_Ability_Function_Resolver, core’s own tool-calling bridge. wp_get_connectors(), the Connectors API. wp_register_ability() / wp_get_ability() / wp_get_abilities(), the Abilities API. @wordpress/components, @wordpress/element, @wordpress/boot, the Gutenberg toolkit. That is the entire dependency surface. No bundled AI vendor SDKs, no third-party JavaScript libraries beyond the Gutenberg stack, no telemetry, no phone-home. The plugin stays small on purpose: fewer moving parts means less friction, fewer security holes, less to break when WordPress, browsers, or providers change. You will need at least one AI provider plugin (e.g. AI Provider for Anthropic, AI Provider for Google, AI Provider for OpenAI) to talk to a model. That is WordPress 7’s architecture: providers are separate plugins that register a Connector. They are not a Chagency dependency. 💡 Tip: For the smoothest setup, install AI Engine. It registers every AI provider it manages as a Connector, so a single configuration covers all your WordPress 7 AI plugins (including Chagency). Every request then flows through one clean, unified system. 🪄 What you get A floating chat panel pinned to the bottom-right of every page (admin and / or public site, controlled by two independent toggles). A single settings page under Settings → Chagency, with the bare minimum: where to show the chatbot, the chat title, the greeting, the system instruction, the model preference, and which abilities the assistant may use. Abilities, opt-in one by one. Every ability registered on your site (by core, by Chagency, by any other plugin) can be handed to the assistant, and each call is shown under the reply so you can see what it actually did. Live updates: flipping a toggle in Settings shows or hides the launcher immediately on the same page, no reload needed. Per-provider Test buttons that fire a canary prompt and report round-trip time. Conversation persistence in your browser’s localStorage, scoped per user. Failures explained in plain words (rejected key, rate limit, provider down, conversation too long) with a Try again button, so a hiccup never costs you what you typed. Placeholder expansion ({user_name}, {site_name}, {current_page}, {current_url}, {user_role}, {site_url}) so the assistant always knows who and where it is. Exposed as an Ability (chagency/send-message) so other plugins, MCP clients, and AI agents can invoke Chagency directly. 🚀 Getting started Install and activate Chagency. Install and configure at least one AI provider plugin under Settings → Connectors (we recommend AI Engine, which exposes all its providers as Connectors at once). Click the chat launcher in the bottom-right of any admin page and start talking. Want it on the public site too? Open Settings → Chagency and flip the second toggle. 🙋 Frequently Asked Questions Why “Chagency”? It’s a portmanteau of chat, AI, and a bit of agent. Not “agency” in the sense of a marketing shop. The plugin starts as a minimal chatbot for the new WordPress 7 AI framework and grows alongside the Abilities API into a true agent. Does it need WordPress 7? Yes. It uses wp_ai_client_prompt(), wp_get_connectors(), and the Abilities API, all added in WordPress 7.0. On older versions it refuses to boot and tells you why. WordPress 7.1 is recommended. How do abilities work, and is it safe? Open Settings → Chagency, turn on Let the assistant use abilities, then tick the ones you want to allow. Nothing is allowed by default. Three things keep it tight. Only the abilities you ticked are ever offered to the model. WordPress runs each ability itself and checks that ability’s own permission_callback for the person chatting, so the assistant can never do more than that user could. And abilities are admin-only: the public widget never gets them, even when you turn the public site on. Each reply lists the abilities it used, so nothing happens off-screen. Which abilities can it use? Whatever is registered on your site. WordPress ships core/get-site-info, core/get-user-info and core/get-environment-info, and any plugin can register more. They all show up in the list. Which AI providers are supported? Whatever you configure under Settings → Connectors. Chagency is provider-agnostic. Anthropic, Google, OpenAI, or any third-party Connector are treated equally. Can visitors on the front end use it? Yes. Open Settings → Chagency and turn on Show on the public site. The chat then appears for every visitor, signed in or not. Does it store my conversations? No. Conversations live only in your own browser (localStorage, per user). Hit Reset in the panel to clear them. Nothing is stored server-side. Can I use it as a building block in my own plugin? Yes. The chagency/send-message Ability is registered on wp_abilities_api_init and can be called with wp_get_ability( 'chagency/send-message' )->execute( array( 'message' => '...' ) ). Source code The unminified React / JavaScript source is shipped inside the plugin folder under src/, alongside the compiled output in build/. Public source repository: https://github.com/jordymeow/chagency To rebuild from source: pnpm install && pnpm run build The build is @wordpress/scripts (webpack) with no custom plugins or transforms.