Skip to content

Graphics Preview,

Latest
Compare
Choose a tag to compare
@valhuber valhuber released this 27 Apr 22:45
· 100 commits to main since this release

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.

dashboard graphics

 

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:

  1. Declare your Natural Language in a prompt, and press Enter
  2. CoPilot translated Natural Language Logic to Python rules
  3. Paste them into your code, in either logic/declare_logic.py or (preferred) a Use-Case specific file such as logic/logic_discovery/check_credit.py:
copilot-logic-chat

 

Manager for WebGenAI Vibe Coding

A bug has been fixed to that you can install WebGenAI, and then API Logic Server:

  1. Install the WebGenAI Docker (and license)
  2. 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:

sh system:install-ApiLogicServer-dev:install-ApiLogicServer-dev