File size: 252 Bytes
97f04e4
 
 
 
 
 
1
2
3
4
5
6
7
"""Tool wrappers exposed to the agent runtime.

Each module here turns a numerical engine (solver or surrogate) into a
single `predict(scenario)` callable that takes a plain-dict scenario and
returns a common-schema dict of fields + grid metadata.
"""