Create mud-loss-agent/config.json
Browse files- mud-loss-agent/config.json +13 -0
mud-loss-agent/config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "physics-informed-agent",
|
3 |
+
"task": "mud-loss-detection",
|
4 |
+
"description": "DeepBoreAI ML agent for predicting mud losses and washouts using real-time telemetry.",
|
5 |
+
"library": "deepboreai-sdk",
|
6 |
+
"input_features": [
|
7 |
+
"annular_pressure",
|
8 |
+
"flow_rate",
|
9 |
+
"mud_density"
|
10 |
+
],
|
11 |
+
"output": "mud_loss_alert",
|
12 |
+
"precision": ">90%"
|
13 |
+
}
|