Release 14.04.00 is available via pip
and docker, and include WebGenAI docker. Highlights below.
Graphics Preview
You can now create group-by queries, and graph them on the Home page of your admin app.
This is a technology preview, not yet available in WebGenAI. Explore here.

IDE Support for Natural Language logic creation via IDE AI Chat
Prior Natural Language logic used ChatGPT, which requires a paid API key. You may already have a AI chat enabled in your IDE.
As of release 14.04, projects contain docs/training
, which enables some IDE AI Coding Tools to translate Natural Language logic into Python rules. Doc here.
For example, the diagram below illustrates the use of VSCode/CoPilot:
- Declare your Natural Language in a prompt, and press Enter
- CoPilot translated Natural Language Logic to Python rules
- Paste them into your code, in either
logic/declare_logic.py
or (preferred) a Use-Case specific file such aslogic/logic_discovery/check_credit.py
:

Manager for WebGenAI Vibe Coding
A bug has been fixed to that you can install WebGenAI, and then API Logic Server:
- Install the WebGenAI Docker (and license)
- Then install API Logic Server, and the Manager
In the prior release, this would have overwritten your license. This is fixed.
MCP Experiment
Model Context Protocol is a way for Chat agents to discover and call external servers, be they databases, APIs, file systems, etc, and call their services. And, for multiple such servers to be choreographed in a chain of calls.
We have begun experimenting with this technology (a successful retrieval), and welcome participation. Please contact us via discord.
For more information:
Status: Technology Exploration
Simplified Dev Install
The install procedure has been simplified (see docs here:
