Guide on defining and registering actions within the MAOTO framework
When building a Solver, you can register actions to the MAOTO Marketplace. These actions define specific capabilities that a Solver can execute when handling tasks.
Each action must include the following attributes:
name
parameters
description
tags
cost
All action parameters can be dynamically set by the Solver, making them adaptable to the task at hand.
The cost of an action is not fixed and can be adjusted based on multiple factors:
In a ride-hailing scenario, the cost of an action (e.g., booking a ride) is highly case-specific.
For instance, the price of a ride from Point A to Point B may vary due to:
The Solver can analyze these variables and dynamically adjust the bid price to ensure competitiveness and profit.
TODO: Add content
Guide on defining and registering actions within the MAOTO framework
When building a Solver, you can register actions to the MAOTO Marketplace. These actions define specific capabilities that a Solver can execute when handling tasks.
Each action must include the following attributes:
name
parameters
description
tags
cost
All action parameters can be dynamically set by the Solver, making them adaptable to the task at hand.
The cost of an action is not fixed and can be adjusted based on multiple factors:
In a ride-hailing scenario, the cost of an action (e.g., booking a ride) is highly case-specific.
For instance, the price of a ride from Point A to Point B may vary due to:
The Solver can analyze these variables and dynamically adjust the bid price to ensure competitiveness and profit.
TODO: Add content