Function Calling With a Local LLM to Drive Foundry: Fuzz, Read, Repeat
A developer built an agent loop that lets a local LLM (qwen2.5-coder:7b) drive Foundry to fuzz-test Solidity contracts, using Ollama's function calling to run forge tests, read files, and write fuzz t…