A task-oriented LLM agent. Spawned for a task, does the work, exits. 👍 Can do!
Executes bash commands, reads files with structural awareness, and feeds results back to the model in a tight loop.
Not a chatbot. Runs as a process, completes the task, exits. Context tracking and compaction keep it on track across many turns.
Runs Gemma 4 26B locally via ollama with native tool calling. Written in Crystal for compiled performance.