index
:
llm-tools.el
master
Opinionated tools for use by a (local) LLM
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-05
fix offset bug in hashline operations
HEAD
v1.1
master
Vineet Kumar
2
-2
/
+21
2026-05-28
get ready for packaging
v1.0
Vineet Kumar
4
-7
/
+108
2026-05-26
add preview functions
Vineet Kumar
1
-0
/
+47
2026-05-26
fix anchor extraction and operation parsing to handle payload lines
Vineet Kumar
2
-48
/
+72
2026-05-26
fix bug in read_file causing string to not be json-serializable
Vineet Kumar
1
-1
/
+3
2026-05-26
fix grep tool
Vineet Kumar
1
-21
/
+30
2026-05-26
update bash tool to explicitly mention the other tools
Vineet Kumar
1
-3
/
+10
2026-05-26
fix typos in tool definitions
Vineet Kumar
1
-8
/
+8
2026-05-26
add lexical-binding to all files to prevent dynamic binding issues
Vineet Kumar
4
-2
/
+5
2026-05-25
final tool, edit_file, added
Vineet Kumar
1
-1
/
+143
2026-05-25
very important update to tests
Vineet Kumar
1
-15
/
+15
2026-05-25
update read_file tool definition based on finalized hashline changes
Vineet Kumar
1
-6
/
+37
2026-05-25
consolidate hl-file-read functions
Vineet Kumar
2
-23
/
+22
2026-05-25
replace most of the dolists with maps
Vineet Kumar
1
-36
/
+33
2026-05-25
split hl-validate-anchors to be not monolithic
Vineet Kumar
1
-20
/
+29
2026-05-25
split hl-get-anchors to be not monolithic
Vineet Kumar
1
-16
/
+22
2026-05-25
split hl-apply-one-op to be not monolithic
Vineet Kumar
1
-41
/
+57
2026-05-25
split hl-parse-section-ops to be not monolithic
Vineet Kumar
1
-22
/
+32
2026-05-25
fix faulty unit tests and code based off tests
Vineet Kumar
2
-102
/
+106
2026-05-25
work on hashline unit tests
Vineet Kumar
1
-12
/
+485
2026-05-25
add some hashline patch validation
Vineet Kumar
1
-58
/
+126
2026-05-25
make mostly working hashline implementation, just needs more tests
Vineet Kumar
2
-14
/
+334
2026-05-25
add glob optional argument to grep
Vineet Kumar
1
-4
/
+12
2026-05-25
start working on hashline diff applying
Vineet Kumar
1
-19
/
+40
2026-05-24
fix docstrings
Vineet Kumar
1
-2
/
+6
2026-05-24
add beginning of hashline verification
Vineet Kumar
1
-5
/
+102
2026-05-24
add unit test for hl-file-read
Vineet Kumar
1
-0
/
+25
2026-05-24
fix bug with negative indices in hashline computation
Vineet Kumar
1
-1
/
+2
2026-05-24
add GPLv3 license
Vineet Kumar
1
-0
/
+674
2026-05-24
import web_search and web_fetch wholesale from gptel-agent
Vineet Kumar
3
-2
/
+160
2026-05-24
add confirm predicate to bash tool
Vineet Kumar
1
-21
/
+31
2026-05-24
add grep tool
Vineet Kumar
1
-4
/
+46
2026-05-24
fix quoting and casing
Vineet Kumar
1
-6
/
+8
2026-05-24
add write_file tool
Vineet Kumar
1
-1
/
+32
2026-05-24
rename from gptel-tools an add gptel-agent's bash tool
Vineet Kumar
3
-78
/
+144
2026-05-23
declare second tool (find_files)
Vineet Kumar
1
-1
/
+25
2026-05-23
declare first tool (read_file)
Vineet Kumar
1
-0
/
+37
2026-05-23
deduplicate the hl-* functions
Vineet Kumar
1
-31
/
+27
2026-05-23
add some more hl-* reading functions
Vineet Kumar
1
-18
/
+42
2026-05-23
start working on hashline implementation
Vineet Kumar
2
-0
/
+85