Skip to main content

3 posts tagged with "features"

View All Tags

January 2026 Platform Update

Lead Pre-Sales Data Scientist

Abacus DeepAgent Webinar​

We will be hosting a webinar to showcase the latest developments with DeepAgent on February 25th 9am - 10am PST. If you would like to attend please register on our associated Eventbrite page

AI Workflow Updates​

A number of updates have been made to the AI Workflow builder to simplify the creation process.

LLM Agent Nodes

A new feature of the workflows are the LLM Agent Nodes which incorporate the power of the Abacus platform to handle common agent tasks like tool integration and data processing without having to build them each time. In the workflow builder select Add Node and then LLM Agent Node from the options:

The system will give you two options for adding the node into the workflow: New or Existing. When adding a New Agent Node select the LLM from the dropdown list:

If you have an existing Agent Node you would like to add, or you have a custom ChatBot you have previously deployed that you would like to incorporate, selecting Existing will allow you to select the specific project and deployment:

Click Generate to add the new node into the workflow. To update any of the configuration for that node, make sure that node is selected and click on Node Configuration in the top-right of the screen. This will provide a number of key options:

  • LLM Options -The ability to easily change the LLM you would like to use
  • Add Tools - Add any of the pre-defined connector tools
  • Behaviour Instructions - Provide prompt instructions to guide the LLM's behaviour
  • Knowledge Base - Attach any specific document retrievers that you would like the agent to access
  • Structured Data - Specify any structured data sources that the agent would be able to execute queries against
  • Response Instructions - Define the manner of responses that the LLM should generate

N.b. Any document retrievers or structured data sources you would like to use must be part of the project where this workflow is being built

Tool Node

The Tool Node has been improved to make finding relevant tools easier and more intuitive. The UI is split between Built-in Tools that have been build by Abacus and Created Tools that have been built by you or other members of your organization - you can also create new tools with the Create New Tool option.

Once added the node's configuration options can be accessed through the Node confiuration pane.

DeepAgent Workflow Builder A number of updates have also been made to how Abacus can autonomously build workflows using the DeepAgent. In order to access this functionality navigate to the Abacus front-end UI and under the LLM dropdown at the top of the page, select the AI Engineer:

From the options above the prompt window choose AI Workflow. DeepAgent will prompt you to provide specific details of the workflow that you would like to build and will then plan how to architect that as a workflow. After planning it will build out the workflow node-by-node, writing the relevant code snippets and testing as it goes:

After completion the workflow will be deployed and you'll be able to test it and make any additonal changes you need to all within the same conversation.

RouteLLM API Updates​

The RouteLLM API now supports PDF parsing and tool calling. Tools from OpenAI, Antropic and Google are all supported, but requests should be made using the OpenAI api schema - Abacus will automatically translate requests into the correct schema for the providor.

For more details and examples please refer to the RouteLLM API documentation:

Super Assistant

New Models​

Anthropic's Claude Opus 4.6 has been added to the platform. To find out how a range of new models perform don’t forget to check out our benchmark, LiveBench

Usage Throttling​

To help organizations manage overall use of the platform we have added the ability for admins to set daily usage limits. Navigate to the Profile >> Groups and Permissions >> Permissions menu:

Daily limits can then be set at either a global level or on a group-by-group basis. N.b. the limits apply to Super Assistant use only - i.e. RouteLLM, DeepAgent, Tasks. Autonomous agents or access of chatbots through our API's are not affected.

DeepAgent - Editing Function​

We have added a new Edit function for DeepAgent projects when building either apps or slides. One of the biggest challenges with these projects is that they often require edits and changes after the inital version has been built. Traditionally it is hard for the agent to pinpoint the exact context from the code to make only the relevant changes requested. The Edit feature solves this by providing an inline selection tool that allows you to pinpoint the exact changes you require. The precise context for that element is then passed to the agent making changes much more accurate and efficient.

To enable the Edit feature make sure you are in the preview window, then click on the Edit button at the top of the screen:

For powerpoint, Edit mode will enable you to edit inline elements of the slides - directly changing text and moving elements around.

With apps you will be able to select elements and then prompt the specific changes that you would like. The specific code for that element will be loaded into the chat as context to increase the efficiency and accuracy of the editing process

DeepAgent - Projects​

It is now possible to include DeepAgent conversations inside of projects, making it much easier to work collaboratively on DeepAgent tasks. To start a new DeepAgent conversation inside an existing project, using the Switch to DeepAgent mode button:

Alternatively you can add an existing DeepAgent conversation into a project:

Click on the ... next to a DeepAgent conversation and then use the menu to select Move to project

DeepAgent - App Updates​

Database Scheduling

A specific option has been added to the app management console to make scheduling database refreshes much easier. To access the App Management Console click on the Apps button in the top-left of the Super Assistant screen. Any apps that contain a database will give you the option the view or schedule

Clicking on the schedule button will open up a new conversation with DeepAgent to specify exactly what the refresh process should be. When complete the DeepAgent will create a Task that can be managed through the Tasks Management Console

App Notifications

You can use DeepAgent to create notifications for your deployed apps. These notifications can cover a range of things e.g. new users, completed forms, updated data. In order to access notifications you need to navigate to the app settings, which can be done in one of two ways:

  • When previewing the app as part of the conversation - at the top of the page select Settings
  • Through the App Management Console by clicking to View Versions or Database, or by clicking Manage under Custom Domain.

Once in Settings click on the Notifications tab

From the notifications screen you will be able to launch a DeepAgent conversation to build the specific notifications that you would like. Notifications are currently limited to email outputs, but the emails can contain any data that can be captured or analysed from the app. N.b. for more detailed analysis the app can be integrated with Google Analytics

In this example DeepAgent creates a simple email notification that tracks when the underlying LLM benchmark data changes with a summary of the new top models:

Database Sharing

Another new option for DeepAgent apps is the ability to build multiple apps that leverage the same underlying database. This allows for much more efficient data management by preventing the need to host multiple copies of the same data. To do this navigate to the Settings page of the app that has the database you would like to re-use. On the Database tab click on the Create button in the top-right hand corner.

This will start a new DeepAgent conversation for designing the new app.

Mobile Apps

Finally, DeepAgent now supports building mobile apps. Simply add into your prompts that you'd like to build an app for mobile devices and it will optimize the build process, creating the frontend UI as well as all the backend api's that get deployed separately.

To deploy the app choose how the backend should be deployed (like you would any other DeepAgent app), and then use the Mobile App Packaging options to deploy the app as either Android or iOS:

OAuth Connectors​

We have extended support for generic OAuth connectors into the Super Assistant. Under Profile >> Connectors there is a new option for creating connectors into specific services using the Generic OAuth tool:

Clicking Add Config will open the configuration screen for authentication. Most services that support this type of connectivity will have OAuth or developer specific documentation that you will need to follow to generate the relevant IDs, urls and tokens.

December 2025 Platform Update

Lead Pre-Sales Data Scientist

DataLLM - Multiple Source Types Support​

A new option when building custom chatbots on structured data allows the integration more seamlessly between feature group and database data sources.

When configuring the chatbot select the FEATURE GROUP AND EXTERNAL DATABASES option in the Data Source dropdown. Then specify the feature groups and database connectors that the bot should have access to.

When asking questions of the bot it can reference both feature groups and database connectors in the same query.

Connector Updates​

Sharepoint Config Connectors

We have added the ability for users of custom bots to be able to authenticate against multiple Sharepoint sites. A config connector for each site should be created and then added to the configuration screen of the custom bot.

Creating a config connector for the Sharepoint site is similar to creating a regular connector, except that you should select the config only option during creation:

Once your config connectors are created add them into the configuration screen for the custom chatbot. For each config connector the end users will be asked to authenticate the first time using the bot:

Super Assistant

New Models​

OpenAI GPT 5.2 (including thinking and pro models) have been added to the platform. To find out how well the new models perform don’t forget to check out our benchmark, LiveBench

App Permissions​

Default Organizational Permissions

Permission handling for DeepAgent generated apps has been updated to add more controls. At the organization level admins can set the default access permissions for all apps that are created. It can be managed in the Profile >> Groups and Permissions >> Apps menu.

  • Private to Org - Apps are restricted to organizational users only
  • Owner Only - Visible only to the creator/owner of the app
  • Public - Open to the internet

Individual App Permissions The permissions for individual apps can be changed from the default by clicking on the cog symbol next to each app.

Within the settings for each app the owner or an admin can change the permissions between Owner Only and Private to Org. Only an admin can make apps Public if this is not the organization default.

When an app is Private to Org it is also possible to control access based on permission groups that have been created / are available in the platform. To do this use the Add Permissions drop-down in the app’s modify permissions screen:

Controlling App Sharing Permissions

Platform admins are also able to control who is able to share their apps, which limits an individual user's ability to assign permission groups to an app.

This is controlled through the Permissions menu (Profile >> Groups and Permissions >> Permissions). Adding groups into this selection means that users in these groups can only create apps visible to themselves

November 2025 Platform Update

Lead Pre-Sales Data Scientist

Updated Agent Workflow UX​

We have the first of a number of updates coming on our AI Workflow builder, with the overall aim to improve the ease of building workflows and to streamline the user experience.

Node Definition

The new workflow builder has a much cleaner UX to simplify the building process, which starts with the nodes themselves:

The code that defines each node is now hidden in the side-menu keeping the main workflow diagram cleaner and easier to understand. Clicking on any individual node will load the relevant code definitions on the right-hand pane.

Inputs / Outputs

Managing the node inputs and outputs has been improved. Clicking on the *Manage Inputs and Outputs *button on the side menu launches the input / output management pages.

  1. NODE INPUTS Manage inputs that come from other nodes:

  2. Easily identity from which nodes variables originate

  3. *Required *nodes are clearly marked

  4. Quickly convert to user input with the Convert to User Input button

  5. Edit specific variables through the new configuration form

  1. USER INPUTS Manage inputs that are from users:

  2. Easily convert to node input, using the Convert to Node Input button

  3. Required nodes clearly marked

  4. Edit specific variables through the new configuration form

  5. Manage overall input form structure and definition

  6. OUTPUTS Manage node outputs:

  7. Add / delete variables

  8. Edit existing variables through the new Edit Outputs form

  9. Visible in the UI variables are clearly marked to easily understand which are returned to users and which are passed through Node Testing

Testing individual nodes has been simplified by adding a Run button prominently on each node in the workflow diagram.

Enabling Run mode allows you to manually test individual nodes by providing the relevant inputs manually and evaluating the node outputs inside of the workflow editor.

Workflow Configuration

Elements of the workflow configuration have been updated to provide much greater controls and options, especially when adding in connector nodes.

To access the configuration settings click on the cog symbol at the top of the page. In this example we have added the Slack tool to the workflow, and the configuration screen shows the actual scopes that have been enabled:

To update any of the specific connector scopes for these tools added to a workflow, click on the configure button. This will allow you to manage the specific access / capabilities for the connectors on a workflow by workflow basis.

More updates in the coming months…

Connector Updates​

Azure Storage

A new Azure Storage Container connector has been added that can be authenticated using O-Auth. This can be configured to access a specific container or at account level

Generic O-Auth

The generic O-Auth tool has been developed to make it possible for platform users to be able to create their own connectors to any service that supports O-Auth.

The configuration screen details the parameters that need to be provided to build the connector, as well as any scopes that you would like the connector to have access to:

Please note, the specific configuration parameters and scopes available will be determined by the individual service you are connecting to. Details of how to register and authenticate are often provided as part of providers developer pages.

Outlook

The Outlook connector tools have been updated to also interact with Outlook calendar, enabling a far wider range of potential use cases

Super Assistant

New Models​

OpenAI 5.1 and Gemini 3 have both been added to the platform. To find out how well the new models perform don’t forget to check out our benchmark,

Organization Level GitHub Policies​

A new setting has been enabled to manage organization access to the GitHub connector. To enable this navigate to the Profile menu by clicking on your profile on the top right-hand corner and selecting profile.

On the Profile page then use the menu on the left to select Manage >> Permissions