Get Started
Last updated
Last updated
This getting started guide takes you through the steps you will need to go through before you can started building your agents.
A Composabl account
The first thing you will do is create your project 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, or you can tell the agent AI what to name your project. I'm going to ask them to call it Chemical Process Control.
Click Create Project
and Finish
To finish setting up your project, set your top-level project goals.
Now, we will set the goals for this example. In this project, we want to:
Maximize yield (make as much product as we can)
Avoid thermal runaway (prevent dangerous overheating)
Fill out the goal title and description for the top level goals.
Goal Title: Chemical Process Control Goals
Description: The goal for this project is to maximize yield and avoid thermal runaway by keeping the temperature below 400 Kelvin
We are going to add two conditions to represent the two goals.
To maximize yield, the objective is Maximize
and the variable is Eps_Yield
To avoid thermal runaway, the objective is Avoid
, the variable is T
, and the target is 400
Now you can save your changes.
Now that you have your project created and your goals set you're ready to start creating agents!