Async Worker

Learn to set up an asynchronous agentic application with NLX in minutes

What's an Async Worker application?

An Async Worker is an agentic application that runs tasks using assigned tools, such as web search, email delivery, and image/text/PDF generation, to execute work asynchronously (in the background) from a single prompt or trigger. You can also assign custom flows as tools for advanced services or structured processes for your worker to follow.

Worker use cases:

  • Search the web for information and compile the findings into a PDF

  • Discover trending topics and generate a blog post with a promotional image

  • Send results via email or pass them to downstream systems via custom workflows

This application type is ideal when you want automation that gathers, creates, and delivers outputs without building step-by-step conversation flows.


Create a worker app

  • Select Applications in your workspace menu > Choose New application

  • Click Blank application from the available options > Choose Async worker

  • Provide a name for your application > Click Create application


Configuration

The Configuration tab allows you to provide the necessary instructions, tools, and communication method for your worker to operate.

1

AI Engine

  • Choose the generative AI provider in the Provider dropdown. You may choose the built-in NLX model or select a managed LLM provider you previously integrated into your workspace

    • Model (optional): For managed LLM providers, you can specify the particular model you want to power your worker's intelligence

  • Provide a complete set of instructions in the Prompt field that details the purpose and context of the worker's role, its core capabilities, any guidelines you want it to adhere to while executing with given tools and requests, formatting rules or quality standards, and any other rules or notes that are pertinent to its task

2

Delivery

  • Set up the details for how to communicate with your async worker

    • Delivery channel: Choose the delivery service that your worker will use to correspond with users

      • User name: Enter a name for your agent that will be visible through its delivery channel > Click Save

        • Email: Taken from the User name entered with the NLX suffix [user name]@dev.nlxa.gent

      • Allow list: Enter all user emails who are permitted to trigger the worker through email correspondence and receive its executed output

    • Language: Specify the language the worker should use

3

Functionality

  • Select one or more of the following to imbue your worker with different tools for completing its task:

    • Custom: Flow: Choose one or more MCP-enabled flows created in your workspace that the agent can follow. This allows you to provide access to your business systems or other integration services using Data request nodes

    • Generate image: Creates a custom image

    • Generate PDF: Assembles content into a downloadable PDF document

    • Generate text: Writes short or long-form content like summaries, posts, or instructions

    • Search web: Looks up real-time information from the internet to answer questions or gather content

    • Send email: Sends a message or file to an email address with any of the outputs created

  • Click Save

Head to the Deployment tab of your worker app when ready to make it live.


Executions

The Executions tab reveals all tasks that have been triggered with your agent and detailed information on its time to process and ultimate status of the task:

  • Goal: Lists the request message a user gave to the agent

  • Status: Lists the current progress state as it performs a request

    • Completed: Finished the defined goal request

    • Waiting for user: Awaiting additional information from the user to complete a request

    • Running: Currently performing the request

    • Failed: An error occurred during execution and the task request could not be completed

  • Runtime: The length of time it takes the agent to complete a request

  • Timestamp: The date and time when a request came in and an execution plan was created


Deployment

A worker application's Deployment tab allows you to construct a build that contains a package of the worker's tools, prompt, and delivery details in the state they exist at the time the build is created. You may then deploy a successful build to make it live or roll back to a previous deployment.

1

Build

  • Click Deployment tab > Select Create build

  • Review Validation check for critical errors or detected UX issues in custom flows. Before each new build initiates, a validation check is run to provide a preview of potential errors that may cause failed builds. Detected issues are listed with descriptions and potential solutions

  • You may provide a Description of notable build edits as a changelog

  • Click Create build

You may now test your newest build in your workspace using any of the test chats.

2

Deploy

The delivery channel provides the frontend interface and determines how users experience your app. Deploying a build pushes your updates to the delivery channel, effectively making your app live outside of your NLX workspace.

  • Click Deploy option next to the successful build

    • Optional:

      • Deployment languages: Select the languages to include in the deployment, if multiple are available

      • Hosting: Host your application as a Touchpoint app via the conversational.app domain. Ideal for previewing its final look during development and sharing your app externally with collaborators. Enable the Hosting option to configure the URL (e.g., mybusiness.conversational.app)

  • Click Create deployment

Only one build can be deployed at a time and deploying any build deactivates the previous one. You can freely alternate between newer and older builds using Rollback or Deploy.


Using your worker app

Your async worker runs tasks asynchronously to achieve its goal. You can interact with your worker after a successful deployment in two ways:

  1. Email delivery channel: Open your email client and send a request to the worker’s email address (found in the Configuration tab of your app). Make sure:

    • The sender email address is on the worker’s Allow list on the Configuration tab

    • The sender confirmed a subscription to the worker from the email notification sent

  2. Touchpoint app (hosted chat): Use the hosting URL found in the deployment link details to open a chat interface and talk to your worker. The hosting option must be enabled when deploying your build


Async Worker settings

General

Agentic

  • Set a custom timeout (in seconds) for connecting to the AI provider service. You may also specify the number of successive attempts you permit connection attempts before the request is marked as a fail

Danger

  • Allows you to delete your application. Note that custom flows will not be deleted and remain available for use with other applications in your workspace

Last updated