tommytracx's picture
Create mud-loss-agent/config.json
bfe6366 verified
raw
history blame
352 Bytes
{
"model_type": "physics-informed-agent",
"task": "mud-loss-detection",
"description": "DeepBoreAI ML agent for predicting mud losses and washouts using real-time telemetry.",
"library": "deepboreai-sdk",
"input_features": [
"annular_pressure",
"flow_rate",
"mud_density"
],
"output": "mud_loss_alert",
"precision": ">90%"
}