AI Agents — Release Notes
v1.0.0 — April 27, 2026
First public release of the AiAgentsCore module for ChargePanda.
Not included with ChargePanda
AiAgentsCore is a separate, paid module available from the ChargePanda Marketplace.
What's included
AiAgentsCore is the engine that powers AI-agent features on ChargePanda. It is a developer-facing foundation module — you do not use it directly; instead, other modules (such as SEO Agents) are built on top of it.
If you purchased SEO Agents, AiAgentsCore is included in the download and installs automatically alongside it.
Features
| Feature | Detail |
|---|---|
| Multi-provider AI | Supports OpenAI, Anthropic (Claude), Google Gemini, Groq, Mistral, and self-hosted Ollama |
| Plan-gated access | Agents are locked or unlocked per subscription plan using ChargePanda's entitlement system |
| Monthly run limits | Enforced per billing period, defined in plan settings in the admin panel |
| Background execution | Runs dispatch to a dedicated queue — customers are never left waiting on a loading screen |
| Live status polling | The UI updates every two seconds until a run completes |
| Cost tracking | Optional per-token cost calculation — set your rates in admin settings |
| Completion emails | Optional email to the customer when a long-running agent finishes |
| Admin playground | Test any agent directly from the admin panel without affecting billing |
Requirements
- ChargePanda v1.3.0 or later
- A queue worker running on the
agentsqueue - An API key for at least one supported LLM provider