This API provides backend services for the Augmented Decision Making application, focusing on the efficient scheduling and assignment of tasks Operations to a given Resources.
The system models the following key entities:
The API enables users and automated systems to:
/agent/ endpoint) using natural language to query the schedule, identify conflicts, request moves, or trigger conflict resolution processes. The agent utilizes specialized tools to interact with the system's state.https://api.acc.adm.wearetransformers.nl/
This is a placeholder for the AviationStandPlanningAdapter's virtual state input.
0 strives for minimal conflicts whereas 1 strives for minimal overlap
0 strives for the goal of the strategy, while 1 strives for optimal rule value
Maximum runtime in seconds for the solver, default is 90 seconds
https://api.acc.adm.wearetransformers.nl/v1/plannings/{id}/agent/
curl -i -X POST \
'https://api.acc.adm.wearetransformers.nl/v1/plannings/{id}/agent/' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"chat_history": [
{
"type": "string",
"content": "string"
}
],
"virtual_state": {
"virtual_assignments": [
{
"id": "string",
"operation": "string",
"planning": "string",
"resource": "string",
"metadata": {},
"active": true
}
],
"display_window_start": 0,
"display_window_end": 0,
"selected_time": 0,
"backward_window": 0,
"forward_window": 0,
"current_time": 0,
"experimental_tools_enabled": true,
"controls": {
"resolution_balance": 0,
"rule_adherence": 0,
"max_runtime": 60,
"strategy": "least_moves"
},
"timezone": "UTC",
"gate": null
}
}'"string"