ifrs9-ecl-copilot / agent /__init__.py
Preetomsorkar's picture
Day 4: runtime file set (engine, agent, API, UI source, panel, DFAST scenarios, model cache, exhibits)
379bf78 verified
Raw
History Blame Contribute Delete
282 Bytes
"""Agent layer: typed, deterministic tools + (Day 4) the LangGraph router.
THE GOVERNING RULE: the LLM never does arithmetic. Every number the agent
reports comes from the frozen engine via the typed tool calls in this
package; the LLM only routes, parameterises and narrates.
"""