loader Public
Go to file
T
Code
Use Git or checkout with SVN using the web URL.
No matching headings.
Loader
Local agentic coding assistant. Runs on your hardware with local LLMs.
Install
pip install -e .
Requirements
- Python 3.11+
- Ollama running (
ollama serve) - A model pulled (
ollama pull llama3.1:8b)
Usage
# Interactive mode
loader
# Single prompt
loader "Read main.py and explain it"
# Skip confirmation prompts
loader -y "Create a hello.py file"
# Use different model
loader -m qwen2.5:7b
In interactive mode: type prompts, clear to reset, exit to quit.
Tools
read- read fileswrite- write filesedit- find/replace in filesglob- find files by patterngrep- search file contentsbash- run shell commands
License
MIT