Get Started

This getting started guide takes you through the steps you will need to go through before you can start building your teams of agents.

Prerequisites

  • A Composabl account

Create Your Use Case

The first thing you will do is create your use case in the Composabl UI.

Select the simulator you will use for the project and the assigned team. If you haven't created a team yet, you will need to do that before you create your first project.

Then, you can use the AI prompt to explain what you are attempting to achieve with your project and have it bootstrap based on your description. I will describe the use case skills, goals, and constraints and call it Chemical Process Control.

Click New use case and Create use case

Set Use Case Goals

To finish setting up your use case, set your top-level project goal.

Now, we will set the goal for this example. In this project, we want to:

  • Maximize yield (make as much product as we can)

Goal Title and Description

Fill out the goal title and description for the top-level goal.

Goal Title: Chemical Process Control Goals

Description: The goal for this project is to maximize yield

Logical Structure

We are going to one condition to represent our goal.

  1. To maximize yield, the objective is Maximize , and the variable is Eps_Yield

Now you can save your changes.

Now that you have created your new use case and set the goal, you can start creating agent systems!

Optional: Set Up the Data Science Workflow

Some of the steps in this tutorial use Composabl's data science workflow, which allows data scientists and controls engineers to publish any Python module to the Composabl platform to use in multi-agent systems.

To use this workflow, complete these steps:

Now that you have your project created and your goals set you're ready to start creating agents!

Last updated