Build a Local Coding Agent with Distributed Tool Calling
Run a large local model that delegates tool calls to smaller models on edge devices
About this automation
Deploy a local coding agent that uses a large model to plan and delegate tool calls to smaller models (functiongemma, Qwen) running on laptops or edge devices. Uses OATs Protocol's 141K+ tool index to standardize tool calling across heterogeneous hardware.
How to implement
Set up vLLM deployments for Qwen 27B/35B with tool-calling support
Deploy functiongemma on edge devices (old GPUs, laptops)
Create or customize OATs Tool-Calling Prompt Index JSON for your approved tools
Configure coder agent to load the prompt index on startup
Set up Mattermost instances for audit log posting and human review
Implement tool call monitoring and archiving to parquet files
Test with small command sets before running autonomous workflows
Archive execution logs for training and compliance