Tool adapters

This document is the implementation playbook for turning SmallLanguageModel into a safe local agent that can use Leumas tools without breaking the current model behavior.

Tool Adapters Build Plan

This document is the implementation playbook for turning SmallLanguageModel into a safe local agent that can use Leumas tools without breaking the current model behavior.

What We Are Building

We are not trying to make the tiny model magically invent function calls.

Category B: Managed Backend Actions

These already exist conceptually and should be exposed through the same adapter system.

Clarify When Needed

If the request is underspecified, ask a short clarification.

Minimum Quality Bar Per Tool

Do not mark a tool phase complete unless it passes all four:

Suggested Test Prompts

Use these as manual checks during buildout.

Multi-Step

Find all Node.js servers and summarize them

Implementation Focus Per Adapter

Each adapter should get a focused pass instead of all tools being built half-finished.