geoforce / tools /__init__.py
Ubuntu
Day-1 evening milestone: both engines live, agent answers Q1
97f04e4
raw
history blame contribute delete
252 Bytes
"""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.
"""