ishaq101's picture
feat/Planner Agent (#2)
81e5fe7
Raw
History Blame
333 Bytes
"""Analytics & utility tools (KM-608).
Each tool is a deterministic computation (no LLM, no SQL generation) invoked by
the Planner/TaskRunner. The compute layer (calculation logic) lives in per-family
submodules (e.g. `analytics`); the wrapper layer (ToolSpec + ToolOutput +
registry) is added once the Planner seam is settled.
"""