Local Agent Toolkit – delegate small coding tasks to local Ollama models Local Agent Toolkit, an open-source tool, allows developers to delegate small coding tasks to local Ollama models, reserving cloud tokens for harder decisions. The toolkit filters repository context, blocks sensitive paths, and provides commands for code exploration, review, testing, and patching, with output treated as untrusted advice requiring verification. Keep frontier-model tokens for frontier-model work. local-agent lets Codex, Claude Code, or a human developer delegate small, bounded coding tasks to an Ollama model running on local hardware. Use local compute for repository exploration, first-pass reviews, test ideas, diagnostics, and candidate patches—while reserving expensive cloud tokens and frontier-model attention for harder decisions. The local model is a worker, not the authority. Its output is untrusted advice that must be independently verified. Note Token savings depend on the task, model, context size, and verification overhead. The toolkit enables controlled delegation; it does not guarantee a fixed reduction in cloud usage. Tip Contributions are wanted. New commands, model-selection improvements, integrations, platform support, tests, examples, and documentation fixes are all welcome. flowchart LR A "Codex, Claude Code, or you