llm-tools.el

Opinionated tools for use by a (local) LLM
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2026-06-05 21:33fix offset bug in hashline operationsVineet Kumar2+21-2
2026-05-28 18:29get ready for packagingVineet Kumar4+109-7
2026-05-26 06:57add preview functionsVineet Kumar1+47-0
2026-05-26 06:39fix anchor extraction and operation parsing to handle payload linesVineet Kumar2+72-48
2026-05-26 05:50fix bug in read_file causing string to not be json-serializableVineet Kumar1+3-1
2026-05-26 05:20fix grep toolVineet Kumar1+30-21
2026-05-26 04:44update bash tool to explicitly mention the other toolsVineet Kumar1+10-3
2026-05-26 04:24fix typos in tool definitionsVineet Kumar1+8-8
2026-05-26 04:23add lexical-binding to all files to prevent dynamic binding issuesVineet Kumar4+5-2
2026-05-26 03:46final tool, edit_file, addedVineet Kumar1+143-1
2026-05-26 03:34very important update to testsVineet Kumar1+15-15
2026-05-26 03:15update read_file tool definition based on finalized hashline changesVineet Kumar1+37-6
2026-05-26 02:43consolidate hl-file-read functionsVineet Kumar2+22-23
2026-05-26 00:43replace most of the dolists with mapsVineet Kumar1+33-36
2026-05-26 00:11split hl-validate-anchors to be not monolithicVineet Kumar1+29-20
2026-05-26 00:05split hl-get-anchors to be not monolithicVineet Kumar1+22-16
2026-05-26 00:00split hl-apply-one-op to be not monolithicVineet Kumar1+57-41
2026-05-25 23:57split hl-parse-section-ops to be not monolithicVineet Kumar1+32-22
2026-05-25 23:48fix faulty unit tests and code based off testsVineet Kumar2+106-102
2026-05-25 20:13work on hashline unit testsVineet Kumar1+485-12
2026-05-25 20:13add some hashline patch validationVineet Kumar1+126-58
2026-05-25 19:09make mostly working hashline implementation, just needs more testsVineet Kumar2+334-14
2026-05-25 17:29add glob optional argument to grepVineet Kumar1+12-4
2026-05-25 17:25start working on hashline diff applyingVineet Kumar1+40-19
2026-05-25 00:26fix docstringsVineet Kumar1+6-2
2026-05-25 00:21add beginning of hashline verificationVineet Kumar1+102-5
2026-05-24 23:10add unit test for hl-file-readVineet Kumar1+25-0
2026-05-24 21:24fix bug with negative indices in hashline computationVineet Kumar1+2-1
2026-05-24 21:07add GPLv3 licenseVineet Kumar1+674-0
2026-05-24 20:33import web_search and web_fetch wholesale from gptel-agentVineet Kumar3+160-2
2026-05-24 19:42add confirm predicate to bash toolVineet Kumar1+31-21
2026-05-24 19:06add grep toolVineet Kumar1+46-4
2026-05-24 18:22fix quoting and casingVineet Kumar1+8-6
2026-05-24 18:20add write_file toolVineet Kumar1+32-1
2026-05-24 17:50rename from gptel-tools an add gptel-agent's bash toolVineet Kumar4+229-163
2026-05-24 03:25declare second tool (find_files)Vineet Kumar1+25-1
2026-05-24 02:47declare first tool (read_file)Vineet Kumar1+37-0
2026-05-24 01:33deduplicate the hl-* functionsVineet Kumar1+27-31
2026-05-24 01:00add some more hl-* reading functionsVineet Kumar1+42-18
2026-05-23 23:04start working on hashline implementationVineet Kumar2+85-0