v0.4.2 #6

Merged
ton merged 4 commits from v0.4.2 into main 2026-07-09 13:20:36 +00:00
2 changed files with 7 additions and 4 deletions
Showing only changes of commit 6a66f58e63 - Show all commits
+5 -3
View File
@@ -2,7 +2,7 @@
julia_version = "1.12.6"
manifest_format = "2.0"
project_hash = "d8b83d09e35f3ba09b54977607be02d80ec68613"
project_hash = "95dc0193a18325ca5b1e37deab8108d1b35915db"
[[deps.Accessors]]
deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "MacroTools"]
@@ -760,9 +760,11 @@ version = "0.7.0"
[[deps.SQLLLM]]
deps = ["CSV", "DataFrames", "DataStructures", "Dates", "FileIO", "GeneralUtils", "HTTP", "JSON", "LLMMCTS", "LibPQ", "PrettyPrinting", "Random", "Revise", "StatsBase", "Tables", "URIs", "UUIDs"]
path = "../SQLLLM"
git-tree-sha1 = "8f264038c55c5bea069cccbdc057c56e27899c42"
repo-rev = "main"
repo-url = "https://git.yiem.cc/ton/SQLLLM"
uuid = "2ebc79c7-cc10-4a3a-9665-d2e1d61e63d3"
version = "0.2.5"
version = "0.2.6"
[[deps.SQLStrings]]
git-tree-sha1 = "55de0530689832b1d3d43491ee6b67bd54d3323c"
+2 -1
View File
@@ -1,6 +1,6 @@
name = "YiemAgent"
uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2"
version = "0.4.1"
version = "0.4.2"
authors = ["narawat lamaiin <narawat@outlook.com>"]
[deps]
@@ -30,3 +30,4 @@ HTTP = "2.4.0"
JSON = "1.6.1"
LLMMCTS = "0.1.5"
NATS = "0.1.0"
SQLLLM = "0.2.6"