Built-in Tools¶
Neurosurfer ships with a growing set of ready-to-use tools built on the same Tooling API as your custom tools. Drop them into a Toolkit, compose them in agents, and replace them with your own implementations when needed.
-
SQL Tools
Composable building blocks for natural‑language analytics and database understanding: pick relevant tables, generate queries, execute them, and present results.
Tip: Use
Toolkit.get_tools_description()to emit a human/LLM‑friendly summary of everything you registered.