tommytracx's picture
Create hole-cleaning-agent/config.json
c3c60a9 verified
raw
history blame
355 Bytes
{
"model_type": "physics-informed-agent",
"task": "hole-cleaning-efficiency",
"description": "DeepBoreAI ML agent for monitoring hole cleaning efficiency in real time.",
"library": "deepboreai-sdk",
"input_features": [
"bit_depth",
"rpm",
"flow_rate",
"mud_density"
],
"output": "hole_cleaning_alert",
"precision": ">90%"
}