mini-agent.A minimal Python coding agent that runs an interactive loop with Anthropic (Claude) or OpenAI (GPT). The model gets four local tools: read_file, list_files, edit_file, and bash. It emits textual tool calls; this program runs them and feeds results back into the conversation.