Skip to content

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

FeatureDetail
Multi-provider AISupports OpenAI, Anthropic (Claude), Google Gemini, Groq, Mistral, and self-hosted Ollama
Plan-gated accessAgents are locked or unlocked per subscription plan using ChargePanda's entitlement system
Monthly run limitsEnforced per billing period, defined in plan settings in the admin panel
Background executionRuns dispatch to a dedicated queue — customers are never left waiting on a loading screen
Live status pollingThe UI updates every two seconds until a run completes
Cost trackingOptional per-token cost calculation — set your rates in admin settings
Completion emailsOptional email to the customer when a long-running agent finishes
Admin playgroundTest any agent directly from the admin panel without affecting billing

Requirements

  • ChargePanda v1.3.0 or later
  • A queue worker running on the agents queue
  • An API key for at least one supported LLM provider

Released under the Commercial License.