A coding agent that runs entirely on your own machine. No API keys, no cloud, works offline.
pi is the agent you talk to. It runs against a local llama.cpp server hosting Google Gemma 4 (the unsloth
| (function($, undefined) { | |
| /** | |
| * Shows info on Ajax request | |
| */ | |
| $.nette.ext('diagnostics.jsonpanel', { | |
| start: function (xhr, settings) { | |
| var $panel = this.getPanel(); | |
| if (!$panel) return; | |
| if (this.singleReport) this.clear(); | |
| $(this.getTitle(++this.counter, 'request')).appendTo($panel); |
| <?php | |
| /** | |
| * Image helper with automatic image resize and cache | |
| * | |
| * @author Roman Ozana, ozana@omdesign.cz | |
| * @link www.omdesign.cz | |
| * | |
| * | |
| * add to presenter before render function | |
| * |