chore: add sqlite3 link, increase prompt tokens, expand history path, and refine tool descriptions

This commit is contained in:
2025-03-27 22:08:00 +00:00
parent 7cd02d81f5
commit 9348e4ebea
7 changed files with 35 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ build:
publish r
build_rpylib:
$(CC) -shared -o rpylib.so -fPIC rpylib.c -lpython3.12 `python3-config --includes` -I/usr/include/CL -ljson-c -lcurl
$(CC) -shared -o rpylib.so -fPIC rpylib.c -lpython3.12 `python3-config --includes` -I/usr/include/CL -ljson-c -lcurl -lsqlite3
publish rpylib.so
run: