Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 795e8a6e31 | |||
| 9768f22019 | |||
| 178750db9a | |||
| 27944a178b | |||
| 00f1a6775b | |||
|
|
becda0b309 | ||
|
|
bc002a3ef4 | ||
|
|
d763727d7d |
@@ -1,7 +1,7 @@
|
|||||||
name = "YiemAgent"
|
name = "YiemAgent"
|
||||||
uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2"
|
uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2"
|
||||||
authors = ["narawat lamaiin <narawat@outlook.com>"]
|
authors = ["narawat lamaiin <narawat@outlook.com>"]
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
||||||
|
|||||||
@@ -1,630 +0,0 @@
|
|||||||
# This file is machine-generated - editing it directly is not advised
|
|
||||||
|
|
||||||
julia_version = "1.10.3"
|
|
||||||
manifest_format = "2.0"
|
|
||||||
project_hash = "c6233f8bf690740dd830d1f0927bd3afed93b8d2"
|
|
||||||
|
|
||||||
[[deps.AliasTables]]
|
|
||||||
deps = ["PtrArrays", "Random"]
|
|
||||||
git-tree-sha1 = "9876e1e164b144ca45e9e3198d0b689cadfed9ff"
|
|
||||||
uuid = "66dad0bd-aa9a-41b7-9441-69ab47430ed8"
|
|
||||||
version = "1.1.3"
|
|
||||||
|
|
||||||
[[deps.ArgTools]]
|
|
||||||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
|
||||||
version = "1.1.1"
|
|
||||||
|
|
||||||
[[deps.Artifacts]]
|
|
||||||
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
|
|
||||||
|
|
||||||
[[deps.Base64]]
|
|
||||||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
|
||||||
|
|
||||||
[[deps.BitFlags]]
|
|
||||||
git-tree-sha1 = "2dc09997850d68179b69dafb58ae806167a32b1b"
|
|
||||||
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
|
|
||||||
version = "0.1.8"
|
|
||||||
|
|
||||||
[[deps.Calculus]]
|
|
||||||
deps = ["LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "f641eb0a4f00c343bbc32346e1217b86f3ce9dad"
|
|
||||||
uuid = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
|
|
||||||
version = "0.5.1"
|
|
||||||
|
|
||||||
[[deps.CodeTracking]]
|
|
||||||
deps = ["InteractiveUtils", "UUIDs"]
|
|
||||||
git-tree-sha1 = "c0216e792f518b39b22212127d4a84dc31e4e386"
|
|
||||||
uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
|
|
||||||
version = "1.3.5"
|
|
||||||
|
|
||||||
[[deps.CodecZlib]]
|
|
||||||
deps = ["TranscodingStreams", "Zlib_jll"]
|
|
||||||
git-tree-sha1 = "59939d8a997469ee05c4b4944560a820f9ba0d73"
|
|
||||||
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
|
|
||||||
version = "0.7.4"
|
|
||||||
|
|
||||||
[[deps.Compat]]
|
|
||||||
deps = ["TOML", "UUIDs"]
|
|
||||||
git-tree-sha1 = "b1c55339b7c6c350ee89f2c1604299660525b248"
|
|
||||||
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
|
|
||||||
version = "4.15.0"
|
|
||||||
weakdeps = ["Dates", "LinearAlgebra"]
|
|
||||||
|
|
||||||
[deps.Compat.extensions]
|
|
||||||
CompatLinearAlgebraExt = "LinearAlgebra"
|
|
||||||
|
|
||||||
[[deps.CompilerSupportLibraries_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
|
|
||||||
version = "1.1.1+0"
|
|
||||||
|
|
||||||
[[deps.ConcurrentUtilities]]
|
|
||||||
deps = ["Serialization", "Sockets"]
|
|
||||||
git-tree-sha1 = "6cbbd4d241d7e6579ab354737f4dd95ca43946e1"
|
|
||||||
uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb"
|
|
||||||
version = "2.4.1"
|
|
||||||
|
|
||||||
[[deps.CondaPkg]]
|
|
||||||
deps = ["JSON3", "Markdown", "MicroMamba", "Pidfile", "Pkg", "Preferences", "TOML"]
|
|
||||||
git-tree-sha1 = "e81c4263c7ef4eca4d645ef612814d72e9255b41"
|
|
||||||
uuid = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
|
|
||||||
version = "0.2.22"
|
|
||||||
|
|
||||||
[[deps.DataAPI]]
|
|
||||||
git-tree-sha1 = "abe83f3a2f1b857aac70ef8b269080af17764bbe"
|
|
||||||
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
|
|
||||||
version = "1.16.0"
|
|
||||||
|
|
||||||
[[deps.DataStructures]]
|
|
||||||
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
|
|
||||||
git-tree-sha1 = "1d0a14036acb104d9e89698bd408f63ab58cdc82"
|
|
||||||
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
|
||||||
version = "0.18.20"
|
|
||||||
|
|
||||||
[[deps.DataValueInterfaces]]
|
|
||||||
git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6"
|
|
||||||
uuid = "e2d170a0-9d28-54be-80f0-106bbe20a464"
|
|
||||||
version = "1.0.0"
|
|
||||||
|
|
||||||
[[deps.Dates]]
|
|
||||||
deps = ["Printf"]
|
|
||||||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
|
||||||
|
|
||||||
[[deps.Distributed]]
|
|
||||||
deps = ["Random", "Serialization", "Sockets"]
|
|
||||||
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
|
|
||||||
|
|
||||||
[[deps.Distributions]]
|
|
||||||
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
|
|
||||||
git-tree-sha1 = "22c595ca4146c07b16bcf9c8bea86f731f7109d2"
|
|
||||||
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
|
||||||
version = "0.25.108"
|
|
||||||
|
|
||||||
[deps.Distributions.extensions]
|
|
||||||
DistributionsChainRulesCoreExt = "ChainRulesCore"
|
|
||||||
DistributionsDensityInterfaceExt = "DensityInterface"
|
|
||||||
DistributionsTestExt = "Test"
|
|
||||||
|
|
||||||
[deps.Distributions.weakdeps]
|
|
||||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
|
||||||
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
|
|
||||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
||||||
|
|
||||||
[[deps.DocStringExtensions]]
|
|
||||||
deps = ["LibGit2"]
|
|
||||||
git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d"
|
|
||||||
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
|
|
||||||
version = "0.9.3"
|
|
||||||
|
|
||||||
[[deps.Downloads]]
|
|
||||||
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
|
|
||||||
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
|
||||||
version = "1.6.0"
|
|
||||||
|
|
||||||
[[deps.DualNumbers]]
|
|
||||||
deps = ["Calculus", "NaNMath", "SpecialFunctions"]
|
|
||||||
git-tree-sha1 = "5837a837389fccf076445fce071c8ddaea35a566"
|
|
||||||
uuid = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
|
|
||||||
version = "0.6.8"
|
|
||||||
|
|
||||||
[[deps.ExceptionUnwrapping]]
|
|
||||||
deps = ["Test"]
|
|
||||||
git-tree-sha1 = "dcb08a0d93ec0b1cdc4af184b26b591e9695423a"
|
|
||||||
uuid = "460bff9d-24e4-43bc-9d9f-a8973cb893f4"
|
|
||||||
version = "0.1.10"
|
|
||||||
|
|
||||||
[[deps.FileWatching]]
|
|
||||||
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
|
|
||||||
|
|
||||||
[[deps.FillArrays]]
|
|
||||||
deps = ["LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "0653c0a2396a6da5bc4766c43041ef5fd3efbe57"
|
|
||||||
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
|
|
||||||
version = "1.11.0"
|
|
||||||
weakdeps = ["PDMats", "SparseArrays", "Statistics"]
|
|
||||||
|
|
||||||
[deps.FillArrays.extensions]
|
|
||||||
FillArraysPDMatsExt = "PDMats"
|
|
||||||
FillArraysSparseArraysExt = "SparseArrays"
|
|
||||||
FillArraysStatisticsExt = "Statistics"
|
|
||||||
|
|
||||||
[[deps.GeneralUtils]]
|
|
||||||
deps = ["DataStructures", "Dates", "Distributions", "JSON3", "MQTTClient", "Random", "Revise", "UUIDs"]
|
|
||||||
path = "/appfolder/app/privatejuliapkg/GeneralUtils"
|
|
||||||
uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[[deps.HTTP]]
|
|
||||||
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
|
|
||||||
git-tree-sha1 = "d1d712be3164d61d1fb98e7ce9bcbc6cc06b45ed"
|
|
||||||
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
|
|
||||||
version = "1.10.8"
|
|
||||||
|
|
||||||
[[deps.HypergeometricFunctions]]
|
|
||||||
deps = ["DualNumbers", "LinearAlgebra", "OpenLibm_jll", "SpecialFunctions"]
|
|
||||||
git-tree-sha1 = "f218fe3736ddf977e0e772bc9a586b2383da2685"
|
|
||||||
uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
|
|
||||||
version = "0.3.23"
|
|
||||||
|
|
||||||
[[deps.InteractiveUtils]]
|
|
||||||
deps = ["Markdown"]
|
|
||||||
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
|
||||||
|
|
||||||
[[deps.IrrationalConstants]]
|
|
||||||
git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2"
|
|
||||||
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6"
|
|
||||||
version = "0.2.2"
|
|
||||||
|
|
||||||
[[deps.IteratorInterfaceExtensions]]
|
|
||||||
git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856"
|
|
||||||
uuid = "82899510-4779-5014-852e-03e436cf321d"
|
|
||||||
version = "1.0.0"
|
|
||||||
|
|
||||||
[[deps.JLLWrappers]]
|
|
||||||
deps = ["Artifacts", "Preferences"]
|
|
||||||
git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca"
|
|
||||||
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
|
|
||||||
version = "1.5.0"
|
|
||||||
|
|
||||||
[[deps.JSON3]]
|
|
||||||
deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
|
|
||||||
git-tree-sha1 = "eb3edce0ed4fa32f75a0a11217433c31d56bd48b"
|
|
||||||
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
|
|
||||||
version = "1.14.0"
|
|
||||||
|
|
||||||
[deps.JSON3.extensions]
|
|
||||||
JSON3ArrowExt = ["ArrowTypes"]
|
|
||||||
|
|
||||||
[deps.JSON3.weakdeps]
|
|
||||||
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
|
|
||||||
|
|
||||||
[[deps.JuliaInterpreter]]
|
|
||||||
deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"]
|
|
||||||
git-tree-sha1 = "e9648d90370e2d0317f9518c9c6e0841db54a90b"
|
|
||||||
uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
|
|
||||||
version = "0.9.31"
|
|
||||||
|
|
||||||
[[deps.LazyArtifacts]]
|
|
||||||
deps = ["Artifacts", "Pkg"]
|
|
||||||
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
|
|
||||||
|
|
||||||
[[deps.LibCURL]]
|
|
||||||
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
|
|
||||||
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
|
|
||||||
version = "0.6.4"
|
|
||||||
|
|
||||||
[[deps.LibCURL_jll]]
|
|
||||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
|
|
||||||
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
|
|
||||||
version = "8.4.0+0"
|
|
||||||
|
|
||||||
[[deps.LibGit2]]
|
|
||||||
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
|
|
||||||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
|
||||||
|
|
||||||
[[deps.LibGit2_jll]]
|
|
||||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
|
|
||||||
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
|
|
||||||
version = "1.6.4+0"
|
|
||||||
|
|
||||||
[[deps.LibSSH2_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
|
|
||||||
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
|
|
||||||
version = "1.11.0+1"
|
|
||||||
|
|
||||||
[[deps.Libdl]]
|
|
||||||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
|
|
||||||
|
|
||||||
[[deps.LinearAlgebra]]
|
|
||||||
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
|
|
||||||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
||||||
|
|
||||||
[[deps.LogExpFunctions]]
|
|
||||||
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "18144f3e9cbe9b15b070288eef858f71b291ce37"
|
|
||||||
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
|
|
||||||
version = "0.3.27"
|
|
||||||
|
|
||||||
[deps.LogExpFunctions.extensions]
|
|
||||||
LogExpFunctionsChainRulesCoreExt = "ChainRulesCore"
|
|
||||||
LogExpFunctionsChangesOfVariablesExt = "ChangesOfVariables"
|
|
||||||
LogExpFunctionsInverseFunctionsExt = "InverseFunctions"
|
|
||||||
|
|
||||||
[deps.LogExpFunctions.weakdeps]
|
|
||||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
|
||||||
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
|
|
||||||
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
|
|
||||||
|
|
||||||
[[deps.Logging]]
|
|
||||||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
|
||||||
|
|
||||||
[[deps.LoggingExtras]]
|
|
||||||
deps = ["Dates", "Logging"]
|
|
||||||
git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075"
|
|
||||||
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
|
|
||||||
version = "1.0.3"
|
|
||||||
|
|
||||||
[[deps.LoweredCodeUtils]]
|
|
||||||
deps = ["JuliaInterpreter"]
|
|
||||||
git-tree-sha1 = "c6a36b22d2cca0e1a903f00f600991f97bf5f426"
|
|
||||||
uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
|
|
||||||
version = "2.4.6"
|
|
||||||
|
|
||||||
[[deps.MQTTClient]]
|
|
||||||
deps = ["Distributed", "Random", "Sockets"]
|
|
||||||
git-tree-sha1 = "c58ba9d6ae121f58494fa1e5164213f5b4e3e2c7"
|
|
||||||
uuid = "985f35cc-2c3d-4943-b8c1-f0931d5f0959"
|
|
||||||
version = "0.3.0"
|
|
||||||
weakdeps = ["PrecompileTools"]
|
|
||||||
|
|
||||||
[deps.MQTTClient.extensions]
|
|
||||||
PrecompileMQTT = "PrecompileTools"
|
|
||||||
|
|
||||||
[[deps.MacroTools]]
|
|
||||||
deps = ["Markdown", "Random"]
|
|
||||||
git-tree-sha1 = "2fa9ee3e63fd3a4f7a9a4f4744a52f4856de82df"
|
|
||||||
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
|
|
||||||
version = "0.5.13"
|
|
||||||
|
|
||||||
[[deps.Markdown]]
|
|
||||||
deps = ["Base64"]
|
|
||||||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
|
||||||
|
|
||||||
[[deps.MbedTLS]]
|
|
||||||
deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "NetworkOptions", "Random", "Sockets"]
|
|
||||||
git-tree-sha1 = "c067a280ddc25f196b5e7df3877c6b226d390aaf"
|
|
||||||
uuid = "739be429-bea8-5141-9913-cc70e7f3736d"
|
|
||||||
version = "1.1.9"
|
|
||||||
|
|
||||||
[[deps.MbedTLS_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
|
|
||||||
version = "2.28.2+1"
|
|
||||||
|
|
||||||
[[deps.MicroMamba]]
|
|
||||||
deps = ["Pkg", "Scratch", "micromamba_jll"]
|
|
||||||
git-tree-sha1 = "011cab361eae7bcd7d278f0a7a00ff9c69000c51"
|
|
||||||
uuid = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
|
|
||||||
version = "0.1.14"
|
|
||||||
|
|
||||||
[[deps.Missings]]
|
|
||||||
deps = ["DataAPI"]
|
|
||||||
git-tree-sha1 = "ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d"
|
|
||||||
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
|
|
||||||
version = "1.2.0"
|
|
||||||
|
|
||||||
[[deps.Mmap]]
|
|
||||||
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
|
|
||||||
|
|
||||||
[[deps.MozillaCACerts_jll]]
|
|
||||||
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
|
|
||||||
version = "2023.1.10"
|
|
||||||
|
|
||||||
[[deps.NaNMath]]
|
|
||||||
deps = ["OpenLibm_jll"]
|
|
||||||
git-tree-sha1 = "0877504529a3e5c3343c6f8b4c0381e57e4387e4"
|
|
||||||
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
|
|
||||||
version = "1.0.2"
|
|
||||||
|
|
||||||
[[deps.NetworkOptions]]
|
|
||||||
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
|
|
||||||
version = "1.2.0"
|
|
||||||
|
|
||||||
[[deps.OpenBLAS_jll]]
|
|
||||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
|
|
||||||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
|
|
||||||
version = "0.3.23+4"
|
|
||||||
|
|
||||||
[[deps.OpenLibm_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
|
|
||||||
version = "0.8.1+2"
|
|
||||||
|
|
||||||
[[deps.OpenSSL]]
|
|
||||||
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
|
|
||||||
git-tree-sha1 = "38cb508d080d21dc1128f7fb04f20387ed4c0af4"
|
|
||||||
uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c"
|
|
||||||
version = "1.4.3"
|
|
||||||
|
|
||||||
[[deps.OpenSSL_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
|
||||||
git-tree-sha1 = "3da7367955dcc5c54c1ba4d402ccdc09a1a3e046"
|
|
||||||
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
|
|
||||||
version = "3.0.13+1"
|
|
||||||
|
|
||||||
[[deps.OpenSpecFun_jll]]
|
|
||||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
|
|
||||||
git-tree-sha1 = "13652491f6856acfd2db29360e1bbcd4565d04f1"
|
|
||||||
uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
|
|
||||||
version = "0.5.5+0"
|
|
||||||
|
|
||||||
[[deps.OrderedCollections]]
|
|
||||||
git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
|
|
||||||
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
|
|
||||||
version = "1.6.3"
|
|
||||||
|
|
||||||
[[deps.PDMats]]
|
|
||||||
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
|
|
||||||
git-tree-sha1 = "949347156c25054de2db3b166c52ac4728cbad65"
|
|
||||||
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
|
|
||||||
version = "0.11.31"
|
|
||||||
|
|
||||||
[[deps.Parsers]]
|
|
||||||
deps = ["Dates", "PrecompileTools", "UUIDs"]
|
|
||||||
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
|
|
||||||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
|
|
||||||
version = "2.8.1"
|
|
||||||
|
|
||||||
[[deps.Pidfile]]
|
|
||||||
deps = ["FileWatching", "Test"]
|
|
||||||
git-tree-sha1 = "2d8aaf8ee10df53d0dfb9b8ee44ae7c04ced2b03"
|
|
||||||
uuid = "fa939f87-e72e-5be4-a000-7fc836dbe307"
|
|
||||||
version = "1.3.0"
|
|
||||||
|
|
||||||
[[deps.Pkg]]
|
|
||||||
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
|
||||||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.PrecompileTools]]
|
|
||||||
deps = ["Preferences"]
|
|
||||||
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
|
|
||||||
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
|
|
||||||
version = "1.2.1"
|
|
||||||
|
|
||||||
[[deps.Preferences]]
|
|
||||||
deps = ["TOML"]
|
|
||||||
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
|
|
||||||
uuid = "21216c6a-2e73-6563-6e65-726566657250"
|
|
||||||
version = "1.4.3"
|
|
||||||
|
|
||||||
[[deps.PrettyPrinting]]
|
|
||||||
git-tree-sha1 = "142ee93724a9c5d04d78df7006670a93ed1b244e"
|
|
||||||
uuid = "54e16d92-306c-5ea0-a30b-337be88ac337"
|
|
||||||
version = "0.4.2"
|
|
||||||
|
|
||||||
[[deps.Printf]]
|
|
||||||
deps = ["Unicode"]
|
|
||||||
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|
||||||
|
|
||||||
[[deps.PtrArrays]]
|
|
||||||
git-tree-sha1 = "f011fbb92c4d401059b2212c05c0601b70f8b759"
|
|
||||||
uuid = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d"
|
|
||||||
version = "1.2.0"
|
|
||||||
|
|
||||||
[[deps.PythonCall]]
|
|
||||||
deps = ["CondaPkg", "Dates", "Libdl", "MacroTools", "Markdown", "Pkg", "REPL", "Requires", "Serialization", "Tables", "UnsafePointers"]
|
|
||||||
git-tree-sha1 = "8de9e6cbabc9bcad4f325bd9f2f1e83361e5037d"
|
|
||||||
uuid = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
|
|
||||||
version = "0.9.20"
|
|
||||||
|
|
||||||
[[deps.QuadGK]]
|
|
||||||
deps = ["DataStructures", "LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "9b23c31e76e333e6fb4c1595ae6afa74966a729e"
|
|
||||||
uuid = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
|
|
||||||
version = "2.9.4"
|
|
||||||
|
|
||||||
[[deps.REPL]]
|
|
||||||
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
|
|
||||||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
|
|
||||||
|
|
||||||
[[deps.Random]]
|
|
||||||
deps = ["SHA"]
|
|
||||||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
||||||
|
|
||||||
[[deps.Reexport]]
|
|
||||||
git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
|
|
||||||
uuid = "189a3867-3050-52da-a836-e630ba90ab69"
|
|
||||||
version = "1.2.2"
|
|
||||||
|
|
||||||
[[deps.Requires]]
|
|
||||||
deps = ["UUIDs"]
|
|
||||||
git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
|
|
||||||
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
|
|
||||||
version = "1.3.0"
|
|
||||||
|
|
||||||
[[deps.Revise]]
|
|
||||||
deps = ["CodeTracking", "Distributed", "FileWatching", "JuliaInterpreter", "LibGit2", "LoweredCodeUtils", "OrderedCollections", "Pkg", "REPL", "Requires", "UUIDs", "Unicode"]
|
|
||||||
git-tree-sha1 = "12aa2d7593df490c407a3bbd8b86b8b515017f3e"
|
|
||||||
uuid = "295af30f-e4ad-537b-8983-00126c2a3abe"
|
|
||||||
version = "3.5.14"
|
|
||||||
|
|
||||||
[[deps.Rmath]]
|
|
||||||
deps = ["Random", "Rmath_jll"]
|
|
||||||
git-tree-sha1 = "f65dcb5fa46aee0cf9ed6274ccbd597adc49aa7b"
|
|
||||||
uuid = "79098fc4-a85e-5d69-aa6a-4863f24498fa"
|
|
||||||
version = "0.7.1"
|
|
||||||
|
|
||||||
[[deps.Rmath_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
|
||||||
git-tree-sha1 = "d483cd324ce5cf5d61b77930f0bbd6cb61927d21"
|
|
||||||
uuid = "f50d1b31-88e8-58de-be2c-1cc44531875f"
|
|
||||||
version = "0.4.2+0"
|
|
||||||
|
|
||||||
[[deps.SHA]]
|
|
||||||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
|
|
||||||
version = "0.7.0"
|
|
||||||
|
|
||||||
[[deps.Scratch]]
|
|
||||||
deps = ["Dates"]
|
|
||||||
git-tree-sha1 = "3bac05bc7e74a75fd9cba4295cde4045d9fe2386"
|
|
||||||
uuid = "6c6a2e73-6563-6170-7368-637461726353"
|
|
||||||
version = "1.2.1"
|
|
||||||
|
|
||||||
[[deps.Serialization]]
|
|
||||||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
|
||||||
|
|
||||||
[[deps.SimpleBufferStream]]
|
|
||||||
git-tree-sha1 = "874e8867b33a00e784c8a7e4b60afe9e037b74e1"
|
|
||||||
uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7"
|
|
||||||
version = "1.1.0"
|
|
||||||
|
|
||||||
[[deps.Sockets]]
|
|
||||||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
|
||||||
|
|
||||||
[[deps.SortingAlgorithms]]
|
|
||||||
deps = ["DataStructures"]
|
|
||||||
git-tree-sha1 = "66e0a8e672a0bdfca2c3f5937efb8538b9ddc085"
|
|
||||||
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
|
|
||||||
version = "1.2.1"
|
|
||||||
|
|
||||||
[[deps.SparseArrays]]
|
|
||||||
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
|
|
||||||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.SpecialFunctions]]
|
|
||||||
deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
|
|
||||||
git-tree-sha1 = "2f5d4697f21388cbe1ff299430dd169ef97d7e14"
|
|
||||||
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
|
|
||||||
version = "2.4.0"
|
|
||||||
|
|
||||||
[deps.SpecialFunctions.extensions]
|
|
||||||
SpecialFunctionsChainRulesCoreExt = "ChainRulesCore"
|
|
||||||
|
|
||||||
[deps.SpecialFunctions.weakdeps]
|
|
||||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
|
||||||
|
|
||||||
[[deps.Statistics]]
|
|
||||||
deps = ["LinearAlgebra", "SparseArrays"]
|
|
||||||
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.StatsAPI]]
|
|
||||||
deps = ["LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "1ff449ad350c9c4cbc756624d6f8a8c3ef56d3ed"
|
|
||||||
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
|
|
||||||
version = "1.7.0"
|
|
||||||
|
|
||||||
[[deps.StatsBase]]
|
|
||||||
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
|
|
||||||
git-tree-sha1 = "5cf7606d6cef84b543b483848d4ae08ad9832b21"
|
|
||||||
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
|
|
||||||
version = "0.34.3"
|
|
||||||
|
|
||||||
[[deps.StatsFuns]]
|
|
||||||
deps = ["HypergeometricFunctions", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]
|
|
||||||
git-tree-sha1 = "cef0472124fab0695b58ca35a77c6fb942fdab8a"
|
|
||||||
uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
|
|
||||||
version = "1.3.1"
|
|
||||||
|
|
||||||
[deps.StatsFuns.extensions]
|
|
||||||
StatsFunsChainRulesCoreExt = "ChainRulesCore"
|
|
||||||
StatsFunsInverseFunctionsExt = "InverseFunctions"
|
|
||||||
|
|
||||||
[deps.StatsFuns.weakdeps]
|
|
||||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
|
||||||
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
|
|
||||||
|
|
||||||
[[deps.StructTypes]]
|
|
||||||
deps = ["Dates", "UUIDs"]
|
|
||||||
git-tree-sha1 = "ca4bccb03acf9faaf4137a9abc1881ed1841aa70"
|
|
||||||
uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.SuiteSparse]]
|
|
||||||
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
|
|
||||||
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
|
|
||||||
|
|
||||||
[[deps.SuiteSparse_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
|
|
||||||
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
|
|
||||||
version = "7.2.1+1"
|
|
||||||
|
|
||||||
[[deps.TOML]]
|
|
||||||
deps = ["Dates"]
|
|
||||||
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
|
|
||||||
version = "1.0.3"
|
|
||||||
|
|
||||||
[[deps.TableTraits]]
|
|
||||||
deps = ["IteratorInterfaceExtensions"]
|
|
||||||
git-tree-sha1 = "c06b2f539df1c6efa794486abfb6ed2022561a39"
|
|
||||||
uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
|
|
||||||
version = "1.0.1"
|
|
||||||
|
|
||||||
[[deps.Tables]]
|
|
||||||
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "OrderedCollections", "TableTraits"]
|
|
||||||
git-tree-sha1 = "cb76cf677714c095e535e3501ac7954732aeea2d"
|
|
||||||
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
|
|
||||||
version = "1.11.1"
|
|
||||||
|
|
||||||
[[deps.Tar]]
|
|
||||||
deps = ["ArgTools", "SHA"]
|
|
||||||
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.Test]]
|
|
||||||
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
|
|
||||||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
||||||
|
|
||||||
[[deps.TranscodingStreams]]
|
|
||||||
git-tree-sha1 = "5d54d076465da49d6746c647022f3b3674e64156"
|
|
||||||
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
|
|
||||||
version = "0.10.8"
|
|
||||||
weakdeps = ["Random", "Test"]
|
|
||||||
|
|
||||||
[deps.TranscodingStreams.extensions]
|
|
||||||
TestExt = ["Test", "Random"]
|
|
||||||
|
|
||||||
[[deps.URIs]]
|
|
||||||
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
|
|
||||||
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
|
|
||||||
version = "1.5.1"
|
|
||||||
|
|
||||||
[[deps.UUIDs]]
|
|
||||||
deps = ["Random", "SHA"]
|
|
||||||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
|
||||||
|
|
||||||
[[deps.Unicode]]
|
|
||||||
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
|
|
||||||
|
|
||||||
[[deps.UnsafePointers]]
|
|
||||||
git-tree-sha1 = "c81331b3b2e60a982be57c046ec91f599ede674a"
|
|
||||||
uuid = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
|
|
||||||
version = "1.0.0"
|
|
||||||
|
|
||||||
[[deps.Zlib_jll]]
|
|
||||||
deps = ["Libdl"]
|
|
||||||
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
|
|
||||||
version = "1.2.13+1"
|
|
||||||
|
|
||||||
[[deps.libblastrampoline_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
|
|
||||||
version = "5.8.0+1"
|
|
||||||
|
|
||||||
[[deps.micromamba_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl"]
|
|
||||||
git-tree-sha1 = "b4a5a3943078f9fd11ae0b5ab1bdbf7718617945"
|
|
||||||
uuid = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
|
|
||||||
version = "1.5.8+0"
|
|
||||||
|
|
||||||
[[deps.nghttp2_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
|
|
||||||
version = "1.52.0+1"
|
|
||||||
|
|
||||||
[[deps.p7zip_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
|
|
||||||
version = "17.4.0+2"
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
name = "YiemAgent"
|
|
||||||
uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2"
|
|
||||||
authors = ["narawat lamaiin <narawat@outlook.com>"]
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
|
|
||||||
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
|
||||||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
|
||||||
GeneralUtils = "c6c72f09-b708-4ac8-ac7c-2084d70108fe"
|
|
||||||
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
|
|
||||||
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
|
|
||||||
MQTTClient = "985f35cc-2c3d-4943-b8c1-f0931d5f0959"
|
|
||||||
PrettyPrinting = "54e16d92-306c-5ea0-a30b-337be88ac337"
|
|
||||||
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
|
|
||||||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
||||||
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
|
|
||||||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
|
||||||
@@ -1,537 +0,0 @@
|
|||||||
https://github.com/andyz245/LanguageAgentTreeSearch/blob/main/hotpot/hotpot.py
|
|
||||||
|
|
||||||
|
|
||||||
standard_prompt = '''
|
|
||||||
Write a coherent passage of 4 short paragraphs. The end sentence of each paragraph must be: {input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
reflection_prompt = '''You are an advanced reasoning agent that can improve based on self refection. You will be given a previous reasoning trial in which you were given access to an Docstore API environment and a question to answer. You were unsuccessful in answering the question either because you guessed the wrong answer with Finish[<answer>], or you used up your set number of reasoning steps. In a few sentences, Diagnose a possible reason for failure and devise a new, concise, high level plan that aims to mitigate the same failure. Use complete sentences.
|
|
||||||
Here are some examples:
|
|
||||||
Previous Trial:
|
|
||||||
Question: The Rome Protocols were signed by three Prime Ministers one of which was assassinated as part of what?
|
|
||||||
Thought 1: I need to search Rome Protocols, find the three Prime Ministers, then find what they were assassinated as part of.
|
|
||||||
Action 1: Search[Rome Protocols]
|
|
||||||
Observation 1: The Rome Protocols were a series of three international agreements concluded in Rome on 17 March 1934 between the governments of Austria, Hungary and Italy. They were signed by Italian Prime Minister Benito Mussolini, Austrian Chancellor Engelbert Dollfuss and Hungarian Prime Minister Gyula Gömbös. All of the protocols went into effect on 12 July 1934 and were registered in League of Nations Treaty Series on 12 December 1934.
|
|
||||||
Thought 2: The three Prime Ministers were Benito Mussolini, Engelbert Dollfuss, and Gyula Gömbös. I need to search Benito Mussolini and find what he was assassinated as part of.
|
|
||||||
Action 2: Search[Benito Mussolini]
|
|
||||||
Observation 2: Benito Amilcare Andrea Mussolini (UK: MU(U)SS-ə-LEE-nee, US: MOOSS-, Italian: [beˈniːto aˈmilkare anˈdrɛːa mussoˈliːni]; 29 July 1883 – 28 April 1945) was an Italian politician and journalist who founded and led the National Fascist Party (PNF). He was Prime Minister of Italy from the March on Rome in 1922 until his deposition in 1943, as well as "Duce" of Italian fascism from the establishment of the Italian Fasces of Combat in 1919 until his summary execution in 1945 by Italian partisans. As dictator of Italy and principal founder of fascism, Mussolini inspired and supported the international spread of fascist movements during the inter-war period.Mussolini was originally a socialist politician and a journalist at the Avanti! newspaper. In 1912, he became a member of the National Directorate of the Italian Socialist Party (PSI), but he was expelled from the PSI for advocating military intervention in World War I, in opposition to the party's stance on neutrality. In 1914, Mussolini founded a new journal, Il Popolo d'Italia, and served in the Royal Italian Army during the war until he was wounded and discharged in 1917. Mussolini denounced the PSI, his views now centering on Italian nationalism instead of socialism, and later founded the fascist movement which came to oppose egalitarianism and class conflict, instead advocating "revolutionary nationalism" transcending class lines. On 31 October 1922, following the March on Rome (28–30 October), Mussolini was appointed prime minister by King Victor Emmanuel III, becoming the youngest individual to hold the office up to that time. After removing all political opposition through his secret police and outlawing labor strikes, Mussolini and his followers consolidated power through a series of laws that transformed the nation into a one-party dictatorship. Within five years, Mussolini had established dictatorial authority by both legal and illegal means and aspired to create a totalitarian state. In 1929, Mussolini signed the Lateran Treaty with the Holy See to establish Vatican City.
|
|
||||||
Mussolini's foreign policy aimed to restore the ancient grandeur of the Roman Empire by expanding Italian colonial possessions and the fascist sphere of influence. In the 1920s, he ordered the Pacification of Libya, instructed the bombing of Corfu over an incident with Greece, established a protectorate over Albania, and incorporated the city of Fiume into the Italian state via agreements with Yugoslavia. In 1936, Ethiopia was conquered following the Second Italo-Ethiopian War and merged into Italian East Africa (AOI) with Eritrea and Somalia. In 1939, Italian forces annexed Albania. Between 1936 and 1939, Mussolini ordered the successful Italian military intervention in Spain in favor of Francisco Franco during the Spanish Civil War. Mussolini's Italy initially tried to avoid the outbreak of a second global war, sending troops at the Brenner Pass to delay Anschluss and taking part in the Stresa Front, the Lytton Report, the Treaty of Lausanne, the Four-Power Pact and the Munich Agreement. However, Italy then alienated itself from Britain and France by aligning with Germany and Japan. Germany invaded Poland on 1 September 1939, resulting in declarations of war by France and the UK and the start of World War II.
|
|
||||||
On 10 June 1940, Mussolini decided to enter the war on the Axis side. Despite initial success, the subsequent Axis collapse on multiple fronts and eventual Allied invasion of Sicily made Mussolini lose the support of the population and members of the Fascist Party. As a consequence, early on 25 July 1943, the Grand Council of Fascism passed a motion of no confidence in Mussolini; later that day King Victor Emmanuel III dismissed him as head of government and had him placed in custody, appointing Pietro Badoglio to succeed him as Prime Minister. After the king agreed to an armistice with the Allies, on 12 September 1943 Mussolini was rescued from captivity in the Gran Sasso raid by German paratroopers and Waffen-SS commandos led by Major Otto-Harald Mors. Adolf Hitler, after meeting with the rescued former dictator, then put Mussolini in charge of a puppet regime in northern Italy, the Italian Social Republic (Italian: Repubblica Sociale Italiana, RSI), informally known as the Salò Republic, causing a civil war. In late April 1945, in the wake of near total defeat, Mussolini and his mistress Clara Petacci attempted to flee to Switzerland, but both were captured by Italian communist partisans and summarily executed by firing squad on 28 April 1945 near Lake Como. The bodies of Mussolini and his mistress were then taken to Milan, where they were hung upside down at a service station to publicly confirm their demise.
|
|
||||||
Thought 3: Benito Mussolini was assassinated as part of the collapse of the Axis powers during World War II. So the Rome Protocols were signed by three Prime Ministers one of which was assassinated as part of World War II.
|
|
||||||
Action 3: Finish[World War II]
|
|
||||||
|
|
||||||
Reflection: I searched one of the prime ministers involved in the signing, then attemted to answer right away. I should have searched each of the prime ministers, then looked up 'death' on each of their pages in order to get more information before answering.
|
|
||||||
|
|
||||||
Previous Trial:
|
|
||||||
Question: Kam Heskin plays Paige Morgan in a 2004 film directed by who?
|
|
||||||
Thought 1: I need to search Kam Heskin and Paige Morgan, find the 2004 film they are in, then find the director of the film.
|
|
||||||
Action 1: Search[Kam Heskin]
|
|
||||||
Observation 1: Kam Erika Heskin (born May 8, 1973) is an American actress. She began her career playing Caitlin Deschanel on the NBC daytime soap opera Sunset Beach (1998–1999), before appearing in films Planet of the Apes (2001) and Catch Me If You Can (2002). Heskin went on in 2003 to play Elizabeth Bennet in an independent film Pride & Prejudice: A Latter-Day Comedy, Robin in Charmed (2004), and Paige Morgan in The Prince and Me film franchise (2006–2010).
|
|
||||||
Thought 2: Kam Heskin plays Paige Morgan in The Prince and Me film franchise. I need to search The Prince and Me film franchise and find the director of the 2004 film.
|
|
||||||
Action 2: Search[The Prince and Me film franchise]
|
|
||||||
Observation 2: Could not find [The Prince and Me film franchise]. Similar: ['Kam Heskin', 'Prince of Persia', 'Harry Potter and the Half-Blood Prince (film)', 'Prince of Persia: The Sands of Time (film)', 'The Chronicles of Narnia (film series)', 'Majestic Prince (franchise)', 'Kingsman (franchise)', 'The Little Prince (2015 film)', 'Shrek (franchise)', 'Harry Potter (film series)']
|
|
||||||
Thought 3: I need to search The Prince and Me (2004 film) instead.
|
|
||||||
Action 3: Search[The Prince and Me (2004 film)]
|
|
||||||
Observation 3: Could not find [The Prince and Me (2004 film)]. Similar: ['The Prince & Me', 'The Prince & Me 2: The Royal Wedding', 'Kam Heskin', 'Prince of Darkness (film)', 'Prince of Persia: The Sands of Time (film)', 'Rob Knox', 'Alexander (2004 film)', 'Prince of Persia', 'Brooklynn Prince', 'Prince (musician)']
|
|
||||||
Thought 4: I need to search The Prince & Me (2004 film).
|
|
||||||
Action 4: Search[The Prince & Me (2004 film)]
|
|
||||||
Observation 4: Could not find [The Prince & Me (2004 film)]. Similar: ['The Prince & Me', 'The Prince & Me 2: The Royal Wedding', 'Prince of Darkness (film)', 'Prince of Persia: The Sands of Time (film)', 'Rob Knox', 'Alexander (2004 film)', 'Prince (musician)', 'Prince of Persia', 'Kam Heskin', 'Brooklynn Prince']
|
|
||||||
Thought 5: I need to search The Prince & Me (2004 film) instead.
|
|
||||||
Action 5: Search[The Prince & Me (2004 film)]
|
|
||||||
Observation 5: Could not find [The Prince & Me (2004 film)]. Similar: ['The Prince & Me', 'The Prince & Me 2: The Royal Wedding', 'Prince of Darkness (film)', 'Prince of Persia: The Sands of Time (film)', 'Rob Knox', 'Alexander (2004 film)', 'Prince (musician)', 'Prince of Persia', 'Kam Heskin', 'Brooklynn Prince']
|
|
||||||
Thought 6: I need to search The Prince & Me (2004 film).
|
|
||||||
Action 6: Search[The Prince & Me (2004 film)]
|
|
||||||
Observation 6: Could not find [The Prince & Me (2004 film)]. Similar: ['The Prince & Me', 'The Prince & Me 2: The Royal Wedding', 'Prince of Darkness (film)', 'Prince of Persia: The Sands of Time (film)', 'Rob Knox', 'Alexander (2004 film)', 'Prince (musician)', 'Prince of Persia', 'Kam Heskin', 'Brooklynn Prince']
|
|
||||||
|
|
||||||
Reflection: I got stuck in a loop where I kept trying to search 'The Prince & Me (2004 film)' but the page could not be found. Instead I should have tried to search the similar results that had a similar name to see and they were made in 2004.
|
|
||||||
|
|
||||||
Previous Trial:
|
|
||||||
Question: The Oberoi family is part of a hotel company that has a head office in what city?
|
|
||||||
Thought 1: I need to search the Oberoi family and find the city where the hotel company's head office is located.
|
|
||||||
Action 1: Search[Oberoi family]
|
|
||||||
Observation 1: The Oberoi Group is a luxury hotel group with its head office in New Delhi, India.[2] Founded in 1934, the company owns and operates 32 luxury hotels and two river cruise ships in 7 countries, primarily under its Oberoi Hotels & Resorts and Trident brands.[3] The group also operates The Oberoi Centre for Learning and Development, which is regarded as one of Asia's top institutions for hospitality education.[4]. The foundations of the Oberoi Group date back to 1934 when The Rai Bahadur Mohan Singh Oberoi, the founder of the group, bought two properties: the Maidens in Delhi and the Clarke's in Shimla.[5] In the following years Oberoi, assisted by his two sons, Tilak Raj Singh Oberoi and Prithvi Raj Singh Oberoi (P.R.S. Oberoi
|
|
||||||
Thought 2: The Oberoi Group has its head office in New Delhi, India. I just need to finish with New Delhi.
|
|
||||||
Action 2: Finish[New Delhi]
|
|
||||||
Observation 2: Episode finished, reward = 0
|
|
||||||
|
|
||||||
Reflection: I appeared to have retrieved the correct information about The Oberoi Family and the location of it's head office, and provided a corresponding answer. However this answer does not exactly match the ground truth answer so I should try a different wording, such as Delhi.
|
|
||||||
|
|
||||||
Previous trial:
|
|
||||||
{trajectory}Reflection:'''
|
|
||||||
|
|
||||||
cot_prompt = '''
|
|
||||||
Solve a question answering task with interleaving Thought, Action, Observation steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
After each observation, provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Observation 1: The Colorado orogeny was an episode of mountain building (an orogeny) in Colorado and surrounding areas. This took place from 1780 to 1650 million years ago (Mya), during the Paleoproterozoic (Statherian Period). It is recorded in the Colorado orogen, a >500-km-wide belt of oceanic arc rock that extends southward into New Mexico. The Colorado orogeny was likely part of the larger Yavapai orogeny.
|
|
||||||
Thought 2: It does not mention the eastern sector of the Colorado orogeny. I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Observation 2: (Result 1 / 1) The Colorado orogen, formerly called the Colorado province, is a >500-km-wide belt of oceanic arc rock (1.78\u20131.65 Ga) that extends southward into New Mexico and composes a major part of the Proterozoic provinces of southwestern United States. This transcontinental collisional event occurred during the Paleoproterozoic (Statherian Period).[1] The Wyoming sector of the Colorado orogeny was formerly called the Medicine Bow orogeny. The eastern sector extends into the High Plains and is called the Central Plains orogeny. The boundary between the Colorado orogeny and the Wyoming craton is the Cheyenne belt, a 5-km-wide mylonitic shear zone that verges northward. The Cheyenne belt transects and cuts off the south edge of the older Trans-Hudson orogeny.[2]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]Observation 3: High Plains refers to one of two distinct land regions:
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Observation 4: The High Plains are a subregion of the Great Plains, mainly in the Western United States, but also partly in the Midwest states of Nebraska, Kansas, and South Dakota, generally encompassing the western part of the Great Plains before the region reaches the Rocky Mountains. The High Plains are located in eastern Montana, southeastern Wyoming, southwestern South Dakota, western Nebraska, eastern Colorado, western Kansas, eastern New Mexico, western Oklahoma, and to just south of the Texas Panhandle.[4] The southern region of the Western High Plains ecology region contains the geological formation known as Llano Estacado which can be seen from a short distance or on satellite maps.[5] From east to west, the High Plains rise in elevation from around 1,800 to 7,000 ft (550 to 2,130 m).[3]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Guitars for Wounded Warriors is an album that was recorded in the village in which New York county?
|
|
||||||
Thought 1: I need to search Guitars for Wounded Warriors, then find in which New York county it was recorded.
|
|
||||||
Action 1: Search[Guitars for Wounded Warriors]
|
|
||||||
Observation 1: Guitars for Wounded Warriors is the sixth solo studio album by guitarist Brian Tarquin, released in August 2014 by Cleopatra Records. In 2016, it received a Best Compilation Album nomination by the Independent Music Awards. All tracks were recorded at Tarquin's Jungle Room Studios in New Paltz (village), New York. Being moved by the lack of support for returning veterans through his life Tarquin decided to compose a heavy instrumental rock album as a way to show his appreciation to all veterans. So once again he enlisted top notch players to guest with him on the album, Billy Sheehan on Black Hawk, Ron \"Bumblefoot\" Thal and Reb Beach on Taliban Terror, Steve Morse on Freedom, Chris Poland on Charlie Surfs and Hunting, Chuck Loeb on Escape Kabul, Hal Lindes on Sand & Blood, Gary Hoey on 5 Klicks To Hell and Baghdad, Alex De Rosso Dokken on Broken Arrow, and The Flyin' Ryan Brothers on Surgical Strike. The entire album was engineered, produced and composed by Tarquin especially for each one of the guest guitarists. Partial proceeds are donated to the Fisher House Foundation from sales.
|
|
||||||
Thought 2: Guitars for Wounded Warriors was recorded in New Paltz (village), New York. I need to search New Paltz (village), New York and find which county it is in
|
|
||||||
Action 2: Search[New Paltz (village), New York]
|
|
||||||
Observation 2: New Paltz is a village in Ulster County located in the U.S. state of New York. It is approximately 80 miles (130 km) north of New York City and 70 miles (110 km) south of Albany. The population was 7,324 at the 2020 census.[3]
|
|
||||||
Thought 3: New Paltz (village), New York is in Ulster County, so the answer is Ulster County.
|
|
||||||
Action 3: Finish[Ulster County]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
cot_prompt_short = '''
|
|
||||||
Solve a question answering task with interleaving Thought, Action, Observation steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
After each observation, provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Observation 1: The Colorado orogeny was an episode of mountain building (an orogeny) in Colorado and surrounding areas. This took place from 1780 to 1650 million years ago (Mya), during the Paleoproterozoic (Statherian Period). It is recorded in the Colorado orogen, a >500-km-wide belt of oceanic arc rock that extends southward into New Mexico. The Colorado orogeny was likely part of the larger Yavapai orogeny.
|
|
||||||
Thought 2: It does not mention the eastern sector of the Colorado orogeny. I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Observation 2: (Result 1 / 1) The Colorado orogen, formerly called the Colorado province, is a >500-km-wide belt of oceanic arc rock (1.78\u20131.65 Ga) that extends southward into New Mexico and composes a major part of the Proterozoic provinces of southwestern United States. This transcontinental collisional event occurred during the Paleoproterozoic (Statherian Period).[1] The Wyoming sector of the Colorado orogeny was formerly called the Medicine Bow orogeny. The eastern sector extends into the High Plains and is called the Central Plains orogeny. The boundary between the Colorado orogeny and the Wyoming craton is the Cheyenne belt, a 5-km-wide mylonitic shear zone that verges northward. The Cheyenne belt transects and cuts off the south edge of the older Trans-Hudson orogeny.[2]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]Observation 3: High Plains refers to one of two distinct land regions:
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Observation 4: The High Plains are a subregion of the Great Plains, mainly in the Western United States, but also partly in the Midwest states of Nebraska, Kansas, and South Dakota, generally encompassing the western part of the Great Plains before the region reaches the Rocky Mountains. The High Plains are located in eastern Montana, southeastern Wyoming, southwestern South Dakota, western Nebraska, eastern Colorado, western Kansas, eastern New Mexico, western Oklahoma, and to just south of the Texas Panhandle.[4] The southern region of the Western High Plains ecology region contains the geological formation known as Llano Estacado which can be seen from a short distance or on satellite maps.[5] From east to west, the High Plains rise in elevation from around 1,800 to 7,000 ft (550 to 2,130 m).[3]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
cot_prompt_feedback_short = '''You are also an advanced reasoning agent that can improve based on self refection. Solve a question answering task with interleaving Thought, Action, Observation steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
After each observation, provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Observation 1: The Colorado orogeny was an episode of mountain building (an orogeny) in Colorado and surrounding areas. This took place from 1780 to 1650 million years ago (Mya), during the Paleoproterozoic (Statherian Period). It is recorded in the Colorado orogen, a >500-km-wide belt of oceanic arc rock that extends southward into New Mexico. The Colorado orogeny was likely part of the larger Yavapai orogeny.
|
|
||||||
Thought 2: It does not mention the eastern sector of the Colorado orogeny. I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Observation 2: (Result 1 / 1) The Colorado orogen, formerly called the Colorado province, is a >500-km-wide belt of oceanic arc rock (1.78\u20131.65 Ga) that extends southward into New Mexico and composes a major part of the Proterozoic provinces of southwestern United States. This transcontinental collisional event occurred during the Paleoproterozoic (Statherian Period).[1] The Wyoming sector of the Colorado orogeny was formerly called the Medicine Bow orogeny. The eastern sector extends into the High Plains and is called the Central Plains orogeny. The boundary between the Colorado orogeny and the Wyoming craton is the Cheyenne belt, a 5-km-wide mylonitic shear zone that verges northward. The Cheyenne belt transects and cuts off the south edge of the older Trans-Hudson orogeny.[2]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]Observation 3: High Plains refers to one of two distinct land regions:
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Observation 4: The High Plains are a subregion of the Great Plains, mainly in the Western United States, but also partly in the Midwest states of Nebraska, Kansas, and South Dakota, generally encompassing the western part of the Great Plains before the region reaches the Rocky Mountains. The High Plains are located in eastern Montana, southeastern Wyoming, southwestern South Dakota, western Nebraska, eastern Colorado, western Kansas, eastern New Mexico, western Oklahoma, and to just south of the Texas Panhandle.[4] The southern region of the Western High Plains ecology region contains the geological formation known as Llano Estacado which can be seen from a short distance or on satellite maps.[5] From east to west, the High Plains rise in elevation from around 1,800 to 7,000 ft (550 to 2,130 m).[3]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
You have attempted to answer the following question before and failed. The following reflection(s) give a plan to avoid failing to answer the question in the same way you did previously. Use them to improve your strategy of correctly answering the given question.
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
cot_prompt_feedback = '''You are also an advanced reasoning agent that can improve based on self refection. Solve a question answering task with interleaving Thought, Action, Observation steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
After each observation, provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Observation 1: The Colorado orogeny was an episode of mountain building (an orogeny) in Colorado and surrounding areas. This took place from 1780 to 1650 million years ago (Mya), during the Paleoproterozoic (Statherian Period). It is recorded in the Colorado orogen, a >500-km-wide belt of oceanic arc rock that extends southward into New Mexico. The Colorado orogeny was likely part of the larger Yavapai orogeny.
|
|
||||||
Thought 2: It does not mention the eastern sector of the Colorado orogeny. I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Observation 2: (Result 1 / 1) The Colorado orogen, formerly called the Colorado province, is a >500-km-wide belt of oceanic arc rock (1.78\u20131.65 Ga) that extends southward into New Mexico and composes a major part of the Proterozoic provinces of southwestern United States. This transcontinental collisional event occurred during the Paleoproterozoic (Statherian Period).[1] The Wyoming sector of the Colorado orogeny was formerly called the Medicine Bow orogeny. The eastern sector extends into the High Plains and is called the Central Plains orogeny. The boundary between the Colorado orogeny and the Wyoming craton is the Cheyenne belt, a 5-km-wide mylonitic shear zone that verges northward. The Cheyenne belt transects and cuts off the south edge of the older Trans-Hudson orogeny.[2]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]Observation 3: High Plains refers to one of two distinct land regions:
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Observation 4: The High Plains are a subregion of the Great Plains, mainly in the Western United States, but also partly in the Midwest states of Nebraska, Kansas, and South Dakota, generally encompassing the western part of the Great Plains before the region reaches the Rocky Mountains. The High Plains are located in eastern Montana, southeastern Wyoming, southwestern South Dakota, western Nebraska, eastern Colorado, western Kansas, eastern New Mexico, western Oklahoma, and to just south of the Texas Panhandle.[4] The southern region of the Western High Plains ecology region contains the geological formation known as Llano Estacado which can be seen from a short distance or on satellite maps.[5] From east to west, the High Plains rise in elevation from around 1,800 to 7,000 ft (550 to 2,130 m).[3]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Guitars for Wounded Warriors is an album that was recorded in the village in which New York county?
|
|
||||||
Thought 1: I need to search Guitars for Wounded Warriors, then find in which New York county it was recorded.
|
|
||||||
Action 1: Search[Guitars for Wounded Warriors]
|
|
||||||
Observation 1: Guitars for Wounded Warriors is the sixth solo studio album by guitarist Brian Tarquin, released in August 2014 by Cleopatra Records. In 2016, it received a Best Compilation Album nomination by the Independent Music Awards. All tracks were recorded at Tarquin's Jungle Room Studios in New Paltz (village), New York. Being moved by the lack of support for returning veterans through his life Tarquin decided to compose a heavy instrumental rock album as a way to show his appreciation to all veterans. So once again he enlisted top notch players to guest with him on the album, Billy Sheehan on Black Hawk, Ron \"Bumblefoot\" Thal and Reb Beach on Taliban Terror, Steve Morse on Freedom, Chris Poland on Charlie Surfs and Hunting, Chuck Loeb on Escape Kabul, Hal Lindes on Sand & Blood, Gary Hoey on 5 Klicks To Hell and Baghdad, Alex De Rosso Dokken on Broken Arrow, and The Flyin' Ryan Brothers on Surgical Strike. The entire album was engineered, produced and composed by Tarquin especially for each one of the guest guitarists. Partial proceeds are donated to the Fisher House Foundation from sales.
|
|
||||||
Thought 2: Guitars for Wounded Warriors was recorded in New Paltz (village), New York. I need to search New Paltz (village), New York and find which county it is in
|
|
||||||
Action 2: Search[New Paltz (village), New York]
|
|
||||||
Observation 2: New Paltz is a village in Ulster County located in the U.S. state of New York. It is approximately 80 miles (130 km) north of New York City and 70 miles (110 km) south of Albany. The population was 7,324 at the 2020 census.[3]
|
|
||||||
Thought 3: New Paltz (village), New York is in Ulster County, so the answer is Ulster County.
|
|
||||||
Action 3: Finish[Ulster County]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
You have attempted to answer the following question before and failed, either because your reasoning for the answer was incorrect or the phrasing of your response did not exactly match the answer. The following reflection(s) give a plan to avoid failing to answer the question in the same way you did previously. Use them to improve your strategy of correctly answering the given question.
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
When providing the thought and action for the current trial, that into account these failed trajectories and make sure not to repeat the same mistakes and incorrect answers.
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
vote_prompt = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by pairs of thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a list of trajectories, decide which trajectory is most promising. Analyze each trajectory in detail and consider possible errors, then conclude in the last line "The best trajectory is {s}", where s the integer id of the trajectory.
|
|
||||||
'''
|
|
||||||
|
|
||||||
compare_prompt = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by pairs of thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Briefly analyze the correctness of the following two trajectories. Conclude in the last line "The more correct trajectory is 1", "The more correct trajectory is 2", or "The two trajectories are similarly correct".
|
|
||||||
'''
|
|
||||||
|
|
||||||
score_prompt = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by pairs of thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, analyze the following trajectory, then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?
|
|
||||||
Thought 1: I need to search for the football manager who recruited David Beckham, and then find out the timeframe in which he managed Manchester United.
|
|
||||||
Action 1: Search[David Beckham's football manager]
|
|
||||||
Observation 1: Could not find David Beckham's football manager. Similar: ['David Beckham', 'Inter Miami CF (redirect from Miami Beckham United)', 'Victoria Beckham', 'The Beckham Experiment', 'Miami Freedom Park'].
|
|
||||||
Thought 2: I couldn't find the information on David Beckham's football manager. I need to search Manchester United and find out the timeframe of the manager.
|
|
||||||
Action 2: Search[Manchester United]
|
|
||||||
Observation 2: Manchester United Football Club, commonly referred to as Man United (often stylised as Man Utd), or simply United, is a professional football club based in Old Trafford, Greater Manchester, England. The club competes in the Premier League, the top division in the English football league system. Nicknamed the Red Devils, they were founded as Newton Heath LYR Football Club in 1878, but changed their name to Manchester United in 1902. After a spell playing in Clayton, Manchester, the club moved to their current stadium, Old Trafford, in 1910.. Domestically, Manchester United have won a record 20 league titles, 12 FA Cups, six League Cups and a record 21 FA Community Shields.
|
|
||||||
Thought 3: The information about David Beckham's football manager is not available. I will search for Manchester United's managers to find the timeframe.
|
|
||||||
Action 3: Search[Manchester United managers]
|
|
||||||
Observation 3: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
Thought 4: The information about David Beckham's football manager is not available. The question asks for the timeframe when the manager managed Manchester United, so I need to find a list of Manchester United managers.
|
|
||||||
Action 4: Search[list of Manchester United managers]
|
|
||||||
Observation 4: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
Thus the correctness score is 4
|
|
||||||
|
|
||||||
Question: Which magazine was started first Arthur's Magazine or First for Women?
|
|
||||||
Thought 1: I need to search Arthur's Magazine and First for Women, and find which was started first.
|
|
||||||
Action 1: Search[Arthur's Magazine]
|
|
||||||
Observation 1: Arthur's Magazine (1844\u00e2\u0080\u00931846) was an American literary periodical published in Philadelphia in the 19th century. Edited by Timothy Shay Arthur, it featured work by Edgar A. Poe, J.H. Ingraham, Sarah Josepha Hale, Thomas G. Spear, and others.[1][2] In May 1846 it was merged into Godey's Lady's Book.[3]
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt_feedback = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: Which magazine was started first Arthur's Magazine or First for Women?
|
|
||||||
Thought 1: I need to search Arthur's Magazine and First for Women, and find which was started first.
|
|
||||||
Action 1: Search[Arthur's Magazine]
|
|
||||||
Observation 1: Arthur's Magazine (1844\u00e2\u0080\u00931846) was an American literary periodical published in Philadelphia in the 19th century. Edited by Timothy Shay Arthur, it featured work by Edgar A. Poe, J.H. Ingraham, Sarah Josepha Hale, Thomas G. Spear, and others.[1][2] In May 1846 it was merged into Godey's Lady's Book.[3]
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt_reasoning = '''You are an advanced reasoning agent that can improve based on self refection. Analyze the trajectories of your previous solutions to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
This trajectory is incorrect as my search should be related to Mexican Formula One race car drivers, not winners of the Mexican Grand Prix, a seperate event. A better search would have been for the List of Formula One Grand Prix winners, as suggested.
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: Which magazine was started first Arthur's Magazine or First for Women?
|
|
||||||
Thought 1: I need to search Arthur's Magazine and First for Women, and find which was started first.
|
|
||||||
Action 1: Search[Arthur's Magazine]
|
|
||||||
Observation 1: Arthur's Magazine (1844\u00e2\u0080\u00931846) was an American literary periodical published in Philadelphia in the 19th century. Edited by Timothy Shay Arthur, it featured work by Edgar A. Poe, J.H. Ingraham, Sarah Josepha Hale, Thomas G. Spear, and others.[1][2] In May 1846 it was merged into Godey's Lady's Book.[3]
|
|
||||||
This trajectory is correct as it is reasonable to search for the first magazine provided in the question. It is also better to have simple searches corresponding to a single entity, making this the best action.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?
|
|
||||||
Thought 1: I need to search for the football manager who recruited David Beckham, and then find out the timeframe in which he managed Manchester United.
|
|
||||||
Action 1: Search[David Beckham's football manager]
|
|
||||||
Observation 1: Could not find David Beckham's football manager. Similar: ['David Beckham', 'Inter Miami CF (redirect from Miami Beckham United)', 'Victoria Beckham', 'The Beckham Experiment', 'Miami Freedom Park'].
|
|
||||||
Thought 2: I couldn't find the information on David Beckham's football manager. I need to search Manchester United and find out the timeframe of the manager.
|
|
||||||
Action 2: Search[Manchester United]
|
|
||||||
Observation 2: Manchester United Football Club, commonly referred to as Man United (often stylised as Man Utd), or simply United, is a professional football club based in Old Trafford, Greater Manchester, England. The club competes in the Premier League, the top division in the English football league system. Nicknamed the Red Devils, they were founded as Newton Heath LYR Football Club in 1878, but changed their name to Manchester United in 1902. After a spell playing in Clayton, Manchester, the club moved to their current stadium, Old Trafford, in 1910.. Domestically, Manchester United have won a record 20 league titles, 12 FA Cups, six League Cups and a record 21 FA Community Shields.
|
|
||||||
Thought 3: The information about David Beckham's football manager is not available. I will search for Manchester United's managers to find the timeframe.
|
|
||||||
Action 3: Search[Manchester United managers]
|
|
||||||
Observation 3: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
Thought 4: The information about David Beckham's football manager is not available. The question asks for the timeframe when the manager managed Manchester United, so I need to find a list of Manchester United managers.
|
|
||||||
Action 4: Search[list of Manchester United managers]
|
|
||||||
Observation 4: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
This trajectory is mostly incorrect as I was not able to retrieve the relevant information to answer the question. The searches are too broad and not relevant to the specific player recruited, David Beckham. The last two actions are also too similar. It would be better to first search for David Beckham and lookup information related to his manager.
|
|
||||||
Thus the correctness score is 4
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
This trajectory is correct as all of my thoughts and actions are correct. It makes sense to search for Milhouse first as it is the central subject of the question. It is also correct to directly look up the relevant information in the article, instead of trying another search.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt_reasoning_feedback = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
This trajectory is incorrect as my search should be related to Mexican Formula One race car drivers, not winners it is reasonable to checkof the Mexican Grand Prix, a seperate event. A better search would have been for the List of Formula One Grand Prix winners, as suggested.
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: Which magazine was started first Arthur's Magazine or First for Women?
|
|
||||||
Thought 1: I need to search Arthur's Magazine and First for Women, and find which was started first.
|
|
||||||
Action 1: Search[Arthur's Magazine]
|
|
||||||
Observation 1: Arthur's Magazine (1844\u00e2\u0080\u00931846) was an American literary periodical published in Philadelphia in the 19th century. Edited by Timothy Shay Arthur, it featured work by Edgar A. Poe, J.H. Ingraham, Sarah Josepha Hale, Thomas G. Spear, and others.[1][2] In May 1846 it was merged into Godey's Lady's Book.[3]
|
|
||||||
This trajectory is correct as it is reasonable to search for the first magazine provided in the question. It is also better to have simple searches corresponding to a single entity, making this the best action.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?
|
|
||||||
Thought 1: I need to search for the football manager who recruited David Beckham, and then find out the timeframe in which he managed Manchester United.
|
|
||||||
Action 1: Search[David Beckham's football manager]
|
|
||||||
Observation 1: Could not find David Beckham's football manager. Similar: ['David Beckham', 'Inter Miami CF (redirect from Miami Beckham United)', 'Victoria Beckham', 'The Beckham Experiment', 'Miami Freedom Park'].
|
|
||||||
Thought 2: I couldn't find the information on David Beckham's football manager. I need to search Manchester United and find out the timeframe of the manager.
|
|
||||||
Action 2: Search[Manchester United]
|
|
||||||
Observation 2: Manchester United Football Club, commonly referred to as Man United (often stylised as Man Utd), or simply United, is a professional football club based in Old Trafford, Greater Manchester, England. The club competes in the Premier League, the top division in the English football league system. Nicknamed the Red Devils, they were founded as Newton Heath LYR Football Club in 1878, but changed their name to Manchester United in 1902. After a spell playing in Clayton, Manchester, the club moved to their current stadium, Old Trafford, in 1910.. Domestically, Manchester United have won a record 20 league titles, 12 FA Cups, six League Cups and a record 21 FA Community Shields.
|
|
||||||
Thought 3: The information about David Beckham's football manager is not available. I will search for Manchester United's managers to find the timeframe.
|
|
||||||
Action 3: Search[Manchester United managers]
|
|
||||||
Observation 3: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
Thought 4: The information about David Beckham's football manager is not available. The question asks for the timeframe when the manager managed Manchester United, so I need to find a list of Manchester United managers.
|
|
||||||
Action 4: Search[list of Manchester United managers]
|
|
||||||
Observation 4: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
This trajectory is mostly incorrect as I was not able to retrieve the relevant information to answer the question. The searches are too broad and not relevant to the specific player recruited, David Beckham. The last two actions are also too similar. It would be better to first search for David Beckham and lookup information related to his manager.
|
|
||||||
Thus the correctness score is 4
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
This trajectory is correct as all of my thoughts and actions are correct. It makes sense to search for Milhouse first as it is the central subject of the question. It is also correct to directly look up the relevant information in the article, instead of trying another search.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt_reasoning_feedback_short = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
This trajectory is incorrect as my search should be related to Mexican Formula One race car drivers, not winners of the Mexican Grand Prix, a seperate event. A better search would have been for the List of Formula One Grand Prix winners, as suggested.
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
This trajectory is correct as all of my thoughts and actions are correct. It makes sense to search for Milhouse first as it is the central subject of the question. It is also correct to directly look up the relevant information in the article, instead of trying another search.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
rap_prompt = '''
|
|
||||||
Solve a question answering task with interleaving Thought and Action steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
Provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Thought 2: Then I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Guitars for Wounded Warriors is an album that was recorded in the village in which New York county?
|
|
||||||
Thought 1: I need to search Guitars for Wounded Warriors, then find in which New York county it was recorded.
|
|
||||||
Action 1: Search[Guitars for Wounded Warriors]
|
|
||||||
Thought 2: I need to search New Paltz (village), New York and find which county it is in
|
|
||||||
Action 2: Search[New Paltz (village), New York]
|
|
||||||
Thought 3: New Paltz (village), New York is in Ulster County, so the answer is Ulster County.
|
|
||||||
Action 3: Finish[Ulster County]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Thought 2: I can look up "named after" for finding the specific individual Milhouse is named after.
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
module YiemAgent
|
|
||||||
|
|
||||||
# export agent
|
|
||||||
|
|
||||||
|
|
||||||
""" Order by dependencies of each file. The 1st included file must not depend on any other
|
|
||||||
files and each file can only depend on the file included before it.
|
|
||||||
"""
|
|
||||||
|
|
||||||
include("type.jl")
|
|
||||||
using .type
|
|
||||||
|
|
||||||
include("util.jl")
|
|
||||||
using .util
|
|
||||||
|
|
||||||
include("llmfunction.jl")
|
|
||||||
using .llmfunction
|
|
||||||
|
|
||||||
include("mcts.jl")
|
|
||||||
using .mcts
|
|
||||||
|
|
||||||
include("interface.jl")
|
|
||||||
using .interface
|
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end # module YiemAgent_v1
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,825 +0,0 @@
|
|||||||
module llmfunction
|
|
||||||
|
|
||||||
export virtualWineUserChatbox, jsoncorrection, winestock,
|
|
||||||
virtualWineUserRecommendbox, userChatbox, userRecommendbox
|
|
||||||
|
|
||||||
using HTTP, JSON3, URIs, Random, PrettyPrinting
|
|
||||||
using GeneralUtils
|
|
||||||
using ..type, ..util
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
|
|
||||||
# Return
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docstring
|
|
||||||
- [WORKING] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function userChatbox(a::T1, input::T2) where {T1<:agent, T2<:AbstractString}
|
|
||||||
error("--> userChatbox")
|
|
||||||
|
|
||||||
# put in model format
|
|
||||||
virtualWineCustomer = a.config[:externalservice][:virtualWineCustomer_1]
|
|
||||||
llminfo = virtualWineCustomer[:llminfo]
|
|
||||||
formattedinput =
|
|
||||||
if llminfo[:name] == "llama3instruct"
|
|
||||||
formatLLMtext_llama3instruct("assistant", input)
|
|
||||||
else
|
|
||||||
error("llm model name is not defied yet $(@__LINE__)")
|
|
||||||
end
|
|
||||||
|
|
||||||
# send formatted input to user using GeneralUtils.sendReceiveMqttMsg
|
|
||||||
|
|
||||||
|
|
||||||
# return response
|
|
||||||
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
|
|
||||||
# Return
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docstring
|
|
||||||
- [PENDING] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function userRecommendbox(a::T1, input::T2) where {T1<:agent, T2<:AbstractString}
|
|
||||||
error("--> userRecommendbox")
|
|
||||||
|
|
||||||
# put in model format
|
|
||||||
virtualWineCustomer = a.config[:externalservice][:virtualWineCustomer_1]
|
|
||||||
llminfo = virtualWineCustomer[:llminfo]
|
|
||||||
formattedinput =
|
|
||||||
if llminfo[:name] == "llama3instruct"
|
|
||||||
formatLLMtext_llama3instruct("assistant", input)
|
|
||||||
else
|
|
||||||
error("llm model name is not defied yet $(@__LINE__)")
|
|
||||||
end
|
|
||||||
|
|
||||||
# send formatted input to user using GeneralUtils.sendReceiveMqttMsg
|
|
||||||
|
|
||||||
|
|
||||||
# return response
|
|
||||||
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
""" Chatbox for chatting with virtual wine customer.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::T1`
|
|
||||||
one of Yiem's agent
|
|
||||||
- `input::T2`
|
|
||||||
text to be send to virtual wine customer
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `response::String`
|
|
||||||
response of virtual wine customer
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docstring
|
|
||||||
- [] add reccommend() to compare wine
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function virtualWineUserRecommendbox(a::T1, input
|
|
||||||
)::Union{Tuple{String, Number, Number, Bool}, Tuple{String, Nothing, Number, Bool}} where {T1<:agent}
|
|
||||||
|
|
||||||
# put in model format
|
|
||||||
virtualWineCustomer = a.config[:externalservice][:virtualWineCustomer_1]
|
|
||||||
llminfo = virtualWineCustomer[:llminfo]
|
|
||||||
prompt =
|
|
||||||
if llminfo[:name] == "llama3instruct"
|
|
||||||
formatLLMtext_llama3instruct("assistant", input)
|
|
||||||
else
|
|
||||||
error("llm model name is not defied yet $(@__LINE__)")
|
|
||||||
end
|
|
||||||
|
|
||||||
# send formatted input to user using GeneralUtils.sendReceiveMqttMsg
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
virtualWineCustomer[:mqtttopic],
|
|
||||||
senderName= "virtualWineUserRecommendbox",
|
|
||||||
senderId= a.id,
|
|
||||||
receiverName= "virtualWineCustomer",
|
|
||||||
mqttBroker= a.config[:mqttServerInfo][:broker],
|
|
||||||
mqttBrokerPort= a.config[:mqttServerInfo][:port],
|
|
||||||
msgId = "dummyid" #CHANGE remove after testing finished
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
result = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=120)
|
|
||||||
response = result[:response]
|
|
||||||
|
|
||||||
return (response[:text], response[:select], response[:reward], response[:isterminal])
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""" Chatbox for chatting with virtual wine customer.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::T1`
|
|
||||||
one of Yiem's agent
|
|
||||||
- `input::T2`
|
|
||||||
text to be send to virtual wine customer
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `response::String`
|
|
||||||
response of virtual wine customer
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docs
|
|
||||||
- [x] write a prompt for virtual customer
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function virtualWineUserChatbox(a::T1, input::T2, virtualCustomerChatHistory
|
|
||||||
)::Union{Tuple{String, Number, Number, Bool}, Tuple{String, Nothing, Number, Bool}} where {T1<:agent, T2<:AbstractString}
|
|
||||||
|
|
||||||
previouswines =
|
|
||||||
"""
|
|
||||||
You have the following wines previously:
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
systemmsg =
|
|
||||||
"""
|
|
||||||
You find yourself in a well-stocked wine store, engaged in a conversation with the store's knowledgeable sommelier.
|
|
||||||
You're on a quest to find a bottle of wine that aligns with your specific preferences and requirements.
|
|
||||||
|
|
||||||
The ideal wine you're seeking should meet the following criteria:
|
|
||||||
1. It should fit within your budget.
|
|
||||||
2. It should be suitable for the occasion you're planning.
|
|
||||||
3. It should pair well with the food you intend to serve.
|
|
||||||
4. It should be of a particular type of wine you prefer.
|
|
||||||
5. It should possess certain characteristics, including:
|
|
||||||
- The level of sweetness.
|
|
||||||
- The intensity of its flavor.
|
|
||||||
- The amount of tannin it contains.
|
|
||||||
- Its acidity level.
|
|
||||||
|
|
||||||
Here's the criteria details:
|
|
||||||
{
|
|
||||||
"budget": 50,
|
|
||||||
"occasion": "graduation ceremony",
|
|
||||||
"food pairing": "Thai food",
|
|
||||||
"type of wine": "red",
|
|
||||||
"wine sweetness level": "dry",
|
|
||||||
"wine intensity level": "full-bodied",
|
|
||||||
"wine tannin level": "low",
|
|
||||||
"wine acidity level": "medium",
|
|
||||||
}
|
|
||||||
|
|
||||||
You should only respond with "text", "select", "reward", "isterminal" steps.
|
|
||||||
"text" is your conversation.
|
|
||||||
"select" is an integer. Choose an option when presented with choices, or leave it null if none of the options satisfy you or if no choices are available.
|
|
||||||
"reward" is an integer, it can be three number:
|
|
||||||
1) 1 if you find the right wine.
|
|
||||||
2) 0 if you don’t find the ideal wine.
|
|
||||||
3) -1 if you’re dissatisfied with the sommelier’s response.
|
|
||||||
"isterminal" can be false if you still want to talk with the sommelier, true otherwise.
|
|
||||||
|
|
||||||
You should only respond in JSON format as describe below:
|
|
||||||
{
|
|
||||||
"text": "your conversation",
|
|
||||||
"select": null,
|
|
||||||
"reward": 0,
|
|
||||||
"isterminal": false
|
|
||||||
}
|
|
||||||
|
|
||||||
Here are some examples:
|
|
||||||
|
|
||||||
sommelier: "What's your budget?
|
|
||||||
you:
|
|
||||||
{
|
|
||||||
"text": "My budget is 30 USD.",
|
|
||||||
"select": null,
|
|
||||||
"reward": 0,
|
|
||||||
"isterminal": false
|
|
||||||
}
|
|
||||||
|
|
||||||
sommelier: "The first option is Zena Crown and the second one is Buano Red."
|
|
||||||
you:
|
|
||||||
{
|
|
||||||
"text": "I like the 2nd option.",
|
|
||||||
"select": 2,
|
|
||||||
"reward": 1,
|
|
||||||
"isterminal": true
|
|
||||||
}
|
|
||||||
|
|
||||||
Let's begin!
|
|
||||||
"""
|
|
||||||
|
|
||||||
pushfirst!(virtualCustomerChatHistory, Dict(:name=> "system", :text=> systemmsg))
|
|
||||||
|
|
||||||
# replace the :user key in chathistory to allow the virtual wine customer AI roleplay
|
|
||||||
chathistory::Vector{Dict{Symbol, Any}} = Vector{Dict{Symbol, Any}}()
|
|
||||||
for i in virtualCustomerChatHistory
|
|
||||||
newdict = Dict()
|
|
||||||
newdict[:name] =
|
|
||||||
if i[:name] == "user"
|
|
||||||
"you"
|
|
||||||
elseif i[:name] == "assistant"
|
|
||||||
"sommelier"
|
|
||||||
else
|
|
||||||
i[:name]
|
|
||||||
end
|
|
||||||
|
|
||||||
newdict[:text] = i[:text]
|
|
||||||
push!(chathistory, newdict)
|
|
||||||
end
|
|
||||||
|
|
||||||
push!(chathistory, Dict(:name=> "assistant", :text=> input))
|
|
||||||
|
|
||||||
# put in model format
|
|
||||||
prompt = formatLLMtext(chathistory, "llama3instruct")
|
|
||||||
prompt *=
|
|
||||||
"""
|
|
||||||
<|start_header_id|>you<|end_header_id|>
|
|
||||||
{"text"
|
|
||||||
"""
|
|
||||||
|
|
||||||
pprint(prompt)
|
|
||||||
externalService = a.config[:externalservice][:text2textinstruct]
|
|
||||||
|
|
||||||
# send formatted input to user using GeneralUtils.sendReceiveMqttMsg
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
externalService[:mqtttopic],
|
|
||||||
senderName= "virtualWineUserChatbox",
|
|
||||||
senderId= a.id,
|
|
||||||
receiverName= "text2textinstruct",
|
|
||||||
mqttBroker= a.config[:mqttServerInfo][:broker],
|
|
||||||
mqttBrokerPort= a.config[:mqttServerInfo][:port],
|
|
||||||
msgId = "dummyid" #CHANGE remove after testing finished
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
attempt = 0
|
|
||||||
for attempt in 1:5
|
|
||||||
try
|
|
||||||
response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=120)
|
|
||||||
_responseJsonStr = response[:response][:text]
|
|
||||||
expectedJsonExample =
|
|
||||||
"""
|
|
||||||
Here is an expected JSON format:
|
|
||||||
{
|
|
||||||
"text": "...",
|
|
||||||
"select": "...",
|
|
||||||
"reward": "...",
|
|
||||||
"isterminal": "..."
|
|
||||||
}
|
|
||||||
"""
|
|
||||||
responseJsonStr = jsoncorrection(a, _responseJsonStr, expectedJsonExample)
|
|
||||||
responseDict = copy(JSON3.read(responseJsonStr))
|
|
||||||
|
|
||||||
text::AbstractString = responseDict[:text]
|
|
||||||
select::Union{Nothing, Number} = responseDict[:select] == "null" ? nothing : responseDict[:select]
|
|
||||||
reward::Number = responseDict[:reward]
|
|
||||||
isterminal::Bool = responseDict[:isterminal]
|
|
||||||
|
|
||||||
if text != ""
|
|
||||||
# pass test
|
|
||||||
else
|
|
||||||
error("virtual customer not answer correctly")
|
|
||||||
end
|
|
||||||
|
|
||||||
return (text, select, reward, isterminal)
|
|
||||||
catch e
|
|
||||||
io = IOBuffer()
|
|
||||||
showerror(io, e)
|
|
||||||
errorMsg = String(take!(io))
|
|
||||||
st = sprint((io, v) -> show(io, "text/plain", v), stacktrace(catch_backtrace()))
|
|
||||||
println("")
|
|
||||||
@warn "Error occurred: $errorMsg\n$st"
|
|
||||||
println("")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
error("virtualWineUserChatbox failed to get a response")
|
|
||||||
end
|
|
||||||
|
|
||||||
""" Search wine in stock.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::T1`
|
|
||||||
one of ChatAgent's agent.
|
|
||||||
- `input::T2`
|
|
||||||
# Return
|
|
||||||
A JSON string of available wine
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using ChatAgent
|
|
||||||
julia> agent = ChatAgent.agentReflex("Jene")
|
|
||||||
julia> input = "{\"food\": \"pizza\", \"occasion\": \"anniversary\"}"
|
|
||||||
julia> result = winestock(agent, input)
|
|
||||||
"{"wine 1": {\"Winery\": \"Pichon Baron\", \"wine name\": \"Pauillac (Grand Cru Classé)\", \"grape variety\": \"Cabernet Sauvignon\", \"year\": 2010, \"price\": \"125 USD\", \"stock ID\": \"ar-17\"}, }"
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
[] update docs
|
|
||||||
[WORKING] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function winestock(a::T1, input::T2
|
|
||||||
)::Union{Tuple{String, Number, Number, Bool}, Tuple{String, Nothing, Number, Bool}} where {T1<:agent, T2<:AbstractString}
|
|
||||||
|
|
||||||
# SELECT *
|
|
||||||
# FROM food
|
|
||||||
# WHERE 'China' = ANY(food_name)
|
|
||||||
# OR 'India' = ANY(food_name);
|
|
||||||
|
|
||||||
|
|
||||||
wineattributes = wineattributes_wordToNumber(a, input)
|
|
||||||
|
|
||||||
systemmsg =
|
|
||||||
"""
|
|
||||||
As a helpful sommelier, your mission is to write SQL queries that search the PostgreSQL database for wines based on user input.
|
|
||||||
|
|
||||||
The database has the following tables (schema):
|
|
||||||
1. Table wine (
|
|
||||||
wine_id uuid primary key,
|
|
||||||
wine_name varchar,
|
|
||||||
brand varchar,
|
|
||||||
manufacturer varchar,
|
|
||||||
region varchar,
|
|
||||||
country varchar,
|
|
||||||
wine_type varchar,
|
|
||||||
grape_variety varchar,
|
|
||||||
serving_temperature varchar,
|
|
||||||
intensity integer,
|
|
||||||
sweetness integer,
|
|
||||||
tannin integer,
|
|
||||||
acidity integer,
|
|
||||||
fizziness integer,
|
|
||||||
|
|
||||||
other_attributes jsonb,
|
|
||||||
|
|
||||||
created_at timestamptz,
|
|
||||||
updated_at timestamptz,
|
|
||||||
description text
|
|
||||||
)
|
|
||||||
|
|
||||||
2. Table food (
|
|
||||||
food_id uuid primary key,
|
|
||||||
food_name varchar,
|
|
||||||
country varchar,
|
|
||||||
spicy integer,
|
|
||||||
sweet integer,
|
|
||||||
sour integer,
|
|
||||||
umami integer,
|
|
||||||
bitter integer,
|
|
||||||
serving_temperature integer,
|
|
||||||
other_attributes jsonb,
|
|
||||||
|
|
||||||
created_at timestamptz,
|
|
||||||
updated_at timestamptz,
|
|
||||||
description text
|
|
||||||
)
|
|
||||||
|
|
||||||
3. wine_food (
|
|
||||||
wine_id uuid references wine(wine_id),
|
|
||||||
food_id uuid references food(food_id),
|
|
||||||
constraint wine_food_id primary key (wine_id, food_id),
|
|
||||||
|
|
||||||
created_at timestamptz,
|
|
||||||
updated_at timestamptz
|
|
||||||
)
|
|
||||||
|
|
||||||
You should only respond in JSON format as describe below:
|
|
||||||
{
|
|
||||||
"SQL":
|
|
||||||
{
|
|
||||||
"sweetness": "sweetness level",
|
|
||||||
"acidity": "acidity level",
|
|
||||||
"tannin": "tannin level",
|
|
||||||
"intensity": "intensity level"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Here are some examples:
|
|
||||||
|
|
||||||
user: {"sweetness": 2,"acidity": 3,"tannin": 1,"intensity": 5, "food": "Thai"}
|
|
||||||
assistant:
|
|
||||||
{
|
|
||||||
"SQL":
|
|
||||||
}
|
|
||||||
|
|
||||||
Let's begin!
|
|
||||||
"""
|
|
||||||
|
|
||||||
usermsg =
|
|
||||||
"""
|
|
||||||
$input
|
|
||||||
"""
|
|
||||||
|
|
||||||
chathistory =
|
|
||||||
[
|
|
||||||
Dict(:name=> "system", :text=> systemmsg),
|
|
||||||
Dict(:name=> "user", :text=> usermsg)
|
|
||||||
]
|
|
||||||
|
|
||||||
# put in model format
|
|
||||||
prompt = formatLLMtext(chathistory, "llama3instruct")
|
|
||||||
prompt *=
|
|
||||||
"""
|
|
||||||
<|start_header_id|>assistant<|end_header_id|>
|
|
||||||
{
|
|
||||||
"""
|
|
||||||
|
|
||||||
pprint(prompt)
|
|
||||||
externalService = a.config[:externalservice][:text2textinstruct]
|
|
||||||
|
|
||||||
# send formatted input to user using GeneralUtils.sendReceiveMqttMsg
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
externalService[:mqtttopic],
|
|
||||||
senderName= "virtualWineUserChatbox",
|
|
||||||
senderId= a.id,
|
|
||||||
receiverName= "text2textinstruct",
|
|
||||||
mqttBroker= a.config[:mqttServerInfo][:broker],
|
|
||||||
mqttBrokerPort= a.config[:mqttServerInfo][:port],
|
|
||||||
msgId = "dummyid" #CHANGE remove after testing finished
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
attempt = 0
|
|
||||||
for attempt in 1:5
|
|
||||||
try
|
|
||||||
response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=120)
|
|
||||||
_responseJsonStr = response[:response][:text]
|
|
||||||
expectedJsonExample =
|
|
||||||
"""
|
|
||||||
Here is an expected JSON format:
|
|
||||||
{
|
|
||||||
"attributes":
|
|
||||||
{
|
|
||||||
"...": "...",
|
|
||||||
"...": "...",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
"""
|
|
||||||
responseJsonStr = jsoncorrection(a, _responseJsonStr, expectedJsonExample)
|
|
||||||
_responseDict = copy(JSON3.read(responseJsonStr))
|
|
||||||
responseDict = _responseDict[:attributes]
|
|
||||||
|
|
||||||
return responseDict
|
|
||||||
catch e
|
|
||||||
io = IOBuffer()
|
|
||||||
showerror(io, e)
|
|
||||||
errorMsg = String(take!(io))
|
|
||||||
st = sprint((io, v) -> show(io, "text/plain", v), stacktrace(catch_backtrace()))
|
|
||||||
println("")
|
|
||||||
@warn "Error occurred: $errorMsg\n$st"
|
|
||||||
println("")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
error("wineattributes_wordToNumber() failed to get a response")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# winesStr =
|
|
||||||
# """
|
|
||||||
# 1: El Enemigo Cabernet Franc 2019
|
|
||||||
# 2: Tantara Chardonnay 2017
|
|
||||||
# """
|
|
||||||
# result =
|
|
||||||
# """
|
|
||||||
# I found the following wines in our stock:
|
|
||||||
# {
|
|
||||||
# $winesStr
|
|
||||||
# }
|
|
||||||
# """
|
|
||||||
# return result, nothing, 0, false
|
|
||||||
end
|
|
||||||
|
|
||||||
function wineattributes_wordToNumber(a::T1, input::T2
|
|
||||||
)::Dict where {T1<:agent, T2<:AbstractString}
|
|
||||||
|
|
||||||
systemmsg =
|
|
||||||
"""
|
|
||||||
As an attentive sommelier, your mission is to determine the user's preferred levels of sweetness, intensity, tannin, acidity and other criteria for a wine based on their input.
|
|
||||||
You'll achieve this by referring to the provided conversion table.
|
|
||||||
|
|
||||||
Conversion Table:
|
|
||||||
Intensity level:
|
|
||||||
Level 1: May correspond to "light-bodied" or a similar description.
|
|
||||||
Level 2: May correspond to "med light", "medium light" or a similar description.
|
|
||||||
Level 3: May correspond to "medium" or a similar description.
|
|
||||||
Level 4: May correspond to "med full", "medium full" or a similar description.
|
|
||||||
Level 5: May correspond to "full" or a similar description.
|
|
||||||
Sweetness level:
|
|
||||||
Level 1: May correspond to "dry", "no sweet" or a similar description.
|
|
||||||
Level 2: May correspond to "off dry", "less sweet" or a similar description.
|
|
||||||
Level 3: May correspond to "semi sweet" or a similar description.
|
|
||||||
Level 4: May correspond to "sweet" or a similar description.
|
|
||||||
Level 5: May correspond to "very sweet" or a similar description.
|
|
||||||
Tannin level:
|
|
||||||
Level 1: May correspond to "low tannin" or a similar description.
|
|
||||||
Level 2: May correspond to "semi low tannin" or a similar description.
|
|
||||||
Level 3: May correspond to "medium tannin" or a similar description.
|
|
||||||
Level 4: May correspond to "semi high tannin" or a similar description.
|
|
||||||
Level 5: May correspond to "high tannin" or a similar description.
|
|
||||||
Acidity level:
|
|
||||||
Level 1: May correspond to "low acidity" or a similar description.
|
|
||||||
Level 2: May correspond to "semi low acidity" or a similar description.
|
|
||||||
Level 3: May correspond to "medium acidity" or a similar description.
|
|
||||||
Level 4: May correspond to "semi high acidity" or a similar description.
|
|
||||||
Level 5: May correspond to "high acidity" or a similar description.
|
|
||||||
|
|
||||||
You should only respond in JSON format as describe below:
|
|
||||||
{
|
|
||||||
"attributes":
|
|
||||||
{
|
|
||||||
"sweetness": "sweetness level",
|
|
||||||
"acidity": "acidity level",
|
|
||||||
"tannin": "tannin level",
|
|
||||||
"intensity": "intensity level"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Here are some examples:
|
|
||||||
|
|
||||||
user: "price < 25, full-bodied white wine with sweetness level 2, low tannin level and medium acidity level, Pizza"
|
|
||||||
assistant:
|
|
||||||
{
|
|
||||||
"attributes":
|
|
||||||
{
|
|
||||||
"wine_type": "white"
|
|
||||||
"budget": less than 25",
|
|
||||||
"food_pairing": "Pizza",
|
|
||||||
"sweetness": 2,
|
|
||||||
"acidity": 3,
|
|
||||||
"tannin": 1,
|
|
||||||
"intensity": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
user: body=full-bodied, off dry, acidity=medium, intensity=intense
|
|
||||||
assistant:
|
|
||||||
{
|
|
||||||
"attributes":
|
|
||||||
{
|
|
||||||
"sweetness": 2,
|
|
||||||
"acidity": 3,
|
|
||||||
"tannin": "not specified",
|
|
||||||
"intensity": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Let's begin!
|
|
||||||
"""
|
|
||||||
|
|
||||||
usermsg =
|
|
||||||
"""
|
|
||||||
$input
|
|
||||||
"""
|
|
||||||
|
|
||||||
chathistory =
|
|
||||||
[
|
|
||||||
Dict(:name=> "system", :text=> systemmsg),
|
|
||||||
Dict(:name=> "user", :text=> usermsg)
|
|
||||||
]
|
|
||||||
|
|
||||||
# put in model format
|
|
||||||
prompt = formatLLMtext(chathistory, "llama3instruct")
|
|
||||||
prompt *=
|
|
||||||
"""
|
|
||||||
<|start_header_id|>assistant<|end_header_id|>
|
|
||||||
{
|
|
||||||
"""
|
|
||||||
|
|
||||||
pprint(prompt)
|
|
||||||
externalService = a.config[:externalservice][:text2textinstruct]
|
|
||||||
|
|
||||||
# send formatted input to user using GeneralUtils.sendReceiveMqttMsg
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
externalService[:mqtttopic],
|
|
||||||
senderName= "wineattributes_wordToNumber",
|
|
||||||
senderId= a.id,
|
|
||||||
receiverName= "text2textinstruct",
|
|
||||||
mqttBroker= a.config[:mqttServerInfo][:broker],
|
|
||||||
mqttBrokerPort= a.config[:mqttServerInfo][:port],
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
attempt = 0
|
|
||||||
for attempt in 1:5
|
|
||||||
try
|
|
||||||
response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=120)
|
|
||||||
_responseJsonStr = response[:response][:text]
|
|
||||||
expectedJsonExample =
|
|
||||||
"""
|
|
||||||
Here is an expected JSON format:
|
|
||||||
{
|
|
||||||
"attributes":
|
|
||||||
{
|
|
||||||
"...": "...",
|
|
||||||
"...": "...",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
"""
|
|
||||||
responseJsonStr = jsoncorrection(a, _responseJsonStr, expectedJsonExample)
|
|
||||||
_responseDict = copy(JSON3.read(responseJsonStr))
|
|
||||||
responseDict = _responseDict[:attributes]
|
|
||||||
|
|
||||||
return responseDict
|
|
||||||
catch e
|
|
||||||
io = IOBuffer()
|
|
||||||
showerror(io, e)
|
|
||||||
errorMsg = String(take!(io))
|
|
||||||
st = sprint((io, v) -> show(io, "text/plain", v), stacktrace(catch_backtrace()))
|
|
||||||
println("")
|
|
||||||
@warn "Error occurred: $errorMsg\n$st"
|
|
||||||
println("")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
error("wineattributes_wordToNumber() failed to get a response")
|
|
||||||
end
|
|
||||||
|
|
||||||
""" Attemp to correct LLM response's incorrect JSON response.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::T1`
|
|
||||||
one of Yiem's agent
|
|
||||||
- `input::T2`
|
|
||||||
text to be send to virtual wine customer
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `correctjson::String`
|
|
||||||
corrected json string
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function jsoncorrection(a::T1, input::T2, correctJsonExample::T3;
|
|
||||||
maxattempt::Integer=3
|
|
||||||
) where {T1<:agent, T2<:AbstractString, T3<:AbstractString}
|
|
||||||
|
|
||||||
incorrectjson = deepcopy(input)
|
|
||||||
correctjson = nothing
|
|
||||||
|
|
||||||
for attempt in 1:maxattempt
|
|
||||||
try
|
|
||||||
d = copy(JSON3.read(incorrectjson))
|
|
||||||
correctjson = incorrectjson
|
|
||||||
return correctjson
|
|
||||||
catch e
|
|
||||||
@warn "Attempting to correct JSON string. Attempt $attempt"
|
|
||||||
e = """$e"""
|
|
||||||
if occursin("EOF", e)
|
|
||||||
e = split(e, "EOF")[1] * "EOF"
|
|
||||||
end
|
|
||||||
incorrectjson = deepcopy(input)
|
|
||||||
_prompt =
|
|
||||||
"""
|
|
||||||
Your goal are:
|
|
||||||
1) Use the expected JSON format as a guideline to check why the given JSON string failed to load and provide a corrected version that can be loaded by Python's json.load function.
|
|
||||||
2) Provide Corrected JSON string only. Do not provide any other info.
|
|
||||||
|
|
||||||
$correctJsonExample
|
|
||||||
|
|
||||||
Let's begin!
|
|
||||||
Given JSON string: $incorrectjson
|
|
||||||
The given JSON string failed to load previously because: $e
|
|
||||||
Corrected JSON string:
|
|
||||||
"""
|
|
||||||
|
|
||||||
# apply LLM specific instruct format
|
|
||||||
externalService = a.config[:externalservice][:text2textinstruct]
|
|
||||||
llminfo = externalService[:llminfo]
|
|
||||||
prompt =
|
|
||||||
if llminfo[:name] == "llama3instruct"
|
|
||||||
formatLLMtext_llama3instruct("system", _prompt)
|
|
||||||
else
|
|
||||||
error("llm model name is not defied yet $(@__LINE__)")
|
|
||||||
end
|
|
||||||
|
|
||||||
# send formatted input to user using GeneralUtils.sendReceiveMqttMsg
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
externalService[:mqtttopic],
|
|
||||||
senderName= "jsoncorrection",
|
|
||||||
senderId= a.id,
|
|
||||||
receiverName= "text2textinstruct",
|
|
||||||
mqttBroker= a.config[:mqttServerInfo][:broker],
|
|
||||||
mqttBrokerPort= a.config[:mqttServerInfo][:port],
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
:kwargs=> Dict(
|
|
||||||
:max_tokens=> 512,
|
|
||||||
:stop=> ["<|eot_id|>"],
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=120)
|
|
||||||
incorrectjson = result[:response][:text]
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end # module llmfunction
|
|
||||||
@@ -1,729 +0,0 @@
|
|||||||
""" https://www.harrycodes.com/blog/monte-carlo-tree-search
|
|
||||||
"""
|
|
||||||
|
|
||||||
module mcts
|
|
||||||
|
|
||||||
export MCTSNode, runMCTS, isleaf, selectBestNextState, selectBestTrajectory, transition,
|
|
||||||
userChatbox, makeNewState
|
|
||||||
|
|
||||||
using Dates, UUIDs, DataStructures, JSON3, Random, PrettyPrinting
|
|
||||||
using GeneralUtils
|
|
||||||
using ..type, ..llmfunction
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
""" a node for MCTS search tree
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `state::T`
|
|
||||||
a state of a game. Can be a Dict or something else.
|
|
||||||
- `visits::Integer `
|
|
||||||
number of time the game visits this state
|
|
||||||
- `stateValue::Float64`
|
|
||||||
state value
|
|
||||||
- `children::Dict{T, MCTSNode}`
|
|
||||||
children node
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `nothing`
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> state = Dict(
|
|
||||||
:info=> Dict(), # keyword info
|
|
||||||
:thoughtHistory=> Dict(
|
|
||||||
:question=> _,
|
|
||||||
:thought_1=> _,
|
|
||||||
:action_1=> _,
|
|
||||||
:observation_1=> _,
|
|
||||||
:thought_2=> _,
|
|
||||||
...
|
|
||||||
)
|
|
||||||
)
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
[] update docstring
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
mutable struct MCTSNode{T1<:AbstractDict, T2<:AbstractString}
|
|
||||||
nodekey::T2
|
|
||||||
state::T1
|
|
||||||
visits::Integer
|
|
||||||
progressvalue::Number # estimate value by LLM's reasoning
|
|
||||||
statevalue::Number # store discounted commulative reward (gather from its child node)
|
|
||||||
reward::Number # this node's own reward
|
|
||||||
isterminal::Bool
|
|
||||||
parent::Union{MCTSNode, Nothing}
|
|
||||||
children::Dict{String, MCTSNode}
|
|
||||||
end
|
|
||||||
|
|
||||||
""" Select a node based on UCT score
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `node::MCTSNode`
|
|
||||||
mcts node
|
|
||||||
- `w::T`
|
|
||||||
exploration weight. Value is usually between 1 to 2.
|
|
||||||
Value 1.0 makes MCTS balance between exploration and exploitation like 50%-50%.
|
|
||||||
Value 2.0 makes MCTS aggressively search the tree.
|
|
||||||
# Return
|
|
||||||
- `selectedNode::MCTSNode`
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function UCTselect(node::MCTSNode, w::T)::MCTSNode where {T<:AbstractFloat}
|
|
||||||
maxUCT = -Inf
|
|
||||||
selectedNode = nothing
|
|
||||||
|
|
||||||
for (childState, childNode) in node.children
|
|
||||||
UCTvalue =
|
|
||||||
if childNode.visits != 0
|
|
||||||
weightedterm = w * sqrt(log(node.visits) / childNode.visits) # explore term
|
|
||||||
childNode.statevalue + weightedterm
|
|
||||||
else # node.visits == 0 makes sqrt() in explore term error
|
|
||||||
childNode.progressvalue # exploit term
|
|
||||||
end
|
|
||||||
|
|
||||||
if UCTvalue > maxUCT
|
|
||||||
maxUCT = UCTvalue
|
|
||||||
selectedNode = childNode
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
return selectedNode
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
""" Expand selected node
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::T1`
|
|
||||||
One of YiemAgent's agent
|
|
||||||
- `node::MCTSNode`
|
|
||||||
MCTS node
|
|
||||||
- `state::T2`
|
|
||||||
a state of a game. Can be a Dict or something else.
|
|
||||||
- `decisionMaker::Function`
|
|
||||||
a function that output Thought and Action
|
|
||||||
- `evaluator::Function`
|
|
||||||
a function that output trajectory progress score
|
|
||||||
|
|
||||||
# Return
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
[] update docstring
|
|
||||||
[] try loop should limit to 3 times. if not succeed, skip
|
|
||||||
[] newNodeKey ∉ keys(node.children). New state may have semantic vector close enought to one of existing child state. Which can be assume that they are the same state semantically-wise.
|
|
||||||
[x] store feedback -> state -> agent.
|
|
||||||
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function expand(a::T1, node::MCTSNode, decisionMaker::Function,
|
|
||||||
evaluator::Function, reflector::Function; totalsample::Integer=3
|
|
||||||
) where {T1<:agent}
|
|
||||||
|
|
||||||
nthSample = 0
|
|
||||||
while true
|
|
||||||
nthSample += 1
|
|
||||||
if nthSample <= totalsample
|
|
||||||
thoughtDict = decisionMaker(a, node.state)
|
|
||||||
println("---> expand() sample $nthSample")
|
|
||||||
pprintln(node.state[:thoughtHistory])
|
|
||||||
pprintln(thoughtDict)
|
|
||||||
newNodeKey, newstate = MCTStransition(a, node.state, thoughtDict)
|
|
||||||
|
|
||||||
stateevaluation, progressvalue = evaluator(a, newstate)
|
|
||||||
|
|
||||||
if newstate[:reward] < 0
|
|
||||||
pprint(newstate[:thoughtHistory])
|
|
||||||
newstate[:evaluation] = stateevaluation
|
|
||||||
newstate[:lesson] = reflector(a, newstate)
|
|
||||||
|
|
||||||
# store new lesson for later use
|
|
||||||
lessonDict = copy(JSON3.read("lesson.json"))
|
|
||||||
latestLessonKey, latestLessonIndice =
|
|
||||||
GeneralUtils.findHighestIndexKey(lessonDict, "lesson")
|
|
||||||
nextIndice = latestLessonKey == :NA ? 1 : latestLessonIndice + 1
|
|
||||||
newLessonKey = Symbol("lesson_$(nextIndice)")
|
|
||||||
lessonDict[newLessonKey] = newstate
|
|
||||||
open("lesson.json", "w") do io
|
|
||||||
JSON3.pretty(io, lessonDict)
|
|
||||||
end
|
|
||||||
print("---> reflector()")
|
|
||||||
end
|
|
||||||
|
|
||||||
if newNodeKey ∉ keys(node.children)
|
|
||||||
node.children[newNodeKey] =
|
|
||||||
MCTSNode(newNodeKey, newstate, 0, progressvalue, 0, newstate[:reward],
|
|
||||||
newstate[:isterminal], node, Dict{String, MCTSNode}())
|
|
||||||
end
|
|
||||||
else
|
|
||||||
break
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""" Simulate interactions between agent and environment
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::T`
|
|
||||||
one of YiemAgent's agent
|
|
||||||
- `node::MCTSNode`
|
|
||||||
node that will be a simulation starting point.
|
|
||||||
- `decisionMaker::Function`
|
|
||||||
function that receive state return Thought and Action
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `simTrajectoryReward::Number`
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docs
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function simulate(a::T, node::MCTSNode, decisionMaker::Function, evaluator::Function,
|
|
||||||
reflector::Function; maxDepth::Integer=3, totalsample::Integer=3
|
|
||||||
)::Union{Tuple{Number, Dict{Symbol, <:Any}}, Tuple{Number, Nothing}} where {T<:agent}
|
|
||||||
|
|
||||||
simTrajectoryReward = 0.0
|
|
||||||
terminalstate = nothing
|
|
||||||
|
|
||||||
for depth in 1:maxDepth
|
|
||||||
simTrajectoryReward += node.reward
|
|
||||||
if node.isterminal
|
|
||||||
terminalstate = node.state
|
|
||||||
break
|
|
||||||
else
|
|
||||||
expand(a, node, decisionMaker, evaluator, reflector; totalsample=totalsample)
|
|
||||||
node = selectChildNode(node)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
return (simTrajectoryReward, terminalstate)
|
|
||||||
end
|
|
||||||
|
|
||||||
""" Backpropagate reward along the simulation chain
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `node::MCTSNode`
|
|
||||||
leaf node of a search tree
|
|
||||||
- `simTrajectoryReward::T`
|
|
||||||
total reward from trajectory simulation
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `No return`
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function backpropagate(node::MCTSNode, simTrajectoryReward::T;
|
|
||||||
discountRewardCoeff::AbstractFloat=0.9) where {T<:Number}
|
|
||||||
while !isroot(node)
|
|
||||||
# Update the statistics of the current node based on the result of the playout
|
|
||||||
node.visits += 1
|
|
||||||
node.statevalue += ((node.statevalue * (node.visits-1)) + simTrajectoryReward) / node.visits
|
|
||||||
simTrajectoryReward *= discountRewardCoeff # discount because future reward is uncertain
|
|
||||||
node = node.parent
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
""" Get a new state
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::T1`
|
|
||||||
one of YiemAgent's agent
|
|
||||||
- `state::T2`
|
|
||||||
current game state
|
|
||||||
- `thoughtDict::T3`
|
|
||||||
contain Thought, Action, Observation
|
|
||||||
- `isterminal::Function`
|
|
||||||
a function to determine terminal state
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `(newNodeKey, newstate, isterminalstate, reward)::Tuple{String, Dict{Symbol, <:Any}, Bool, <:Number}`
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> state = Dict{Symbol, Dict{Symbol, Any}}(
|
|
||||||
:thoughtHistory => Dict(:question => "Hello, I want to buy a bottle of wine."),
|
|
||||||
:storeinfo => Dict(),
|
|
||||||
:customerinfo => Dict()
|
|
||||||
)
|
|
||||||
julia> thoughtDict = Dict(
|
|
||||||
:question=> "I want to buy a bottle of wine.",
|
|
||||||
:thought_1=> "The customer wants to buy a bottle of wine.",
|
|
||||||
:action_1=> Dict{Symbol, Any}(
|
|
||||||
:name=>"Chatbox",
|
|
||||||
:input=>"What occasion are you buying the wine for?",
|
|
||||||
),
|
|
||||||
:observation_1 => ""
|
|
||||||
)
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [x] add other actions
|
|
||||||
- [] add embedding of newstate and store in newstate[:embedding]
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function MCTStransition(a::T1, state::T2, thoughtDict::T2
|
|
||||||
)::Tuple{String, Dict{Symbol, <:Any}} where {T1<:agent, T2<:AbstractDict}
|
|
||||||
|
|
||||||
actionname = thoughtDict[:action][:name]
|
|
||||||
actioninput = thoughtDict[:action][:input]
|
|
||||||
|
|
||||||
# map action and input() to llm function
|
|
||||||
response, select, reward, isterminal =
|
|
||||||
if actionname == "chatbox"
|
|
||||||
# deepcopy(state[:virtualCustomerChatHistory]) because I want to keep it clean
|
|
||||||
# so that other simulation start from this same node is not contaminated with actioninput
|
|
||||||
virtualWineUserChatbox(a, actioninput, deepcopy(state[:virtualCustomerChatHistory])) # virtual customer
|
|
||||||
elseif actionname == "winestock"
|
|
||||||
winestock(a, actioninput)
|
|
||||||
elseif actionname == "recommendbox"
|
|
||||||
virtualWineUserRecommendbox(a, actioninput)
|
|
||||||
else
|
|
||||||
error("undefined LLM function. Requesting $actionname")
|
|
||||||
end
|
|
||||||
|
|
||||||
newNodeKey, newstate = makeNewState(state, thoughtDict, response, select, reward, isterminal)
|
|
||||||
if actionname == "chatbox"
|
|
||||||
push!(newstate[:virtualCustomerChatHistory], Dict(:name=>"assistant", :text=> actioninput) )
|
|
||||||
push!(newstate[:virtualCustomerChatHistory], Dict(:name=>"user", :text=> response))
|
|
||||||
end
|
|
||||||
|
|
||||||
return (newNodeKey, newstate)
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
""" Get a new state
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::T1`
|
|
||||||
one of YiemAgent's agent
|
|
||||||
- `state::T2`
|
|
||||||
current game state
|
|
||||||
- `thoughtDict::T3`
|
|
||||||
contain Thought, Action, Observation
|
|
||||||
- `isterminal::Function`
|
|
||||||
a function to determine terminal state
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `(newNodeKey, newstate, isterminalstate, reward)::Tuple{String, Dict{Symbol, <:Any}, Bool, <:Number}`
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> state = Dict{Symbol, Dict{Symbol, Any}}(
|
|
||||||
:thoughtHistory => Dict(:question => "Hello, I want to buy a bottle of wine."),
|
|
||||||
:storeinfo => Dict(),
|
|
||||||
:customerinfo => Dict()
|
|
||||||
)
|
|
||||||
julia> thoughtDict = Dict(
|
|
||||||
:question=> "I want to buy a bottle of wine.",
|
|
||||||
:thought_1=> "The customer wants to buy a bottle of wine.",
|
|
||||||
:action_1=> Dict{Symbol, Any}(
|
|
||||||
:name=>"Chatbox",
|
|
||||||
:input=>"What occasion are you buying the wine for?",
|
|
||||||
),
|
|
||||||
:observation_1 => ""
|
|
||||||
)
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [x] add other actions
|
|
||||||
- [] add embedding of newstate and store in newstate[:embedding]
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function transition(a::T1, state::T2, thoughtDict::T2
|
|
||||||
)::Dict{Symbol, <:Any} where {T1<:agent, T2<:AbstractDict}
|
|
||||||
|
|
||||||
thoughtDict = state[:thoughtDict]
|
|
||||||
actionname = thoughtDict[:action][:name]
|
|
||||||
actioninput = thoughtDict[:action][:input]
|
|
||||||
|
|
||||||
# map action and input() to llm function
|
|
||||||
response, select, reward, isterminal =
|
|
||||||
if actionname == "winestock"
|
|
||||||
winestock(a, actioninput)
|
|
||||||
else
|
|
||||||
error("undefined LLM function. Requesting $actionname")
|
|
||||||
end
|
|
||||||
|
|
||||||
return makeNewState(state, thoughtDict, response, select, reward, isterminal)
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
|
|
||||||
# Return
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docstring
|
|
||||||
- [x] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function makeNewState(currentstate::T1, thoughtDict::T4, response::T2, select::Union{T3, Nothing},
|
|
||||||
reward::T3, isterminal::Bool
|
|
||||||
)::Tuple{String, Dict{Symbol, <:Any}} where {T1<:AbstractDict, T2<:AbstractString, T3<:Number, T4<:AbstractDict}
|
|
||||||
|
|
||||||
currentstate_latestThoughtKey, currentstate_latestThoughtIndice =
|
|
||||||
GeneralUtils.findHighestIndexKey(currentstate[:thoughtHistory], "thought")
|
|
||||||
currentstate_nextIndice = currentstate_latestThoughtKey == :NA ? 1 : currentstate_latestThoughtIndice + 1
|
|
||||||
currentstate_latestThoughtKey = Symbol("thought_$currentstate_nextIndice")
|
|
||||||
latestActionKey = Symbol("action_$currentstate_nextIndice")
|
|
||||||
|
|
||||||
_, thoughtDict_latestThoughtIndice =
|
|
||||||
GeneralUtils.findHighestIndexKey(thoughtDict, "thought")
|
|
||||||
|
|
||||||
thoughtDict_latestThoughtKey, thoughtDict_latestActionKey =
|
|
||||||
if thoughtDict_latestThoughtIndice == -1
|
|
||||||
(:thought, :action)
|
|
||||||
else
|
|
||||||
(
|
|
||||||
Symbol("thought_$thoughtDict_latestThoughtIndice"),
|
|
||||||
Symbol("action_$thoughtDict_latestThoughtIndice"),
|
|
||||||
)
|
|
||||||
end
|
|
||||||
|
|
||||||
# add Thought, action, observation to thoughtHistory
|
|
||||||
newstate = deepcopy(currentstate)
|
|
||||||
newstate[:thoughtHistory][currentstate_latestThoughtKey] =
|
|
||||||
thoughtDict[thoughtDict_latestThoughtKey]
|
|
||||||
newstate[:thoughtHistory][latestActionKey] = thoughtDict[thoughtDict_latestActionKey]
|
|
||||||
newObservationKey = Symbol("observation_$(currentstate_nextIndice)")
|
|
||||||
newstate[:thoughtHistory][newObservationKey] = response
|
|
||||||
newstate[:reward] = reward
|
|
||||||
newstate[:select] = select
|
|
||||||
newstate[:isterminal] = isterminal
|
|
||||||
|
|
||||||
newNodeKey = GeneralUtils.uuid4snakecase()
|
|
||||||
|
|
||||||
return (newNodeKey, newstate)
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""" Determine whether a node is a leaf node of a search tree.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `node::MCTSNode`
|
|
||||||
a search tree node
|
|
||||||
# Return
|
|
||||||
- `result::Bool`
|
|
||||||
true if it is a leaf node, false otherwise.
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using Revise
|
|
||||||
julia> using YiemAgent, DataStructures
|
|
||||||
julia> initialState = Dict{Symbol, Any}(
|
|
||||||
:customerinfo=> Dict{Symbol, Any}(),
|
|
||||||
:storeinfo=> Dict{Symbol, Any}(),
|
|
||||||
|
|
||||||
:thoughtHistory=> OrderedDict{Symbol, Any}(
|
|
||||||
:question=> "How are you?",
|
|
||||||
)
|
|
||||||
)
|
|
||||||
julia> statetype = typeof(initialState)
|
|
||||||
julia> root = YiemAgent.MCTSNode(initialState, 0, 0.0, Dict{statetype, YiemAgent.MCTSNode}())
|
|
||||||
julia> YiemAgent.isleaf(root)
|
|
||||||
true
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
[] update docs
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
isleaf(node::MCTSNode)::Bool = isempty(node.children)
|
|
||||||
|
|
||||||
|
|
||||||
""" Select child node based on the highest statevalue
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `node::MCTSNode`
|
|
||||||
node of a search tree
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `childNode::MCTSNode`
|
|
||||||
the highest value child node
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function selectChildNode(node::MCTSNode)::MCTSNode
|
|
||||||
highestProgressValue = 0
|
|
||||||
nodekey = nothing
|
|
||||||
|
|
||||||
# loop thought node children dictionary to find the highest progress value
|
|
||||||
for (k, childNode) in node.children
|
|
||||||
potential = childNode.progressvalue + childNode.reward
|
|
||||||
if childNode.reward > 0 #XXX for testing. remove when done.
|
|
||||||
println("")
|
|
||||||
end
|
|
||||||
if potential > highestProgressValue
|
|
||||||
highestProgressValue = potential
|
|
||||||
nodekey = childNode.nodekey
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
return node.children[nodekey]
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `node::MCTSNode`
|
|
||||||
node of a search tree
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `childNode::MCTSNode`
|
|
||||||
the highest value child node
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docs
|
|
||||||
- [x] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function selectBestNextState(node::MCTSNode)::MCTSNode
|
|
||||||
highestProgressValue = 0
|
|
||||||
nodekey = nothing
|
|
||||||
|
|
||||||
# if all childnode has statevalue == 0, use progressvalue + reward to select the best node
|
|
||||||
stateValueSum = sum([v.statevalue for (k, v) in node.children])
|
|
||||||
|
|
||||||
if stateValueSum != 0
|
|
||||||
for (k, childnode) in node.children
|
|
||||||
potential = childnode.statevalue / childnode.visits
|
|
||||||
|
|
||||||
if potential > highestProgressValue
|
|
||||||
highestProgressValue = potential
|
|
||||||
nodekey = childnode.nodekey
|
|
||||||
end
|
|
||||||
end
|
|
||||||
else
|
|
||||||
for (k, childnode) in node.children
|
|
||||||
potential = childnode.progressvalue + childnode.reward
|
|
||||||
|
|
||||||
if potential > highestProgressValue
|
|
||||||
highestProgressValue = potential
|
|
||||||
nodekey = childnode.nodekey
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
return node.children[nodekey]
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `node::MCTSNode`
|
|
||||||
node of a search tree
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `childNode::MCTSNode`
|
|
||||||
the highest value child node
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docs
|
|
||||||
- [x] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function selectBestTrajectory(node::MCTSNode)::MCTSNode
|
|
||||||
while !isleaf(node)
|
|
||||||
node = selectBestNextState(node)
|
|
||||||
end
|
|
||||||
|
|
||||||
return node
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
""" Determine wheter a given node is a root node
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `node::MCTSNode`
|
|
||||||
node of a search tree
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `isrootnode::Bool`
|
|
||||||
true if the given node is root node, false otherwise
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
isroot(node::MCTSNode)::Bool = node.nodekey == "root" ? true : false
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------------------------ #
|
|
||||||
# Create a complete example using the defined MCTS functions #
|
|
||||||
# ------------------------------------------------------------------------------------------------ #
|
|
||||||
""" Search the best action to take for a given state and task
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::agent`
|
|
||||||
one of Yiem's agents
|
|
||||||
- `initial state`
|
|
||||||
initial state
|
|
||||||
- `decisionMaker::Function`
|
|
||||||
decide what action to take
|
|
||||||
- `evaluator::Function`
|
|
||||||
assess the value of the state
|
|
||||||
- `reflector::Function`
|
|
||||||
generate lesson from trajectory and reward
|
|
||||||
- `isterminal::Function`
|
|
||||||
determine whether a given state is a terminal state
|
|
||||||
- `n::Integer`
|
|
||||||
how many times action will be sampled from decisionMaker
|
|
||||||
- `w::Float64`
|
|
||||||
exploration weight. Value is usually between 1 to 2.
|
|
||||||
Value 1.0 makes MCTS balance between exploration and exploitation like 50%-50%
|
|
||||||
Value 2.0 makes MCTS aggressively search the tree
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `plan::Vector{Dict}`
|
|
||||||
best plan
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
[] update docstring
|
|
||||||
[x] return best action
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function runMCTS(
|
|
||||||
a::T1,
|
|
||||||
initialState,
|
|
||||||
decisionMaker::Function,
|
|
||||||
evaluator::Function,
|
|
||||||
reflector::Function;
|
|
||||||
totalsample::Integer=3,
|
|
||||||
maxDepth::Integer=3,
|
|
||||||
maxiterations::Integer=10,
|
|
||||||
explorationweight::Number=1.0,
|
|
||||||
) where {T1<:agent}
|
|
||||||
|
|
||||||
root = MCTSNode("root", initialState, 0, 0, 0, 0, false, nothing, Dict{String, MCTSNode}())
|
|
||||||
|
|
||||||
for nth in 1:maxiterations
|
|
||||||
node = root
|
|
||||||
node.visits += 1
|
|
||||||
|
|
||||||
while !isleaf(node)
|
|
||||||
node = UCTselect(node, explorationweight)
|
|
||||||
end
|
|
||||||
if node.isterminal
|
|
||||||
# MCTS arrive at the leaf node that is also a terminal state,
|
|
||||||
# do nothing then go directly to backpropagation
|
|
||||||
backpropagate(leafNode, node.reward)
|
|
||||||
else
|
|
||||||
expand(a, node, decisionMaker, evaluator, reflector; totalsample=totalsample)
|
|
||||||
leafNode = selectChildNode(node)
|
|
||||||
simTrajectoryReward, terminalstate = simulate(a, leafNode, decisionMaker, evaluator,
|
|
||||||
reflector; maxDepth=maxDepth, totalsample=totalsample)
|
|
||||||
if terminalstate !== nothing #XXX not sure why I need this
|
|
||||||
terminalstate[:totalTrajectoryReward] = simTrajectoryReward
|
|
||||||
end
|
|
||||||
|
|
||||||
#[] write best state to file if it has higher simTrajectoryReward. Use to improve evaluation
|
|
||||||
# open("trajectory.json", "w") do io
|
|
||||||
# JSON3.pretty(io, terminalstate)
|
|
||||||
# end
|
|
||||||
|
|
||||||
backpropagate(leafNode, simTrajectoryReward)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
bestNextState = selectBestNextState(root)
|
|
||||||
besttrajectory = selectBestTrajectory(root)
|
|
||||||
|
|
||||||
return (bestNextState.state, besttrajectory.state)
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end # module mcts
|
|
||||||
@@ -1,235 +0,0 @@
|
|||||||
module type
|
|
||||||
|
|
||||||
export agent, sommelier
|
|
||||||
|
|
||||||
using Dates, UUIDs, DataStructures, JSON3
|
|
||||||
using GeneralUtils
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
abstract type agent end
|
|
||||||
|
|
||||||
|
|
||||||
""" A sommelier agent.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `mqttClient::Client`
|
|
||||||
MQTTClient's client
|
|
||||||
- `msgMeta::Dict{Symbol, Any}`
|
|
||||||
A dict contain info about a message.
|
|
||||||
- `config::Dict{Symbol, Any}`
|
|
||||||
Config info for an agent. Contain mqtt topic for internal use and other info.
|
|
||||||
|
|
||||||
# Keyword Arguments
|
|
||||||
- `name::String`
|
|
||||||
Agent's name
|
|
||||||
- `id::String`
|
|
||||||
Agent's ID
|
|
||||||
- `tools::Dict{Symbol, Any}`
|
|
||||||
Agent's tools
|
|
||||||
- `maxHistoryMsg::Integer`
|
|
||||||
max history message
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `nothing`
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using YiemAgent, MQTTClient, GeneralUtils
|
|
||||||
julia> msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
"N/A",
|
|
||||||
replyTopic = "/testtopic/prompt"
|
|
||||||
)
|
|
||||||
julia> tools= Dict(
|
|
||||||
:chatbox=>Dict(
|
|
||||||
:name => "chatbox",
|
|
||||||
:description => "Useful only for when you need to ask the user for more info or context. Do not ask the user their own question.",
|
|
||||||
:input => "Input should be a text.",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
julia> agentConfig = Dict(
|
|
||||||
:receiveprompt=>Dict(
|
|
||||||
:mqtttopic=> "/testtopic/prompt", # topic to receive prompt i.e. frontend send msg to this topic
|
|
||||||
),
|
|
||||||
:receiveinternal=>Dict(
|
|
||||||
:mqtttopic=> "/testtopic/internal", # receive topic for model's internal
|
|
||||||
),
|
|
||||||
:text2text=>Dict(
|
|
||||||
:mqtttopic=> "/text2text/receive",
|
|
||||||
),
|
|
||||||
)
|
|
||||||
julia> client, connection = MakeConnection("test.mosquitto.org", 1883)
|
|
||||||
julia> agent = YiemAgent.bsommelier(
|
|
||||||
client,
|
|
||||||
msgMeta,
|
|
||||||
agentConfig,
|
|
||||||
name= "assistant",
|
|
||||||
id= "555", # agent instance id
|
|
||||||
tools=tools,
|
|
||||||
)
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docstring
|
|
||||||
- [x] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
mutable struct sommelier <: agent
|
|
||||||
name::String # agent name
|
|
||||||
id::String # agent id
|
|
||||||
config::Dict # agent config
|
|
||||||
tools::Dict
|
|
||||||
maxiterations::Integer # how many thinking round
|
|
||||||
totalsample::Integer # how many sample in each thinking round
|
|
||||||
maxDepth::Integer # how many step ahead to be simulated start from current state into the future
|
|
||||||
maxHistoryMsg::Integer # 21th and earlier messages will get summarized
|
|
||||||
|
|
||||||
""" Memory
|
|
||||||
Ref: Chat prompt format https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/discussions/3
|
|
||||||
NO "system" message in chathistory because I want to add it at the inference time
|
|
||||||
chathistory= [
|
|
||||||
Dict(:name=>"user", :text=> "Wassup!", :timestamp=> Dates.now()),
|
|
||||||
Dict(:name=>"assistant", :text=> "Hi I'm your assistant.", :timestamp=> Dates.now()),
|
|
||||||
]
|
|
||||||
|
|
||||||
"""
|
|
||||||
chathistory::Vector{Dict{Symbol, Any}}
|
|
||||||
keywordinfo::Dict{Symbol, Any}
|
|
||||||
|
|
||||||
# 1-historyPoint is in Dict{Symbol, Any} and compose of:
|
|
||||||
# state, statevalue, thought, action, observation
|
|
||||||
plan::Dict{Symbol, Any}
|
|
||||||
mctsWorkDict::Dict{Symbol, Any}
|
|
||||||
end
|
|
||||||
|
|
||||||
function sommelier(
|
|
||||||
config::Dict = Dict(
|
|
||||||
:mqttServerInfo=> Dict(
|
|
||||||
:broker=> nothing,
|
|
||||||
:port=> nothing,
|
|
||||||
),
|
|
||||||
:receivemsg=> Dict(
|
|
||||||
:prompt=> nothing, # topic to receive prompt i.e. frontend send msg to this topic
|
|
||||||
:internal=> nothing,
|
|
||||||
),
|
|
||||||
:thirdPartyService=> Dict(
|
|
||||||
:text2textinstruct=> nothing,
|
|
||||||
:text2textchat=> nothing,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
;
|
|
||||||
name::String= "Assistant",
|
|
||||||
id::String= string(uuid4()),
|
|
||||||
tools::Dict= Dict(
|
|
||||||
:chatbox=> Dict(
|
|
||||||
:name => "chatbox",
|
|
||||||
:description => "Useful for when you need to communicate with the user.",
|
|
||||||
:input => "Input should be a conversation to the user.",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
maxiterations::Integer= 3,
|
|
||||||
totalsample::Integer= 3,
|
|
||||||
maxDepth::Integer= 3,
|
|
||||||
maxHistoryMsg::Integer= 20,
|
|
||||||
chathistory::Vector{Dict{Symbol, Any}} = Vector{Dict{Symbol, Any}}(),
|
|
||||||
keywordinfo::Dict{Symbol, Any} = Dict{Symbol, Any}(
|
|
||||||
:customerinfo => Dict{Symbol, Any}(),
|
|
||||||
:storeinfo => Dict{Symbol, Any}(),
|
|
||||||
),
|
|
||||||
plan::Dict{Symbol, Any} = Dict{Symbol, Any}(
|
|
||||||
|
|
||||||
# store 3 to 5 best plan AI frequently used to avoid having to search MCTS all the time
|
|
||||||
# each plan is in [historyPoint_1, historyPoint_2, ...] format
|
|
||||||
:existingplan => Vector(),
|
|
||||||
|
|
||||||
:activeplan => Dict{Symbol, Any}(), # current using plan
|
|
||||||
:currenttrajectory=> Dict{Symbol, Any}(), # store question, thought, action, observation, ...
|
|
||||||
),
|
|
||||||
mctsWorkDict::Dict{Symbol, Any} = Dict{Symbol, Any}()
|
|
||||||
)
|
|
||||||
|
|
||||||
#[NEXTVERSION] publish to a.config[:configtopic] to get a config.
|
|
||||||
#[NEXTVERSION] get a config message in a.mqttMsg_internal
|
|
||||||
#[NEXTVERSION] set agent according to config
|
|
||||||
|
|
||||||
newAgent = sommelier(
|
|
||||||
name,
|
|
||||||
id,
|
|
||||||
config,
|
|
||||||
tools,
|
|
||||||
maxiterations,
|
|
||||||
totalsample,
|
|
||||||
maxDepth,
|
|
||||||
maxHistoryMsg,
|
|
||||||
chathistory,
|
|
||||||
keywordinfo,
|
|
||||||
plan,
|
|
||||||
mctsWorkDict,
|
|
||||||
)
|
|
||||||
|
|
||||||
return newAgent
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end # module type
|
|
||||||
@@ -1,373 +0,0 @@
|
|||||||
module util
|
|
||||||
|
|
||||||
export clearhistory, addNewMessage, formatLLMtext, iterativeprompting,
|
|
||||||
formatLLMtext_llama3instruct, formatLLMtext_phi3instruct
|
|
||||||
|
|
||||||
using UUIDs, Dates, DataStructures, HTTP, MQTTClient, JSON3
|
|
||||||
using GeneralUtils
|
|
||||||
using ..type
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
""" Clear agent chat history.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::agent`
|
|
||||||
an agent
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- nothing
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using YiemAgent, MQTTClient, GeneralUtils
|
|
||||||
julia> client, connection = MakeConnection("test.mosquitto.org", 1883)
|
|
||||||
julia> connect(client, connection)
|
|
||||||
julia> msgMeta = GeneralUtils.generate_msgMeta("testtopic")
|
|
||||||
julia> agentConfig = Dict(
|
|
||||||
:receiveprompt=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/receive",
|
|
||||||
),
|
|
||||||
:receiveinternal=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/internal",
|
|
||||||
),
|
|
||||||
:text2text=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/text2text",
|
|
||||||
),
|
|
||||||
)
|
|
||||||
julia> a = YiemAgent.sommelier(
|
|
||||||
client,
|
|
||||||
msgMeta,
|
|
||||||
agentConfig,
|
|
||||||
)
|
|
||||||
julia> YiemAgent.addNewMessage(a, "user", "hello")
|
|
||||||
julia> YiemAgent.clearhistory(a)
|
|
||||||
```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function clearhistory(a::T) where {T<:agent}
|
|
||||||
empty!(a.chathistory)
|
|
||||||
empty!(a.mctstree)
|
|
||||||
empty!(a.plan[:activeplan])
|
|
||||||
empty!(a.plan[:currenttrajectory])
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
""" Add new message to agent.
|
|
||||||
|
|
||||||
Arguments\n
|
|
||||||
-----
|
|
||||||
a::agent
|
|
||||||
an agent
|
|
||||||
role::String
|
|
||||||
message sender role i.e. system, user or assistant
|
|
||||||
text::String
|
|
||||||
message text
|
|
||||||
|
|
||||||
Return\n
|
|
||||||
-----
|
|
||||||
nothing
|
|
||||||
|
|
||||||
Example\n
|
|
||||||
-----
|
|
||||||
```jldoctest
|
|
||||||
julia> using YiemAgent, MQTTClient, GeneralUtils
|
|
||||||
julia> client, connection = MakeConnection("test.mosquitto.org", 1883)
|
|
||||||
julia> connect(client, connection)
|
|
||||||
julia> msgMeta = GeneralUtils.generate_msgMeta("testtopic")
|
|
||||||
julia> agentConfig = Dict(
|
|
||||||
:receiveprompt=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/receive",
|
|
||||||
),
|
|
||||||
:receiveinternal=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/internal",
|
|
||||||
),
|
|
||||||
:text2text=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/text2text",
|
|
||||||
),
|
|
||||||
)
|
|
||||||
julia> a = YiemAgent.sommelier(
|
|
||||||
client,
|
|
||||||
msgMeta,
|
|
||||||
agentConfig,
|
|
||||||
)
|
|
||||||
julia> YiemAgent.addNewMessage(a, "user", "hello")
|
|
||||||
```
|
|
||||||
|
|
||||||
Signature\n
|
|
||||||
-----
|
|
||||||
"""
|
|
||||||
function addNewMessage(a::T1, name::String, text::T2;
|
|
||||||
maximumMsg::Integer=20) where {T1<:agent, T2<:AbstractString}
|
|
||||||
if name ∉ ["system", "user", "assistant"] # guard against typo
|
|
||||||
error("name is not in agent.availableRole $(@__LINE__)")
|
|
||||||
end
|
|
||||||
|
|
||||||
#[] summarize the oldest 10 message
|
|
||||||
if length(a.chathistory) > maximumMsg
|
|
||||||
summarize(a.chathistory)
|
|
||||||
else
|
|
||||||
d = Dict(:name=> name, :text=> text, :timestamp=> Dates.now())
|
|
||||||
push!(a.chathistory, d)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""" Convert a single chat dictionary into LLM model instruct format.
|
|
||||||
|
|
||||||
# Llama 3 instruct format example
|
|
||||||
<|system|>
|
|
||||||
You are a helpful AI assistant.<|end|>
|
|
||||||
<|user|>
|
|
||||||
I am going to Paris, what should I see?<|end|>
|
|
||||||
<|assistant|>
|
|
||||||
Paris, the capital of France, is known for its stunning architecture, art museums."<|end|>
|
|
||||||
<|user|>
|
|
||||||
What is so great about #1?<|end|>
|
|
||||||
<|assistant|>
|
|
||||||
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `name::T`
|
|
||||||
message owner name e.f. "system", "user" or "assistant"
|
|
||||||
- `text::T`
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `formattedtext::String`
|
|
||||||
text formatted to model format
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using Revise
|
|
||||||
julia> using YiemAgent
|
|
||||||
julia> d = Dict(:name=> "system",:text=> "You are a helpful, respectful and honest assistant.",)
|
|
||||||
julia> formattedtext = YiemAgent.formatLLMtext_phi3instruct(d[:name], d[:text])
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
Signature
|
|
||||||
"""
|
|
||||||
function formatLLMtext_phi3instruct(name::T, text::T) where {T<:AbstractString}
|
|
||||||
formattedtext =
|
|
||||||
"""
|
|
||||||
<|$name|>
|
|
||||||
$text<|end|>\n
|
|
||||||
"""
|
|
||||||
|
|
||||||
return formattedtext
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
""" Convert a single chat dictionary into LLM model instruct format.
|
|
||||||
|
|
||||||
# Llama 3 instruct format example
|
|
||||||
<|begin_of_text|>
|
|
||||||
<|start_header_id|>system<|end_header_id|>
|
|
||||||
You are a helpful assistant.
|
|
||||||
<|eot_id|>
|
|
||||||
<|start_header_id|>user<|end_header_id|>
|
|
||||||
Get me an icecream.
|
|
||||||
<|eot_id|>
|
|
||||||
<|start_header_id|>assistant<|end_header_id|>
|
|
||||||
Go buy it yourself at 7-11.
|
|
||||||
<|eot_id|>
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `name::T`
|
|
||||||
message owner name e.f. "system", "user" or "assistant"
|
|
||||||
- `text::T`
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `formattedtext::String`
|
|
||||||
text formatted to model format
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using Revise
|
|
||||||
julia> using YiemAgent
|
|
||||||
julia> d = Dict(:name=> "system",:text=> "You are a helpful, respectful and honest assistant.",)
|
|
||||||
julia> formattedtext = YiemAgent.formatLLMtext_llama3instruct(d[:name], d[:text])
|
|
||||||
"<|begin_of_text|>\n <|start_header_id|>system<|end_header_id|>\n You are a helpful, respectful and honest assistant.\n <|eot_id|>\n"
|
|
||||||
```
|
|
||||||
|
|
||||||
Signature
|
|
||||||
"""
|
|
||||||
function formatLLMtext_llama3instruct(name::T, text::T) where {T<:AbstractString}
|
|
||||||
formattedtext =
|
|
||||||
if name == "system"
|
|
||||||
"""
|
|
||||||
<|begin_of_text|>
|
|
||||||
<|start_header_id|>$name<|end_header_id|>
|
|
||||||
$text
|
|
||||||
<|eot_id|>
|
|
||||||
"""
|
|
||||||
else
|
|
||||||
"""
|
|
||||||
<|start_header_id|>$name<|end_header_id|>
|
|
||||||
$text
|
|
||||||
<|eot_id|>
|
|
||||||
"""
|
|
||||||
end
|
|
||||||
|
|
||||||
return formattedtext
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""" Convert a chat messages in vector of dictionary into LLM model instruct format.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `messages::Vector{Dict{Symbol, T}}`
|
|
||||||
message owner name e.f. "system", "user" or "assistant"
|
|
||||||
- `formatname::T`
|
|
||||||
format name to be used
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `formattedtext::String`
|
|
||||||
text formatted to model format
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using Revise
|
|
||||||
julia> using YiemAgent
|
|
||||||
julia> chatmessage = [
|
|
||||||
Dict(:name=> "system",:text=> "You are a helpful, respectful and honest assistant.",),
|
|
||||||
Dict(:name=> "user",:text=> "list me all planets in our solar system.",),
|
|
||||||
Dict(:name=> "assistant",:text=> "I'm sorry. I don't know. You tell me.",),
|
|
||||||
]
|
|
||||||
julia> formattedtext = YiemAgent.formatLLMtext(chatmessage, "llama3instruct")
|
|
||||||
"<|begin_of_text|>\n <|start_header_id|>system<|end_header_id|>\n You are a helpful, respectful and honest assistant.\n <|eot_id|>\n <|start_header_id|>user<|end_header_id|>\n list me all planets in our solar system.\n <|eot_id|>\n <|start_header_id|>assistant<|end_header_id|>\n I'm sorry. I don't know. You tell me.\n <|eot_id|>\n"
|
|
||||||
```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function formatLLMtext(messages::Vector{Dict{Symbol, T}},
|
|
||||||
formatname::String="llama3instruct") where {T<:Any}
|
|
||||||
f = if formatname == "llama3instruct"
|
|
||||||
formatLLMtext_llama3instruct
|
|
||||||
elseif formatname == "mistral"
|
|
||||||
# not define yet
|
|
||||||
elseif formatname == "phi3instruct"
|
|
||||||
formatLLMtext_phi3instruct
|
|
||||||
else
|
|
||||||
error("$formatname template not define yet")
|
|
||||||
end
|
|
||||||
|
|
||||||
str = ""
|
|
||||||
for t in messages
|
|
||||||
str *= f(t[:name], t[:text])
|
|
||||||
end
|
|
||||||
|
|
||||||
# add <|assistant|> so that the model don't generate it and I don't need to clean it up later
|
|
||||||
if formatname == "phi3instruct"
|
|
||||||
str *= "<|assistant|>\n"
|
|
||||||
end
|
|
||||||
|
|
||||||
return str
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
Arguments\n
|
|
||||||
-----
|
|
||||||
|
|
||||||
Return\n
|
|
||||||
-----
|
|
||||||
|
|
||||||
Example\n
|
|
||||||
-----
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
TODO\n
|
|
||||||
-----
|
|
||||||
[] update docstring
|
|
||||||
[PENDING] implement the function
|
|
||||||
|
|
||||||
Signature\n
|
|
||||||
-----
|
|
||||||
"""
|
|
||||||
function iterativeprompting(a::T, prompt::String, verification::Function) where {T<:agent}
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
a.config[:externalService][:text2textinstruct],
|
|
||||||
senderName= "iterativeprompting",
|
|
||||||
senderId= a.id,
|
|
||||||
receiverName= "text2textinstruct",
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
success = nothing
|
|
||||||
result = nothing
|
|
||||||
critique = ""
|
|
||||||
|
|
||||||
# iteration loop
|
|
||||||
while true
|
|
||||||
# send prompt to LLM
|
|
||||||
response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
|
||||||
error("--> iterativeprompting")
|
|
||||||
# check for correctness and get feedback
|
|
||||||
success, _critique = verification(response)
|
|
||||||
|
|
||||||
if success
|
|
||||||
result = response
|
|
||||||
break
|
|
||||||
else
|
|
||||||
# add critique to prompt
|
|
||||||
critique *= _critique * "\n"
|
|
||||||
replace!(prompt, "Critique: ..." => "Critique: $critique")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
return (success=success, result=result)
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end # module util
|
|
||||||
@@ -1,159 +0,0 @@
|
|||||||
using Revise
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, DataStructures
|
|
||||||
|
|
||||||
thoughtDict = OrderedDict(
|
|
||||||
:Question=> "Hello, I would like a get a bottle of wine",
|
|
||||||
:Thought_1=> "The customer wants to buy a bottle of wine, but we need more information about their preferences.",
|
|
||||||
:Action_1=> Dict(
|
|
||||||
:name=> "chatbox",
|
|
||||||
:input=> "What occasion are you buying the wine for?",
|
|
||||||
),
|
|
||||||
:Observation_1=> "We are having a wedding pary this weekend.",
|
|
||||||
|
|
||||||
:Thought_2=> "A wedding party is a great occasion to have a good bottle of wine.",
|
|
||||||
:Action_2=> Dict(
|
|
||||||
:name=> "chatbox",
|
|
||||||
:input=> "What type of food will you be serving with the wine?",
|
|
||||||
),
|
|
||||||
:Observation_2=> "I think it is Thai dishes",
|
|
||||||
|
|
||||||
:Thought_3=> "Now that I know the occasion and food, I need to ask about the budget.",
|
|
||||||
:Action_3=> Dict(
|
|
||||||
:name=> "chatbox",
|
|
||||||
:input=> "What is your budget for this wine?",
|
|
||||||
),
|
|
||||||
:Observation_3=> "50 bucks",
|
|
||||||
|
|
||||||
:Thought_4=> "With a budget of \$50, we have a wide range of options. Now that I know it's a wedding party and Thai dishes, I need to ask about the type of wine they prefer.",
|
|
||||||
:Action_4=> Dict(
|
|
||||||
:name=> "chatbox",
|
|
||||||
:input=> "What type of wine are you looking for? (Red, White, Sparkling, Rose, Dessert, Fortified)",
|
|
||||||
),
|
|
||||||
:Observation_4=> "Sparkling please.",
|
|
||||||
|
|
||||||
:Thought_5=> "Now that I know the occasion, food, budget and preferred type of wine, it's time to check our inventory for the best matching wine.",
|
|
||||||
:Action_5=> Dict(
|
|
||||||
:name=> "winestock",
|
|
||||||
:input=> "wine with budget \$50, Thai dishes, sparkling, wedding party",
|
|
||||||
),
|
|
||||||
:Observation_5=> "I found the following wine in stock {1 : Zena Crown Vista, 2 : Schrader Cabernet Sauvignon}",
|
|
||||||
|
|
||||||
:Thought_6=> "Now that I have all the information, it's time to recommend a wine that fits their preferences.",
|
|
||||||
:Action_6=> Dict(
|
|
||||||
:name=> "recommendation",
|
|
||||||
:input=> "I recommend Zena Crown Vista for its sparkling and affordable price.",
|
|
||||||
),
|
|
||||||
:Observation_6=> "I don't like it. Do you have another option?",
|
|
||||||
)
|
|
||||||
|
|
||||||
_thoughtJsonStr = JSON3.write(thoughtDict)
|
|
||||||
thoughtJsonStr = _thoughtJsonStr[1:end-1] # remove } at the end
|
|
||||||
# @show thoughtJsonStr
|
|
||||||
|
|
||||||
_, latestThoughtIndice = GeneralUtils.findHighestIndexKey(thoughtDict, "Thought")
|
|
||||||
nextThoughtIndice = latestThoughtIndice + 1
|
|
||||||
|
|
||||||
_prompt =
|
|
||||||
"""
|
|
||||||
You are a helpful sommelier working for a wine store.
|
|
||||||
Your goal is to reccommend the best wine from your inventory that match the user preferences.
|
|
||||||
|
|
||||||
You must follow the following criteria:
|
|
||||||
1) Get to know what occasion the user is buying wine for
|
|
||||||
2) Get to know what food the user will have with wine
|
|
||||||
3) Get to know how much the user willing to spend
|
|
||||||
4) Get to know type of wine the user is looking for e.g. Red, White, Sparkling, Rose, Dessert, Fortified
|
|
||||||
5) Get to know what characteristics of wine the user is looking for
|
|
||||||
e.g. tannin, sweetness, intensity, acidity
|
|
||||||
6) Check your inventory for the best wine that match the user preference
|
|
||||||
7) Recommend wine to the user
|
|
||||||
|
|
||||||
You should only respond with interleaving Thought, Action, Observation steps.
|
|
||||||
Thought can reason about the current situation, and Action can be three types:
|
|
||||||
1) winestock[query], which you can use to find wine in your inventory. The more input data the better.
|
|
||||||
2) chatbox[text], which you can use to interact with the user.
|
|
||||||
3) recommendation[answer], which returns your wine reccommendation to the user.
|
|
||||||
|
|
||||||
You should only respond in JSON format as describe below:
|
|
||||||
{
|
|
||||||
"Thought": "your reasoning",
|
|
||||||
"Action": {"name": "action to take", "input": "Action input"},
|
|
||||||
"Observation": "result of the action"
|
|
||||||
}
|
|
||||||
|
|
||||||
Here are some examples:
|
|
||||||
{
|
|
||||||
"Question": "I would like to buy a sedan with 8 seats.",
|
|
||||||
"Thought_1": "Our showroom carries various vehicle model. But I'm not sure whether we have a models that fits the user demand, I need to check our inventory.",
|
|
||||||
"Action_1": {"name": "inventory", "input": "sedan with 8 seats."},
|
|
||||||
"Observation_1": "Several model has 8 seats. Available color are black, red green"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"Thought_2": "I have to ask the user what color he likes.",
|
|
||||||
"Action_2": {"name": "chatbox", "input": "Which color do you like?"}
|
|
||||||
"Observation_2": "I'll take black."
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"Thought_3": "There is only one model that fits the user preference. It's Yiem model A",
|
|
||||||
"Action_3": {"name": "recommendation", "input": "I recommend a Yiem model A"}
|
|
||||||
}
|
|
||||||
|
|
||||||
Let's begin!
|
|
||||||
|
|
||||||
$(JSON3.write(thoughtDict))
|
|
||||||
{Thought_$nextThoughtIndice
|
|
||||||
"""
|
|
||||||
|
|
||||||
prompt = YiemAgent.formatLLMtext_llama3instruct("system", _prompt)
|
|
||||||
@show prompt
|
|
||||||
msgMeta = Dict(:requestResponse => nothing,
|
|
||||||
:msgPurpose => nothing,
|
|
||||||
:receiverId => nothing,
|
|
||||||
:getPost => nothing,
|
|
||||||
:msgId => "4c7111e0-c30e-44c3-8f85-1c8b3f03a8be",
|
|
||||||
:acknowledgestatus => nothing,
|
|
||||||
:replyToMsgId => nothing,
|
|
||||||
:msgFormatVersion => nothing,
|
|
||||||
:mqttServerInfo => Dict(:port => 1883, :broker => "mqtt.yiem.cc"),
|
|
||||||
:sendTopic => "/loadbalancer/requestingservice",
|
|
||||||
:receiverName => "text2textinstruct",
|
|
||||||
:replyTopic => nothing,
|
|
||||||
:senderName => "decisionMaker",
|
|
||||||
:senderSelfnote => nothing,
|
|
||||||
:senderId => "testingSessionID",
|
|
||||||
:timeStamp => "2024-05-04T08:06:23.561"
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
|
||||||
thoughtJsonStr = _response[:response][:text]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,87 +0,0 @@
|
|||||||
using Revise # remove when this package is completed
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, MQTTClient, Dates, UUIDs, DataStructures
|
|
||||||
using Base.Threads
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
config = copy(JSON3.read("config.json"))
|
|
||||||
|
|
||||||
instanceInternalTopic = config[:serviceInternalTopic][:mqtttopic] * "/1"
|
|
||||||
|
|
||||||
client, connection = MakeConnection(config[:mqttServerInfo][:broker],
|
|
||||||
config[:mqttServerInfo][:port])
|
|
||||||
|
|
||||||
receiveUserMsgChannel = Channel{Dict}(4)
|
|
||||||
receiveInternalMsgChannel = Channel{Dict}(4)
|
|
||||||
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
"N/A",
|
|
||||||
replyTopic = config[:servicetopic][:mqtttopic] # ask frontend reply to this instance_chat_topic
|
|
||||||
)
|
|
||||||
|
|
||||||
agentConfig = Dict(
|
|
||||||
:mqttServerInfo=> config[:mqttServerInfo],
|
|
||||||
:receivemsg=> Dict(
|
|
||||||
:prompt=> config[:servicetopic][:mqtttopic], # topic to receive prompt i.e. frontend send msg to this topic
|
|
||||||
:internal=> instanceInternalTopic,
|
|
||||||
),
|
|
||||||
:externalservice=> config[:externalservice],
|
|
||||||
)
|
|
||||||
|
|
||||||
# Instantiate an agent
|
|
||||||
tools=Dict( # update input format
|
|
||||||
"askbox"=> Dict(
|
|
||||||
:description => "<askbox tool description>Useful for when you need to ask the user for more context. Do not ask the user their own question.</askbox tool description>",
|
|
||||||
:input => """<input>Input is a text in JSON format.</input><input example>{\"Q1\": \"How are you doing?\", \"Q2\": \"How may I help you?\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
# "winestock"=> Dict(
|
|
||||||
# :description => "<winestock tool description>A handy tool for searching wine in your inventory that match the user preferences.</winestock tool description>",
|
|
||||||
# :input => """<input>Input is a JSON-formatted string that contains a detailed and precise search query.</input><input example>{\"wine type\": \"rose\", \"price\": \"max 35\", \"sweetness level\": \"sweet\", \"intensity level\": \"light bodied\", \"Tannin level\": \"low\", \"Acidity level\": \"low\"}</input example>""",
|
|
||||||
# :output => """<output>Output are wines that match the search query in JSON format.""",
|
|
||||||
# :func => ChatAgent.winestock,
|
|
||||||
# ),
|
|
||||||
"finalanswer"=> Dict(
|
|
||||||
:description => "<tool description>Useful for when you are ready to recommend wines to the user.</tool description>",
|
|
||||||
:input => """<input format>{\"finalanswer\": \"some text\"}.</input format><input example>{\"finalanswer\": \"I recommend Zena Crown Vista\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
|
|
||||||
a = YiemAgent.sommelier(
|
|
||||||
receiveUserMsgChannel,
|
|
||||||
receiveInternalMsgChannel,
|
|
||||||
agentConfig,
|
|
||||||
name= "assistant",
|
|
||||||
id= "testingSessionID", # agent instance id
|
|
||||||
tools=tools,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
input =
|
|
||||||
OrderedDict{Symbol, Any}(:question => "Hello, I would like a get a bottle of wine", :thought_1 => "It's great that the user is looking for a bottle of wine. To give them a personalized recommendation, I need to know more about their preferences.", :action_1 => Dict{Symbol, Any}(:name => "chatbox", :input => "What occasion are you planning to use this wine for?"), :observation_1 => "We are holding a wedding party", :thought_2 => "A wedding party is a great occasion for a special bottle of wine. I need to know what type of food will be served, and how much the user is willing to spend.", :action_2 => Dict{Symbol, Any}(:name => "chatbox", :input => "What type of food will you be serving at the wedding?"), :observation_2 => "It will be Thai dishes.", :thought_3 => "The type of wine that pairs well with Thai dishes is usually a crisp and refreshing white wine, but I also need to consider the budget and personal preferences.", :action_3 => Dict{Symbol, Any}(:name => "chatbox", :input => "How much are you willing to spend on this bottle of wine?"), :observation_3 => "I would spend up to 50 bucks.", :thought_4 => "I have a good idea of the occasion, food, and budget. Now I need to know what type of wine the user is looking for.", :action_4 => Dict{Symbol, Any}(:name => "chatbox", :input => "What type of wine are you usually looking for? Red, White, Sparkling, Rose, Dessert or Fortified?"), :observation_4 => "I like full-bodied Red wine with low tannin.", :thought_5 => "Now that I have all the necessary information, I can start searching for a suitable wine in our inventory.", :action_5 => Dict{Symbol, Any}(:name => "winestock", :input => "red wine with low tannins"), :observation_5 => "I found the following wines in our stock: \n{\n 1: El Enemigo Cabernet Franc 2019\n2: Tantara Chardonnay 2017\n\n}\n", :thought_6 => "Now that I have the information about the wine, it's time to make a recommendation.", :action_6 => Dict{Symbol, Any}(:name => "recommendbox", :input => "El Enemigo Cabernet Franc 2019"), :observation_6 => "I don't like the one you recommend. I want dry wine.")
|
|
||||||
|
|
||||||
|
|
||||||
result = YiemAgent.jsoncorrection(a, input)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,112 +0,0 @@
|
|||||||
using Revise # remove when this package is completed
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, MQTTClient, Dates, UUIDs
|
|
||||||
using Base.Threads
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
config = copy(JSON3.read("config.json"))
|
|
||||||
|
|
||||||
instanceInternalTopic = config[:serviceInternalTopic][:mqtttopic] * "/1"
|
|
||||||
|
|
||||||
client, connection = MakeConnection(config[:mqttServerInfo][:broker],
|
|
||||||
config[:mqttServerInfo][:port])
|
|
||||||
|
|
||||||
receiveUserMsgChannel = Channel{Dict}(4)
|
|
||||||
receiveInternalMsgChannel = Channel{Dict}(4)
|
|
||||||
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
"N/A",
|
|
||||||
replyTopic = config[:servicetopic][:mqtttopic] # ask frontend reply to this instance_chat_topic
|
|
||||||
)
|
|
||||||
|
|
||||||
agentConfig = Dict(
|
|
||||||
:mqttServerInfo=> config[:mqttServerInfo],
|
|
||||||
:receivemsg=> Dict(
|
|
||||||
:prompt=> config[:servicetopic][:mqtttopic], # topic to receive prompt i.e. frontend send msg to this topic
|
|
||||||
:internal=> instanceInternalTopic,
|
|
||||||
),
|
|
||||||
:externalservice=> config[:externalservice],
|
|
||||||
)
|
|
||||||
|
|
||||||
# Instantiate an agent
|
|
||||||
tools=Dict( # update input format
|
|
||||||
"askbox"=> Dict(
|
|
||||||
:description => "<askbox tool description>Useful for when you need to ask the user for more context. Do not ask the user their own question.</askbox tool description>",
|
|
||||||
:input => """<input>Input is a text in JSON format.</input><input example>{\"Q1\": \"How are you doing?\", \"Q2\": \"How may I help you?\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
# "winestock"=> Dict(
|
|
||||||
# :description => "<winestock tool description>A handy tool for searching wine in your inventory that match the user preferences.</winestock tool description>",
|
|
||||||
# :input => """<input>Input is a JSON-formatted string that contains a detailed and precise search query.</input><input example>{\"wine type\": \"rose\", \"price\": \"max 35\", \"sweetness level\": \"sweet\", \"intensity level\": \"light bodied\", \"Tannin level\": \"low\", \"Acidity level\": \"low\"}</input example>""",
|
|
||||||
# :output => """<output>Output are wines that match the search query in JSON format.""",
|
|
||||||
# :func => ChatAgent.winestock,
|
|
||||||
# ),
|
|
||||||
"finalanswer"=> Dict(
|
|
||||||
:description => "<tool description>Useful for when you are ready to recommend wines to the user.</tool description>",
|
|
||||||
:input => """<input format>{\"finalanswer\": \"some text\"}.</input format><input example>{\"finalanswer\": \"I recommend Zena Crown Vista\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
|
|
||||||
a = YiemAgent.sommelier(
|
|
||||||
agentConfig,
|
|
||||||
name="assistant",
|
|
||||||
id="testingSessionID", # agent instance id
|
|
||||||
tools=tools,
|
|
||||||
)
|
|
||||||
|
|
||||||
# response = YiemAgent.conversation(a, Dict(:text=> "newtopic",) )
|
|
||||||
|
|
||||||
response = YiemAgent.conversation(a, Dict(:text=> "Hello, I would like a get a bottle of wine",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
) )
|
|
||||||
println("---> YiemAgent: ", response)
|
|
||||||
|
|
||||||
#BUG mcts do not start at current chat history
|
|
||||||
response = YiemAgent.conversation(a, Dict(:text=> "I'm having a graduation party this evening. I'll pay at most 30 bucks.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
) )
|
|
||||||
println("---> YiemAgent: ", response)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
dummyinput = "price below 50, full-bodied red wine with sweetness level 2, low tannin level and medium acidity level, Thai dishes"
|
|
||||||
response = YiemAgent.winestock(a, dummyinput)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
Write me SQL command to search the database for wines that fits: {"wine_type": "red","sweetness": 2,"acidity": 3,"tannin": 1,"intensity": 5}
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
mctsparam = Dict{Symbol, Any}()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,190 +0,0 @@
|
|||||||
using Revise
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, DataStructures
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
msgMeta = Dict(:requestResponse => nothing,
|
|
||||||
:msgPurpose => nothing,
|
|
||||||
:receiverId => nothing,
|
|
||||||
:getPost => nothing,
|
|
||||||
:msgId => "4c7111e0-c30e-44c3-8f85-1c8b3f03a8be",
|
|
||||||
:acknowledgestatus => nothing,
|
|
||||||
:replyToMsgId => "dummyid",
|
|
||||||
:msgFormatVersion => nothing,
|
|
||||||
:mqttServerInfo => Dict(:port => 1883, :broker => "mqtt.yiem.cc"),
|
|
||||||
:sendTopic => "/testingSessionID",
|
|
||||||
:receiverName => "wineassistant",
|
|
||||||
:replyTopic => nothing,
|
|
||||||
:senderName => "test_1",
|
|
||||||
:senderSelfnote => nothing,
|
|
||||||
:senderId => nothing,
|
|
||||||
:timeStamp => "2024-05-04T08:06:23.561"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "We are holding a wedding party",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "It will be Thai dishes.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "I would spend up to 50 bucks.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "I like dry, full-bodied red wine with low tannin.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "What do you have?",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "Dry wine please.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "You did not gave me any choice.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> -1,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "You don't need to ask me. Just tell me already!",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> -1,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "I like dry wine with fruity flavors.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "OK, I'll take it.",
|
|
||||||
:select=> 1,
|
|
||||||
:reward=> 1,
|
|
||||||
:isterminal=> true,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "Yes.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "I like dry wine with medium acidity.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,130 +0,0 @@
|
|||||||
using Revise # remove when this package is completed
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, MQTTClient, Dates, UUIDs, DataStructures
|
|
||||||
using Base.Threads
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
config = copy(JSON3.read("config.json"))
|
|
||||||
|
|
||||||
instanceInternalTopic = config[:serviceInternalTopic][:mqtttopic] * "/1"
|
|
||||||
|
|
||||||
client, connection = MakeConnection(config[:mqttServerInfo][:broker],
|
|
||||||
config[:mqttServerInfo][:port])
|
|
||||||
|
|
||||||
receiveUserMsgChannel = Channel{Dict}(4)
|
|
||||||
receiveInternalMsgChannel = Channel{Dict}(4)
|
|
||||||
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
"N/A",
|
|
||||||
replyTopic = config[:servicetopic][:mqtttopic] # ask frontend reply to this instance_chat_topic
|
|
||||||
)
|
|
||||||
|
|
||||||
agentConfig = Dict(
|
|
||||||
:mqttServerInfo=> config[:mqttServerInfo],
|
|
||||||
:receivemsg=> Dict(
|
|
||||||
:prompt=> config[:servicetopic][:mqtttopic], # topic to receive prompt i.e. frontend send msg to this topic
|
|
||||||
:internal=> instanceInternalTopic,
|
|
||||||
),
|
|
||||||
:externalservice=> config[:externalservice],
|
|
||||||
)
|
|
||||||
|
|
||||||
# Instantiate an agent
|
|
||||||
tools=Dict( # update input format
|
|
||||||
"askbox"=> Dict(
|
|
||||||
:description => "<askbox tool description>Useful for when you need to ask the user for more context. Do not ask the user their own question.</askbox tool description>",
|
|
||||||
:input => """<input>Input is a text in JSON format.</input><input example>{\"Q1\": \"How are you doing?\", \"Q2\": \"How may I help you?\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
# "winestock"=> Dict(
|
|
||||||
# :description => "<winestock tool description>A handy tool for searching wine in your inventory that match the user preferences.</winestock tool description>",
|
|
||||||
# :input => """<input>Input is a JSON-formatted string that contains a detailed and precise search query.</input><input example>{\"wine type\": \"rose\", \"price\": \"max 35\", \"sweetness level\": \"sweet\", \"intensity level\": \"light bodied\", \"Tannin level\": \"low\", \"Acidity level\": \"low\"}</input example>""",
|
|
||||||
# :output => """<output>Output are wines that match the search query in JSON format.""",
|
|
||||||
# :func => ChatAgent.winestock,
|
|
||||||
# ),
|
|
||||||
"finalanswer"=> Dict(
|
|
||||||
:description => "<tool description>Useful for when you are ready to recommend wines to the user.</tool description>",
|
|
||||||
:input => """<input format>{\"finalanswer\": \"some text\"}.</input format><input example>{\"finalanswer\": \"I recommend Zena Crown Vista\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
|
|
||||||
a = YiemAgent.sommelier(
|
|
||||||
receiveUserMsgChannel,
|
|
||||||
receiveInternalMsgChannel,
|
|
||||||
agentConfig,
|
|
||||||
name= "assistant",
|
|
||||||
id= "testingSessionID", # agent instance id
|
|
||||||
tools=tools,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
input =
|
|
||||||
OrderedDict{Symbol, Any}(
|
|
||||||
:question => "Hello, I would like a get a bottle of wine",
|
|
||||||
:thought_1 => "A customer wants to buy a bottle of wine. Before making a recommendation, I need to know more about their preferences.",
|
|
||||||
:action_1 => Dict{Symbol, Any}(
|
|
||||||
:name => "chatbox",
|
|
||||||
:input => "What is the occasion for which you're buying this wine?"
|
|
||||||
),
|
|
||||||
:observation_1 => "We are holding a wedding party",
|
|
||||||
|
|
||||||
:thought_2 => "A wedding party, that's a great occasion! The customer might be looking for a celebratory drink. Let me ask some more questions to narrow down the options.",
|
|
||||||
:action_2 => Dict{Symbol, Any}(
|
|
||||||
:name => "chatbox",
|
|
||||||
:input => "What type of food will you be serving at the wedding?"
|
|
||||||
),
|
|
||||||
:observation_2 => "It will be Thai dishes.",
|
|
||||||
|
|
||||||
:thought_3 => "With Thai food, I should recommend a wine that complements its spicy and savory flavors. And since it's a celebratory occasion, the customer might prefer a full-bodied wine.",
|
|
||||||
:action_3 => Dict{Symbol, Any}(
|
|
||||||
:name => "chatbox",
|
|
||||||
:input => "What is your budget for this bottle of wine?"
|
|
||||||
),
|
|
||||||
:observation_3 => "I would spend up to 50 bucks.",
|
|
||||||
|
|
||||||
:thought_4 => "Now that I have some more information, it's time to narrow down the options.",
|
|
||||||
:action_4 => Dict{Symbol, Any}(
|
|
||||||
:name => "winestock",
|
|
||||||
:input => "red wine with full body, pairs well with spicy food, budget \$50"),
|
|
||||||
:observation_4 => "I found the following wines in our stock: \n{\n 1: El Enemigo Cabernet Franc 2019\n2: Tantara Chardonnay 2017\n\n}\n",
|
|
||||||
|
|
||||||
:thought_5 => "Now that I have a list of potential wines, I need to know more about the customer's taste preferences.",
|
|
||||||
:action_5 => Dict{Symbol, Any}(
|
|
||||||
:name => "chatbox",
|
|
||||||
:input => "What type of wine characteristics are you looking for? (e.g. t.e.g. tannin level, sweetness, intensity, acidity)"
|
|
||||||
),
|
|
||||||
:observation_5 => "I like full-bodied Red wine with low tannin.",
|
|
||||||
|
|
||||||
:thought_6 => "Now that I have more information about the customer's preferences, it's time to make a recommendation.",
|
|
||||||
:action_6 => Dict{Symbol, Any}(
|
|
||||||
:name => "recommendbox",
|
|
||||||
:input => "El Enemigo Cabernet Franc 2019"
|
|
||||||
),
|
|
||||||
:observation_6 => "I don't like the one you recommend. I want dry wine."
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
result = YiemAgent.reflector(a, input)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,850 +0,0 @@
|
|||||||
# This file is machine-generated - editing it directly is not advised
|
|
||||||
|
|
||||||
julia_version = "1.10.5"
|
|
||||||
manifest_format = "2.0"
|
|
||||||
project_hash = "bf6c32becbc917fa1c33558e7aa59c1aac5237e3"
|
|
||||||
|
|
||||||
[[deps.AliasTables]]
|
|
||||||
deps = ["PtrArrays", "Random"]
|
|
||||||
git-tree-sha1 = "9876e1e164b144ca45e9e3198d0b689cadfed9ff"
|
|
||||||
uuid = "66dad0bd-aa9a-41b7-9441-69ab47430ed8"
|
|
||||||
version = "1.1.3"
|
|
||||||
|
|
||||||
[[deps.ArgTools]]
|
|
||||||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
|
||||||
version = "1.1.1"
|
|
||||||
|
|
||||||
[[deps.Artifacts]]
|
|
||||||
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
|
|
||||||
|
|
||||||
[[deps.Base64]]
|
|
||||||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
|
||||||
|
|
||||||
[[deps.BitFlags]]
|
|
||||||
git-tree-sha1 = "0691e34b3bb8be9307330f88d1a3c3f25466c24d"
|
|
||||||
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
|
|
||||||
version = "0.1.9"
|
|
||||||
|
|
||||||
[[deps.CEnum]]
|
|
||||||
git-tree-sha1 = "389ad5c84de1ae7cf0e28e381131c98ea87d54fc"
|
|
||||||
uuid = "fa961155-64e5-5f13-b03f-caf6b980ea82"
|
|
||||||
version = "0.5.0"
|
|
||||||
|
|
||||||
[[deps.CSV]]
|
|
||||||
deps = ["CodecZlib", "Dates", "FilePathsBase", "InlineStrings", "Mmap", "Parsers", "PooledArrays", "PrecompileTools", "SentinelArrays", "Tables", "Unicode", "WeakRefStrings", "WorkerUtilities"]
|
|
||||||
git-tree-sha1 = "6c834533dc1fabd820c1db03c839bf97e45a3fab"
|
|
||||||
uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
|
||||||
version = "0.10.14"
|
|
||||||
|
|
||||||
[[deps.CodeTracking]]
|
|
||||||
deps = ["InteractiveUtils", "UUIDs"]
|
|
||||||
git-tree-sha1 = "7eee164f122511d3e4e1ebadb7956939ea7e1c77"
|
|
||||||
uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
|
|
||||||
version = "1.3.6"
|
|
||||||
|
|
||||||
[[deps.CodecZlib]]
|
|
||||||
deps = ["TranscodingStreams", "Zlib_jll"]
|
|
||||||
git-tree-sha1 = "bce6804e5e6044c6daab27bb533d1295e4a2e759"
|
|
||||||
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
|
|
||||||
version = "0.7.6"
|
|
||||||
|
|
||||||
[[deps.Compat]]
|
|
||||||
deps = ["TOML", "UUIDs"]
|
|
||||||
git-tree-sha1 = "8ae8d32e09f0dcf42a36b90d4e17f5dd2e4c4215"
|
|
||||||
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
|
|
||||||
version = "4.16.0"
|
|
||||||
weakdeps = ["Dates", "LinearAlgebra"]
|
|
||||||
|
|
||||||
[deps.Compat.extensions]
|
|
||||||
CompatLinearAlgebraExt = "LinearAlgebra"
|
|
||||||
|
|
||||||
[[deps.CompilerSupportLibraries_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
|
|
||||||
version = "1.1.1+0"
|
|
||||||
|
|
||||||
[[deps.ConcurrentUtilities]]
|
|
||||||
deps = ["Serialization", "Sockets"]
|
|
||||||
git-tree-sha1 = "ea32b83ca4fefa1768dc84e504cc0a94fb1ab8d1"
|
|
||||||
uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb"
|
|
||||||
version = "2.4.2"
|
|
||||||
|
|
||||||
[[deps.CondaPkg]]
|
|
||||||
deps = ["JSON3", "Markdown", "MicroMamba", "Pidfile", "Pkg", "Preferences", "TOML"]
|
|
||||||
git-tree-sha1 = "8f7faef2ca039ee068cd971a80ccd710d23fb2eb"
|
|
||||||
uuid = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
|
|
||||||
version = "0.2.23"
|
|
||||||
|
|
||||||
[[deps.Crayons]]
|
|
||||||
git-tree-sha1 = "249fe38abf76d48563e2f4556bebd215aa317e15"
|
|
||||||
uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
|
|
||||||
version = "4.1.1"
|
|
||||||
|
|
||||||
[[deps.DBInterface]]
|
|
||||||
git-tree-sha1 = "a444404b3f94deaa43ca2a58e18153a82695282b"
|
|
||||||
uuid = "a10d1c49-ce27-4219-8d33-6db1a4562965"
|
|
||||||
version = "2.6.1"
|
|
||||||
|
|
||||||
[[deps.DataAPI]]
|
|
||||||
git-tree-sha1 = "abe83f3a2f1b857aac70ef8b269080af17764bbe"
|
|
||||||
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
|
|
||||||
version = "1.16.0"
|
|
||||||
|
|
||||||
[[deps.DataFrames]]
|
|
||||||
deps = ["Compat", "DataAPI", "DataStructures", "Future", "InlineStrings", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrecompileTools", "PrettyTables", "Printf", "Random", "Reexport", "SentinelArrays", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
|
|
||||||
git-tree-sha1 = "fb61b4812c49343d7ef0b533ba982c46021938a6"
|
|
||||||
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
|
||||||
version = "1.7.0"
|
|
||||||
|
|
||||||
[[deps.DataStructures]]
|
|
||||||
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
|
|
||||||
git-tree-sha1 = "1d0a14036acb104d9e89698bd408f63ab58cdc82"
|
|
||||||
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
|
||||||
version = "0.18.20"
|
|
||||||
|
|
||||||
[[deps.DataValueInterfaces]]
|
|
||||||
git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6"
|
|
||||||
uuid = "e2d170a0-9d28-54be-80f0-106bbe20a464"
|
|
||||||
version = "1.0.0"
|
|
||||||
|
|
||||||
[[deps.Dates]]
|
|
||||||
deps = ["Printf"]
|
|
||||||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
|
||||||
|
|
||||||
[[deps.Decimals]]
|
|
||||||
git-tree-sha1 = "e98abef36d02a0ec385d68cd7dadbce9b28cbd88"
|
|
||||||
uuid = "abce61dc-4473-55a0-ba07-351d65e31d42"
|
|
||||||
version = "0.4.1"
|
|
||||||
|
|
||||||
[[deps.Distributed]]
|
|
||||||
deps = ["Random", "Serialization", "Sockets"]
|
|
||||||
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
|
|
||||||
|
|
||||||
[[deps.Distributions]]
|
|
||||||
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
|
|
||||||
git-tree-sha1 = "d7477ecdafb813ddee2ae727afa94e9dcb5f3fb0"
|
|
||||||
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
|
||||||
version = "0.25.112"
|
|
||||||
|
|
||||||
[deps.Distributions.extensions]
|
|
||||||
DistributionsChainRulesCoreExt = "ChainRulesCore"
|
|
||||||
DistributionsDensityInterfaceExt = "DensityInterface"
|
|
||||||
DistributionsTestExt = "Test"
|
|
||||||
|
|
||||||
[deps.Distributions.weakdeps]
|
|
||||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
|
||||||
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
|
|
||||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
||||||
|
|
||||||
[[deps.DocStringExtensions]]
|
|
||||||
deps = ["LibGit2"]
|
|
||||||
git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d"
|
|
||||||
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
|
|
||||||
version = "0.9.3"
|
|
||||||
|
|
||||||
[[deps.Downloads]]
|
|
||||||
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
|
|
||||||
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
|
||||||
version = "1.6.0"
|
|
||||||
|
|
||||||
[[deps.ExceptionUnwrapping]]
|
|
||||||
deps = ["Test"]
|
|
||||||
git-tree-sha1 = "dcb08a0d93ec0b1cdc4af184b26b591e9695423a"
|
|
||||||
uuid = "460bff9d-24e4-43bc-9d9f-a8973cb893f4"
|
|
||||||
version = "0.1.10"
|
|
||||||
|
|
||||||
[[deps.ExprTools]]
|
|
||||||
git-tree-sha1 = "27415f162e6028e81c72b82ef756bf321213b6ec"
|
|
||||||
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
|
|
||||||
version = "0.1.10"
|
|
||||||
|
|
||||||
[[deps.FileIO]]
|
|
||||||
deps = ["Pkg", "Requires", "UUIDs"]
|
|
||||||
git-tree-sha1 = "62ca0547a14c57e98154423419d8a342dca75ca9"
|
|
||||||
uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
|
|
||||||
version = "1.16.4"
|
|
||||||
|
|
||||||
[[deps.FilePathsBase]]
|
|
||||||
deps = ["Compat", "Dates"]
|
|
||||||
git-tree-sha1 = "7878ff7172a8e6beedd1dea14bd27c3c6340d361"
|
|
||||||
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
|
|
||||||
version = "0.9.22"
|
|
||||||
weakdeps = ["Mmap", "Test"]
|
|
||||||
|
|
||||||
[deps.FilePathsBase.extensions]
|
|
||||||
FilePathsBaseMmapExt = "Mmap"
|
|
||||||
FilePathsBaseTestExt = "Test"
|
|
||||||
|
|
||||||
[[deps.FileWatching]]
|
|
||||||
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
|
|
||||||
|
|
||||||
[[deps.FillArrays]]
|
|
||||||
deps = ["LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "6a70198746448456524cb442b8af316927ff3e1a"
|
|
||||||
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
|
|
||||||
version = "1.13.0"
|
|
||||||
weakdeps = ["PDMats", "SparseArrays", "Statistics"]
|
|
||||||
|
|
||||||
[deps.FillArrays.extensions]
|
|
||||||
FillArraysPDMatsExt = "PDMats"
|
|
||||||
FillArraysSparseArraysExt = "SparseArrays"
|
|
||||||
FillArraysStatisticsExt = "Statistics"
|
|
||||||
|
|
||||||
[[deps.Future]]
|
|
||||||
deps = ["Random"]
|
|
||||||
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
|
|
||||||
|
|
||||||
[[deps.GeneralUtils]]
|
|
||||||
deps = ["CSV", "DataFrames", "DataStructures", "Dates", "Distributions", "JSON3", "MQTTClient", "PrettyPrinting", "Random", "SHA", "UUIDs"]
|
|
||||||
path = "/appfolder/app/privatejuliapkg/GeneralUtils"
|
|
||||||
uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[[deps.HTTP]]
|
|
||||||
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
|
|
||||||
git-tree-sha1 = "d1d712be3164d61d1fb98e7ce9bcbc6cc06b45ed"
|
|
||||||
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
|
|
||||||
version = "1.10.8"
|
|
||||||
|
|
||||||
[[deps.HypergeometricFunctions]]
|
|
||||||
deps = ["LinearAlgebra", "OpenLibm_jll", "SpecialFunctions"]
|
|
||||||
git-tree-sha1 = "7c4195be1649ae622304031ed46a2f4df989f1eb"
|
|
||||||
uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
|
|
||||||
version = "0.3.24"
|
|
||||||
|
|
||||||
[[deps.ICU_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
|
|
||||||
git-tree-sha1 = "20b6765a3016e1fca0c9c93c80d50061b94218b7"
|
|
||||||
uuid = "a51ab1cf-af8e-5615-a023-bc2c838bba6b"
|
|
||||||
version = "69.1.0+0"
|
|
||||||
|
|
||||||
[[deps.Infinity]]
|
|
||||||
deps = ["Dates", "Random", "Requires"]
|
|
||||||
git-tree-sha1 = "cf8234411cbeb98676c173f930951ea29dca3b23"
|
|
||||||
uuid = "a303e19e-6eb4-11e9-3b09-cd9505f79100"
|
|
||||||
version = "0.2.4"
|
|
||||||
|
|
||||||
[[deps.InlineStrings]]
|
|
||||||
git-tree-sha1 = "45521d31238e87ee9f9732561bfee12d4eebd52d"
|
|
||||||
uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
|
|
||||||
version = "1.4.2"
|
|
||||||
|
|
||||||
[deps.InlineStrings.extensions]
|
|
||||||
ArrowTypesExt = "ArrowTypes"
|
|
||||||
ParsersExt = "Parsers"
|
|
||||||
|
|
||||||
[deps.InlineStrings.weakdeps]
|
|
||||||
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
|
|
||||||
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
|
|
||||||
|
|
||||||
[[deps.InteractiveUtils]]
|
|
||||||
deps = ["Markdown"]
|
|
||||||
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
|
||||||
|
|
||||||
[[deps.Intervals]]
|
|
||||||
deps = ["Dates", "Printf", "RecipesBase", "Serialization", "TimeZones"]
|
|
||||||
git-tree-sha1 = "ac0aaa807ed5eaf13f67afe188ebc07e828ff640"
|
|
||||||
uuid = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.InvertedIndices]]
|
|
||||||
git-tree-sha1 = "0dc7b50b8d436461be01300fd8cd45aa0274b038"
|
|
||||||
uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
|
|
||||||
version = "1.3.0"
|
|
||||||
|
|
||||||
[[deps.IrrationalConstants]]
|
|
||||||
git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2"
|
|
||||||
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6"
|
|
||||||
version = "0.2.2"
|
|
||||||
|
|
||||||
[[deps.IterTools]]
|
|
||||||
git-tree-sha1 = "42d5f897009e7ff2cf88db414a389e5ed1bdd023"
|
|
||||||
uuid = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.IteratorInterfaceExtensions]]
|
|
||||||
git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856"
|
|
||||||
uuid = "82899510-4779-5014-852e-03e436cf321d"
|
|
||||||
version = "1.0.0"
|
|
||||||
|
|
||||||
[[deps.JLLWrappers]]
|
|
||||||
deps = ["Artifacts", "Preferences"]
|
|
||||||
git-tree-sha1 = "be3dc50a92e5a386872a493a10050136d4703f9b"
|
|
||||||
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
|
|
||||||
version = "1.6.1"
|
|
||||||
|
|
||||||
[[deps.JSON3]]
|
|
||||||
deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
|
|
||||||
git-tree-sha1 = "1d322381ef7b087548321d3f878cb4c9bd8f8f9b"
|
|
||||||
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
|
|
||||||
version = "1.14.1"
|
|
||||||
|
|
||||||
[deps.JSON3.extensions]
|
|
||||||
JSON3ArrowExt = ["ArrowTypes"]
|
|
||||||
|
|
||||||
[deps.JSON3.weakdeps]
|
|
||||||
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
|
|
||||||
|
|
||||||
[[deps.JuliaInterpreter]]
|
|
||||||
deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"]
|
|
||||||
git-tree-sha1 = "2984284a8abcfcc4784d95a9e2ea4e352dd8ede7"
|
|
||||||
uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
|
|
||||||
version = "0.9.36"
|
|
||||||
|
|
||||||
[[deps.Kerberos_krb5_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
|
|
||||||
git-tree-sha1 = "60274b4ab38e8d1248216fe6b6ace75ae09b0502"
|
|
||||||
uuid = "b39eb1a6-c29a-53d7-8c32-632cd16f18da"
|
|
||||||
version = "1.19.3+0"
|
|
||||||
|
|
||||||
[[deps.LLMMCTS]]
|
|
||||||
deps = ["GeneralUtils", "JSON3"]
|
|
||||||
path = "/appfolder/app/privatejuliapkg/LLMMCTS"
|
|
||||||
uuid = "d76c5a4d-449e-4835-8cc4-dd86ec44f241"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[[deps.LaTeXStrings]]
|
|
||||||
git-tree-sha1 = "dda21b8cbd6a6c40d9d02a73230f9d70fed6918c"
|
|
||||||
uuid = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
|
|
||||||
version = "1.4.0"
|
|
||||||
|
|
||||||
[[deps.LayerDicts]]
|
|
||||||
git-tree-sha1 = "6087ad3521d6278ebe5c27ae55e7bbb15ca312cb"
|
|
||||||
uuid = "6f188dcb-512c-564b-bc01-e0f76e72f166"
|
|
||||||
version = "1.0.0"
|
|
||||||
|
|
||||||
[[deps.LazyArtifacts]]
|
|
||||||
deps = ["Artifacts", "Pkg"]
|
|
||||||
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
|
|
||||||
|
|
||||||
[[deps.LibCURL]]
|
|
||||||
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
|
|
||||||
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
|
|
||||||
version = "0.6.4"
|
|
||||||
|
|
||||||
[[deps.LibCURL_jll]]
|
|
||||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
|
|
||||||
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
|
|
||||||
version = "8.4.0+0"
|
|
||||||
|
|
||||||
[[deps.LibGit2]]
|
|
||||||
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
|
|
||||||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
|
||||||
|
|
||||||
[[deps.LibGit2_jll]]
|
|
||||||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
|
|
||||||
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
|
|
||||||
version = "1.6.4+0"
|
|
||||||
|
|
||||||
[[deps.LibPQ]]
|
|
||||||
deps = ["CEnum", "DBInterface", "Dates", "Decimals", "DocStringExtensions", "FileWatching", "Infinity", "Intervals", "IterTools", "LayerDicts", "LibPQ_jll", "Libdl", "Memento", "OffsetArrays", "SQLStrings", "Tables", "TimeZones", "UTCDateTimes"]
|
|
||||||
git-tree-sha1 = "3d227cd13cbf1e9a54d7748dab33e078da6f9168"
|
|
||||||
uuid = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
|
|
||||||
version = "1.18.0"
|
|
||||||
|
|
||||||
[[deps.LibPQ_jll]]
|
|
||||||
deps = ["Artifacts", "ICU_jll", "JLLWrappers", "Kerberos_krb5_jll", "Libdl", "OpenSSL_jll", "Zstd_jll"]
|
|
||||||
git-tree-sha1 = "09163f837936c8cc44f4691cb41d805eb1769642"
|
|
||||||
uuid = "08be9ffa-1c94-5ee5-a977-46a84ec9b350"
|
|
||||||
version = "16.0.0+0"
|
|
||||||
|
|
||||||
[[deps.LibSSH2_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
|
|
||||||
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
|
|
||||||
version = "1.11.0+1"
|
|
||||||
|
|
||||||
[[deps.Libdl]]
|
|
||||||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
|
|
||||||
|
|
||||||
[[deps.LinearAlgebra]]
|
|
||||||
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
|
|
||||||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
||||||
|
|
||||||
[[deps.LogExpFunctions]]
|
|
||||||
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "a2d09619db4e765091ee5c6ffe8872849de0feea"
|
|
||||||
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
|
|
||||||
version = "0.3.28"
|
|
||||||
|
|
||||||
[deps.LogExpFunctions.extensions]
|
|
||||||
LogExpFunctionsChainRulesCoreExt = "ChainRulesCore"
|
|
||||||
LogExpFunctionsChangesOfVariablesExt = "ChangesOfVariables"
|
|
||||||
LogExpFunctionsInverseFunctionsExt = "InverseFunctions"
|
|
||||||
|
|
||||||
[deps.LogExpFunctions.weakdeps]
|
|
||||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
|
||||||
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
|
|
||||||
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
|
|
||||||
|
|
||||||
[[deps.Logging]]
|
|
||||||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
|
||||||
|
|
||||||
[[deps.LoggingExtras]]
|
|
||||||
deps = ["Dates", "Logging"]
|
|
||||||
git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075"
|
|
||||||
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
|
|
||||||
version = "1.0.3"
|
|
||||||
|
|
||||||
[[deps.LoweredCodeUtils]]
|
|
||||||
deps = ["JuliaInterpreter"]
|
|
||||||
git-tree-sha1 = "260dc274c1bc2cb839e758588c63d9c8b5e639d1"
|
|
||||||
uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
|
|
||||||
version = "3.0.5"
|
|
||||||
|
|
||||||
[[deps.MQTTClient]]
|
|
||||||
deps = ["Distributed", "Random", "Sockets"]
|
|
||||||
git-tree-sha1 = "f2597b290d4bf17b577346153cd2ddf9accb5c26"
|
|
||||||
uuid = "985f35cc-2c3d-4943-b8c1-f0931d5f0959"
|
|
||||||
version = "0.3.1"
|
|
||||||
weakdeps = ["PrecompileTools"]
|
|
||||||
|
|
||||||
[deps.MQTTClient.extensions]
|
|
||||||
PrecompileMQTT = "PrecompileTools"
|
|
||||||
|
|
||||||
[[deps.MacroTools]]
|
|
||||||
deps = ["Markdown", "Random"]
|
|
||||||
git-tree-sha1 = "2fa9ee3e63fd3a4f7a9a4f4744a52f4856de82df"
|
|
||||||
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
|
|
||||||
version = "0.5.13"
|
|
||||||
|
|
||||||
[[deps.Markdown]]
|
|
||||||
deps = ["Base64"]
|
|
||||||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
|
||||||
|
|
||||||
[[deps.MbedTLS]]
|
|
||||||
deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "NetworkOptions", "Random", "Sockets"]
|
|
||||||
git-tree-sha1 = "c067a280ddc25f196b5e7df3877c6b226d390aaf"
|
|
||||||
uuid = "739be429-bea8-5141-9913-cc70e7f3736d"
|
|
||||||
version = "1.1.9"
|
|
||||||
|
|
||||||
[[deps.MbedTLS_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
|
|
||||||
version = "2.28.2+1"
|
|
||||||
|
|
||||||
[[deps.Memento]]
|
|
||||||
deps = ["Dates", "Distributed", "Requires", "Serialization", "Sockets", "Test", "UUIDs"]
|
|
||||||
git-tree-sha1 = "bb2e8f4d9f400f6e90d57b34860f6abdc51398e5"
|
|
||||||
uuid = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
|
|
||||||
version = "1.4.1"
|
|
||||||
|
|
||||||
[[deps.MicroMamba]]
|
|
||||||
deps = ["Pkg", "Scratch", "micromamba_jll"]
|
|
||||||
git-tree-sha1 = "011cab361eae7bcd7d278f0a7a00ff9c69000c51"
|
|
||||||
uuid = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
|
|
||||||
version = "0.1.14"
|
|
||||||
|
|
||||||
[[deps.Missings]]
|
|
||||||
deps = ["DataAPI"]
|
|
||||||
git-tree-sha1 = "ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d"
|
|
||||||
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
|
|
||||||
version = "1.2.0"
|
|
||||||
|
|
||||||
[[deps.Mmap]]
|
|
||||||
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
|
|
||||||
|
|
||||||
[[deps.Mocking]]
|
|
||||||
deps = ["Compat", "ExprTools"]
|
|
||||||
git-tree-sha1 = "2c140d60d7cb82badf06d8783800d0bcd1a7daa2"
|
|
||||||
uuid = "78c3b35d-d492-501b-9361-3d52fe80e533"
|
|
||||||
version = "0.8.1"
|
|
||||||
|
|
||||||
[[deps.MozillaCACerts_jll]]
|
|
||||||
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
|
|
||||||
version = "2023.1.10"
|
|
||||||
|
|
||||||
[[deps.NetworkOptions]]
|
|
||||||
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
|
|
||||||
version = "1.2.0"
|
|
||||||
|
|
||||||
[[deps.OffsetArrays]]
|
|
||||||
git-tree-sha1 = "1a27764e945a152f7ca7efa04de513d473e9542e"
|
|
||||||
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
|
|
||||||
version = "1.14.1"
|
|
||||||
|
|
||||||
[deps.OffsetArrays.extensions]
|
|
||||||
OffsetArraysAdaptExt = "Adapt"
|
|
||||||
|
|
||||||
[deps.OffsetArrays.weakdeps]
|
|
||||||
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
|
|
||||||
|
|
||||||
[[deps.OpenBLAS_jll]]
|
|
||||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
|
|
||||||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
|
|
||||||
version = "0.3.23+4"
|
|
||||||
|
|
||||||
[[deps.OpenLibm_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
|
|
||||||
version = "0.8.1+2"
|
|
||||||
|
|
||||||
[[deps.OpenSSL]]
|
|
||||||
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
|
|
||||||
git-tree-sha1 = "38cb508d080d21dc1128f7fb04f20387ed4c0af4"
|
|
||||||
uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c"
|
|
||||||
version = "1.4.3"
|
|
||||||
|
|
||||||
[[deps.OpenSSL_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
|
||||||
git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10"
|
|
||||||
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
|
|
||||||
version = "3.0.15+1"
|
|
||||||
|
|
||||||
[[deps.OpenSpecFun_jll]]
|
|
||||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
|
|
||||||
git-tree-sha1 = "13652491f6856acfd2db29360e1bbcd4565d04f1"
|
|
||||||
uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
|
|
||||||
version = "0.5.5+0"
|
|
||||||
|
|
||||||
[[deps.OrderedCollections]]
|
|
||||||
git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
|
|
||||||
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
|
|
||||||
version = "1.6.3"
|
|
||||||
|
|
||||||
[[deps.PDMats]]
|
|
||||||
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
|
|
||||||
git-tree-sha1 = "949347156c25054de2db3b166c52ac4728cbad65"
|
|
||||||
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
|
|
||||||
version = "0.11.31"
|
|
||||||
|
|
||||||
[[deps.Parsers]]
|
|
||||||
deps = ["Dates", "PrecompileTools", "UUIDs"]
|
|
||||||
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
|
|
||||||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
|
|
||||||
version = "2.8.1"
|
|
||||||
|
|
||||||
[[deps.Pidfile]]
|
|
||||||
deps = ["FileWatching", "Test"]
|
|
||||||
git-tree-sha1 = "2d8aaf8ee10df53d0dfb9b8ee44ae7c04ced2b03"
|
|
||||||
uuid = "fa939f87-e72e-5be4-a000-7fc836dbe307"
|
|
||||||
version = "1.3.0"
|
|
||||||
|
|
||||||
[[deps.Pkg]]
|
|
||||||
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
|
||||||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.PooledArrays]]
|
|
||||||
deps = ["DataAPI", "Future"]
|
|
||||||
git-tree-sha1 = "36d8b4b899628fb92c2749eb488d884a926614d3"
|
|
||||||
uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
|
|
||||||
version = "1.4.3"
|
|
||||||
|
|
||||||
[[deps.PrecompileTools]]
|
|
||||||
deps = ["Preferences"]
|
|
||||||
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
|
|
||||||
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
|
|
||||||
version = "1.2.1"
|
|
||||||
|
|
||||||
[[deps.Preferences]]
|
|
||||||
deps = ["TOML"]
|
|
||||||
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
|
|
||||||
uuid = "21216c6a-2e73-6563-6e65-726566657250"
|
|
||||||
version = "1.4.3"
|
|
||||||
|
|
||||||
[[deps.PrettyPrinting]]
|
|
||||||
git-tree-sha1 = "142ee93724a9c5d04d78df7006670a93ed1b244e"
|
|
||||||
uuid = "54e16d92-306c-5ea0-a30b-337be88ac337"
|
|
||||||
version = "0.4.2"
|
|
||||||
|
|
||||||
[[deps.PrettyTables]]
|
|
||||||
deps = ["Crayons", "LaTeXStrings", "Markdown", "PrecompileTools", "Printf", "Reexport", "StringManipulation", "Tables"]
|
|
||||||
git-tree-sha1 = "1101cd475833706e4d0e7b122218257178f48f34"
|
|
||||||
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
|
|
||||||
version = "2.4.0"
|
|
||||||
|
|
||||||
[[deps.Printf]]
|
|
||||||
deps = ["Unicode"]
|
|
||||||
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|
||||||
|
|
||||||
[[deps.PtrArrays]]
|
|
||||||
git-tree-sha1 = "77a42d78b6a92df47ab37e177b2deac405e1c88f"
|
|
||||||
uuid = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d"
|
|
||||||
version = "1.2.1"
|
|
||||||
|
|
||||||
[[deps.PythonCall]]
|
|
||||||
deps = ["CondaPkg", "Dates", "Libdl", "MacroTools", "Markdown", "Pkg", "REPL", "Requires", "Serialization", "Tables", "UnsafePointers"]
|
|
||||||
git-tree-sha1 = "06a778ec6d6e76b0c2fb661436a18bce853ec45f"
|
|
||||||
uuid = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
|
|
||||||
version = "0.9.23"
|
|
||||||
|
|
||||||
[[deps.QuadGK]]
|
|
||||||
deps = ["DataStructures", "LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "cda3b045cf9ef07a08ad46731f5a3165e56cf3da"
|
|
||||||
uuid = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
|
|
||||||
version = "2.11.1"
|
|
||||||
|
|
||||||
[deps.QuadGK.extensions]
|
|
||||||
QuadGKEnzymeExt = "Enzyme"
|
|
||||||
|
|
||||||
[deps.QuadGK.weakdeps]
|
|
||||||
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
|
|
||||||
|
|
||||||
[[deps.REPL]]
|
|
||||||
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
|
|
||||||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
|
|
||||||
|
|
||||||
[[deps.Random]]
|
|
||||||
deps = ["SHA"]
|
|
||||||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
||||||
|
|
||||||
[[deps.RecipesBase]]
|
|
||||||
deps = ["PrecompileTools"]
|
|
||||||
git-tree-sha1 = "5c3d09cc4f31f5fc6af001c250bf1278733100ff"
|
|
||||||
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
|
|
||||||
version = "1.3.4"
|
|
||||||
|
|
||||||
[[deps.Reexport]]
|
|
||||||
git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
|
|
||||||
uuid = "189a3867-3050-52da-a836-e630ba90ab69"
|
|
||||||
version = "1.2.2"
|
|
||||||
|
|
||||||
[[deps.Requires]]
|
|
||||||
deps = ["UUIDs"]
|
|
||||||
git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
|
|
||||||
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
|
|
||||||
version = "1.3.0"
|
|
||||||
|
|
||||||
[[deps.Revise]]
|
|
||||||
deps = ["CodeTracking", "Distributed", "FileWatching", "JuliaInterpreter", "LibGit2", "LoweredCodeUtils", "OrderedCollections", "REPL", "Requires", "UUIDs", "Unicode"]
|
|
||||||
git-tree-sha1 = "7f4228017b83c66bd6aa4fddeb170ce487e53bc7"
|
|
||||||
uuid = "295af30f-e4ad-537b-8983-00126c2a3abe"
|
|
||||||
version = "3.6.2"
|
|
||||||
|
|
||||||
[[deps.Rmath]]
|
|
||||||
deps = ["Random", "Rmath_jll"]
|
|
||||||
git-tree-sha1 = "852bd0f55565a9e973fcfee83a84413270224dc4"
|
|
||||||
uuid = "79098fc4-a85e-5d69-aa6a-4863f24498fa"
|
|
||||||
version = "0.8.0"
|
|
||||||
|
|
||||||
[[deps.Rmath_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
|
||||||
git-tree-sha1 = "58cdd8fb2201a6267e1db87ff148dd6c1dbd8ad8"
|
|
||||||
uuid = "f50d1b31-88e8-58de-be2c-1cc44531875f"
|
|
||||||
version = "0.5.1+0"
|
|
||||||
|
|
||||||
[[deps.SHA]]
|
|
||||||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
|
|
||||||
version = "0.7.0"
|
|
||||||
|
|
||||||
[[deps.SQLLLM]]
|
|
||||||
deps = ["CSV", "CondaPkg", "DataFrames", "DataStructures", "Dates", "FileIO", "GeneralUtils", "HTTP", "JSON3", "LLMMCTS", "LibPQ", "MQTTClient", "PrettyPrinting", "PythonCall", "Random", "Revise", "StatsBase", "Tables", "URIs", "UUIDs"]
|
|
||||||
path = "/appfolder/app/privatejuliapkg/SQLLLM"
|
|
||||||
uuid = "2ebc79c7-cc10-4a3a-9665-d2e1d61e63d3"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[[deps.SQLStrings]]
|
|
||||||
git-tree-sha1 = "55de0530689832b1d3d43491ee6b67bd54d3323c"
|
|
||||||
uuid = "af517c2e-c243-48fa-aab8-efac3db270f5"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[[deps.Scratch]]
|
|
||||||
deps = ["Dates"]
|
|
||||||
git-tree-sha1 = "3bac05bc7e74a75fd9cba4295cde4045d9fe2386"
|
|
||||||
uuid = "6c6a2e73-6563-6170-7368-637461726353"
|
|
||||||
version = "1.2.1"
|
|
||||||
|
|
||||||
[[deps.SentinelArrays]]
|
|
||||||
deps = ["Dates", "Random"]
|
|
||||||
git-tree-sha1 = "ff11acffdb082493657550959d4feb4b6149e73a"
|
|
||||||
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
|
|
||||||
version = "1.4.5"
|
|
||||||
|
|
||||||
[[deps.Serialization]]
|
|
||||||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
|
||||||
|
|
||||||
[[deps.SimpleBufferStream]]
|
|
||||||
git-tree-sha1 = "f305871d2f381d21527c770d4788c06c097c9bc1"
|
|
||||||
uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7"
|
|
||||||
version = "1.2.0"
|
|
||||||
|
|
||||||
[[deps.Sockets]]
|
|
||||||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
|
||||||
|
|
||||||
[[deps.SortingAlgorithms]]
|
|
||||||
deps = ["DataStructures"]
|
|
||||||
git-tree-sha1 = "66e0a8e672a0bdfca2c3f5937efb8538b9ddc085"
|
|
||||||
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
|
|
||||||
version = "1.2.1"
|
|
||||||
|
|
||||||
[[deps.SparseArrays]]
|
|
||||||
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
|
|
||||||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.SpecialFunctions]]
|
|
||||||
deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
|
|
||||||
git-tree-sha1 = "2f5d4697f21388cbe1ff299430dd169ef97d7e14"
|
|
||||||
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
|
|
||||||
version = "2.4.0"
|
|
||||||
|
|
||||||
[deps.SpecialFunctions.extensions]
|
|
||||||
SpecialFunctionsChainRulesCoreExt = "ChainRulesCore"
|
|
||||||
|
|
||||||
[deps.SpecialFunctions.weakdeps]
|
|
||||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
|
||||||
|
|
||||||
[[deps.Statistics]]
|
|
||||||
deps = ["LinearAlgebra", "SparseArrays"]
|
|
||||||
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.StatsAPI]]
|
|
||||||
deps = ["LinearAlgebra"]
|
|
||||||
git-tree-sha1 = "1ff449ad350c9c4cbc756624d6f8a8c3ef56d3ed"
|
|
||||||
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
|
|
||||||
version = "1.7.0"
|
|
||||||
|
|
||||||
[[deps.StatsBase]]
|
|
||||||
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
|
|
||||||
git-tree-sha1 = "5cf7606d6cef84b543b483848d4ae08ad9832b21"
|
|
||||||
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
|
|
||||||
version = "0.34.3"
|
|
||||||
|
|
||||||
[[deps.StatsFuns]]
|
|
||||||
deps = ["HypergeometricFunctions", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]
|
|
||||||
git-tree-sha1 = "b423576adc27097764a90e163157bcfc9acf0f46"
|
|
||||||
uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
|
|
||||||
version = "1.3.2"
|
|
||||||
|
|
||||||
[deps.StatsFuns.extensions]
|
|
||||||
StatsFunsChainRulesCoreExt = "ChainRulesCore"
|
|
||||||
StatsFunsInverseFunctionsExt = "InverseFunctions"
|
|
||||||
|
|
||||||
[deps.StatsFuns.weakdeps]
|
|
||||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
|
||||||
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
|
|
||||||
|
|
||||||
[[deps.StringManipulation]]
|
|
||||||
deps = ["PrecompileTools"]
|
|
||||||
git-tree-sha1 = "a6b1675a536c5ad1a60e5a5153e1fee12eb146e3"
|
|
||||||
uuid = "892a3eda-7b42-436c-8928-eab12a02cf0e"
|
|
||||||
version = "0.4.0"
|
|
||||||
|
|
||||||
[[deps.StructTypes]]
|
|
||||||
deps = ["Dates", "UUIDs"]
|
|
||||||
git-tree-sha1 = "159331b30e94d7b11379037feeb9b690950cace8"
|
|
||||||
uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
|
|
||||||
version = "1.11.0"
|
|
||||||
|
|
||||||
[[deps.SuiteSparse]]
|
|
||||||
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
|
|
||||||
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
|
|
||||||
|
|
||||||
[[deps.SuiteSparse_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
|
|
||||||
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
|
|
||||||
version = "7.2.1+1"
|
|
||||||
|
|
||||||
[[deps.TOML]]
|
|
||||||
deps = ["Dates"]
|
|
||||||
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
|
|
||||||
version = "1.0.3"
|
|
||||||
|
|
||||||
[[deps.TZJData]]
|
|
||||||
deps = ["Artifacts"]
|
|
||||||
git-tree-sha1 = "36b40607bf2bf856828690e097e1c799623b0602"
|
|
||||||
uuid = "dc5dba14-91b3-4cab-a142-028a31da12f7"
|
|
||||||
version = "1.3.0+2024b"
|
|
||||||
|
|
||||||
[[deps.TableTraits]]
|
|
||||||
deps = ["IteratorInterfaceExtensions"]
|
|
||||||
git-tree-sha1 = "c06b2f539df1c6efa794486abfb6ed2022561a39"
|
|
||||||
uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
|
|
||||||
version = "1.0.1"
|
|
||||||
|
|
||||||
[[deps.Tables]]
|
|
||||||
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "OrderedCollections", "TableTraits"]
|
|
||||||
git-tree-sha1 = "598cd7c1f68d1e205689b1c2fe65a9f85846f297"
|
|
||||||
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
|
|
||||||
version = "1.12.0"
|
|
||||||
|
|
||||||
[[deps.Tar]]
|
|
||||||
deps = ["ArgTools", "SHA"]
|
|
||||||
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
|
|
||||||
version = "1.10.0"
|
|
||||||
|
|
||||||
[[deps.Test]]
|
|
||||||
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
|
|
||||||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
||||||
|
|
||||||
[[deps.TimeZones]]
|
|
||||||
deps = ["Dates", "Downloads", "InlineStrings", "Mocking", "Printf", "Scratch", "TZJData", "Unicode", "p7zip_jll"]
|
|
||||||
git-tree-sha1 = "8323074bc977aa85cf5ad71099a83ac75b0ac107"
|
|
||||||
uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53"
|
|
||||||
version = "1.18.1"
|
|
||||||
weakdeps = ["RecipesBase"]
|
|
||||||
|
|
||||||
[deps.TimeZones.extensions]
|
|
||||||
TimeZonesRecipesBaseExt = "RecipesBase"
|
|
||||||
|
|
||||||
[[deps.TranscodingStreams]]
|
|
||||||
git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"
|
|
||||||
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
|
|
||||||
version = "0.11.3"
|
|
||||||
|
|
||||||
[[deps.URIs]]
|
|
||||||
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
|
|
||||||
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
|
|
||||||
version = "1.5.1"
|
|
||||||
|
|
||||||
[[deps.UTCDateTimes]]
|
|
||||||
deps = ["Dates", "TimeZones"]
|
|
||||||
git-tree-sha1 = "4af3552bf0cf4a071bf3d14bd20023ea70f31b62"
|
|
||||||
uuid = "0f7cfa37-7abf-4834-b969-a8aa512401c2"
|
|
||||||
version = "1.6.1"
|
|
||||||
|
|
||||||
[[deps.UUIDs]]
|
|
||||||
deps = ["Random", "SHA"]
|
|
||||||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
|
||||||
|
|
||||||
[[deps.Unicode]]
|
|
||||||
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
|
|
||||||
|
|
||||||
[[deps.UnsafePointers]]
|
|
||||||
git-tree-sha1 = "c81331b3b2e60a982be57c046ec91f599ede674a"
|
|
||||||
uuid = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
|
|
||||||
version = "1.0.0"
|
|
||||||
|
|
||||||
[[deps.WeakRefStrings]]
|
|
||||||
deps = ["DataAPI", "InlineStrings", "Parsers"]
|
|
||||||
git-tree-sha1 = "b1be2855ed9ed8eac54e5caff2afcdb442d52c23"
|
|
||||||
uuid = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
|
|
||||||
version = "1.4.2"
|
|
||||||
|
|
||||||
[[deps.WorkerUtilities]]
|
|
||||||
git-tree-sha1 = "cd1659ba0d57b71a464a29e64dbc67cfe83d54e7"
|
|
||||||
uuid = "76eceee3-57b5-4d4a-8e66-0e911cebbf60"
|
|
||||||
version = "1.6.1"
|
|
||||||
|
|
||||||
[[deps.Zlib_jll]]
|
|
||||||
deps = ["Libdl"]
|
|
||||||
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
|
|
||||||
version = "1.2.13+1"
|
|
||||||
|
|
||||||
[[deps.Zstd_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
|
||||||
git-tree-sha1 = "555d1076590a6cc2fdee2ef1469451f872d8b41b"
|
|
||||||
uuid = "3161d3a3-bdf6-5164-811a-617609db77b4"
|
|
||||||
version = "1.5.6+1"
|
|
||||||
|
|
||||||
[[deps.libblastrampoline_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
|
|
||||||
version = "5.11.0+0"
|
|
||||||
|
|
||||||
[[deps.micromamba_jll]]
|
|
||||||
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl"]
|
|
||||||
git-tree-sha1 = "b4a5a3943078f9fd11ae0b5ab1bdbf7718617945"
|
|
||||||
uuid = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
|
|
||||||
version = "1.5.8+0"
|
|
||||||
|
|
||||||
[[deps.nghttp2_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
|
|
||||||
version = "1.52.0+1"
|
|
||||||
|
|
||||||
[[deps.p7zip_jll]]
|
|
||||||
deps = ["Artifacts", "Libdl"]
|
|
||||||
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
|
|
||||||
version = "17.4.0+2"
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
name = "YiemAgent"
|
|
||||||
uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2"
|
|
||||||
authors = ["narawat lamaiin <narawat@outlook.com>"]
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
|
|
||||||
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
|
||||||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
|
||||||
GeneralUtils = "c6c72f09-b708-4ac8-ac7c-2084d70108fe"
|
|
||||||
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
|
|
||||||
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
|
|
||||||
LLMMCTS = "d76c5a4d-449e-4835-8cc4-dd86ec44f241"
|
|
||||||
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
|
|
||||||
MQTTClient = "985f35cc-2c3d-4943-b8c1-f0931d5f0959"
|
|
||||||
PrettyPrinting = "54e16d92-306c-5ea0-a30b-337be88ac337"
|
|
||||||
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
|
|
||||||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
||||||
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
|
|
||||||
SQLLLM = "2ebc79c7-cc10-4a3a-9665-d2e1d61e63d3"
|
|
||||||
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
|
||||||
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
|
|
||||||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
version 0.1.0
|
|
||||||
TODO:
|
|
||||||
[WORKING] build MCTS() for planning
|
|
||||||
[] executeplan() to execute the plan
|
|
||||||
|
|
||||||
Change from version: 0.0.9
|
|
||||||
-
|
|
||||||
@@ -1,537 +0,0 @@
|
|||||||
https://github.com/andyz245/LanguageAgentTreeSearch/blob/main/hotpot/hotpot.py
|
|
||||||
|
|
||||||
|
|
||||||
standard_prompt = '''
|
|
||||||
Write a coherent passage of 4 short paragraphs. The end sentence of each paragraph must be: {input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
reflection_prompt = '''You are an advanced reasoning agent that can improve based on self refection. You will be given a previous reasoning trial in which you were given access to an Docstore API environment and a question to answer. You were unsuccessful in answering the question either because you guessed the wrong answer with Finish[<answer>], or you used up your set number of reasoning steps. In a few sentences, Diagnose a possible reason for failure and devise a new, concise, high level plan that aims to mitigate the same failure. Use complete sentences.
|
|
||||||
Here are some examples:
|
|
||||||
Previous Trial:
|
|
||||||
Question: The Rome Protocols were signed by three Prime Ministers one of which was assassinated as part of what?
|
|
||||||
Thought 1: I need to search Rome Protocols, find the three Prime Ministers, then find what they were assassinated as part of.
|
|
||||||
Action 1: Search[Rome Protocols]
|
|
||||||
Observation 1: The Rome Protocols were a series of three international agreements concluded in Rome on 17 March 1934 between the governments of Austria, Hungary and Italy. They were signed by Italian Prime Minister Benito Mussolini, Austrian Chancellor Engelbert Dollfuss and Hungarian Prime Minister Gyula Gömbös. All of the protocols went into effect on 12 July 1934 and were registered in League of Nations Treaty Series on 12 December 1934.
|
|
||||||
Thought 2: The three Prime Ministers were Benito Mussolini, Engelbert Dollfuss, and Gyula Gömbös. I need to search Benito Mussolini and find what he was assassinated as part of.
|
|
||||||
Action 2: Search[Benito Mussolini]
|
|
||||||
Observation 2: Benito Amilcare Andrea Mussolini (UK: MU(U)SS-ə-LEE-nee, US: MOOSS-, Italian: [beˈniːto aˈmilkare anˈdrɛːa mussoˈliːni]; 29 July 1883 – 28 April 1945) was an Italian politician and journalist who founded and led the National Fascist Party (PNF). He was Prime Minister of Italy from the March on Rome in 1922 until his deposition in 1943, as well as "Duce" of Italian fascism from the establishment of the Italian Fasces of Combat in 1919 until his summary execution in 1945 by Italian partisans. As dictator of Italy and principal founder of fascism, Mussolini inspired and supported the international spread of fascist movements during the inter-war period.Mussolini was originally a socialist politician and a journalist at the Avanti! newspaper. In 1912, he became a member of the National Directorate of the Italian Socialist Party (PSI), but he was expelled from the PSI for advocating military intervention in World War I, in opposition to the party's stance on neutrality. In 1914, Mussolini founded a new journal, Il Popolo d'Italia, and served in the Royal Italian Army during the war until he was wounded and discharged in 1917. Mussolini denounced the PSI, his views now centering on Italian nationalism instead of socialism, and later founded the fascist movement which came to oppose egalitarianism and class conflict, instead advocating "revolutionary nationalism" transcending class lines. On 31 October 1922, following the March on Rome (28–30 October), Mussolini was appointed prime minister by King Victor Emmanuel III, becoming the youngest individual to hold the office up to that time. After removing all political opposition through his secret police and outlawing labor strikes, Mussolini and his followers consolidated power through a series of laws that transformed the nation into a one-party dictatorship. Within five years, Mussolini had established dictatorial authority by both legal and illegal means and aspired to create a totalitarian state. In 1929, Mussolini signed the Lateran Treaty with the Holy See to establish Vatican City.
|
|
||||||
Mussolini's foreign policy aimed to restore the ancient grandeur of the Roman Empire by expanding Italian colonial possessions and the fascist sphere of influence. In the 1920s, he ordered the Pacification of Libya, instructed the bombing of Corfu over an incident with Greece, established a protectorate over Albania, and incorporated the city of Fiume into the Italian state via agreements with Yugoslavia. In 1936, Ethiopia was conquered following the Second Italo-Ethiopian War and merged into Italian East Africa (AOI) with Eritrea and Somalia. In 1939, Italian forces annexed Albania. Between 1936 and 1939, Mussolini ordered the successful Italian military intervention in Spain in favor of Francisco Franco during the Spanish Civil War. Mussolini's Italy initially tried to avoid the outbreak of a second global war, sending troops at the Brenner Pass to delay Anschluss and taking part in the Stresa Front, the Lytton Report, the Treaty of Lausanne, the Four-Power Pact and the Munich Agreement. However, Italy then alienated itself from Britain and France by aligning with Germany and Japan. Germany invaded Poland on 1 September 1939, resulting in declarations of war by France and the UK and the start of World War II.
|
|
||||||
On 10 June 1940, Mussolini decided to enter the war on the Axis side. Despite initial success, the subsequent Axis collapse on multiple fronts and eventual Allied invasion of Sicily made Mussolini lose the support of the population and members of the Fascist Party. As a consequence, early on 25 July 1943, the Grand Council of Fascism passed a motion of no confidence in Mussolini; later that day King Victor Emmanuel III dismissed him as head of government and had him placed in custody, appointing Pietro Badoglio to succeed him as Prime Minister. After the king agreed to an armistice with the Allies, on 12 September 1943 Mussolini was rescued from captivity in the Gran Sasso raid by German paratroopers and Waffen-SS commandos led by Major Otto-Harald Mors. Adolf Hitler, after meeting with the rescued former dictator, then put Mussolini in charge of a puppet regime in northern Italy, the Italian Social Republic (Italian: Repubblica Sociale Italiana, RSI), informally known as the Salò Republic, causing a civil war. In late April 1945, in the wake of near total defeat, Mussolini and his mistress Clara Petacci attempted to flee to Switzerland, but both were captured by Italian communist partisans and summarily executed by firing squad on 28 April 1945 near Lake Como. The bodies of Mussolini and his mistress were then taken to Milan, where they were hung upside down at a service station to publicly confirm their demise.
|
|
||||||
Thought 3: Benito Mussolini was assassinated as part of the collapse of the Axis powers during World War II. So the Rome Protocols were signed by three Prime Ministers one of which was assassinated as part of World War II.
|
|
||||||
Action 3: Finish[World War II]
|
|
||||||
|
|
||||||
Reflection: I searched one of the prime ministers involved in the signing, then attemted to answer right away. I should have searched each of the prime ministers, then looked up 'death' on each of their pages in order to get more information before answering.
|
|
||||||
|
|
||||||
Previous Trial:
|
|
||||||
Question: Kam Heskin plays Paige Morgan in a 2004 film directed by who?
|
|
||||||
Thought 1: I need to search Kam Heskin and Paige Morgan, find the 2004 film they are in, then find the director of the film.
|
|
||||||
Action 1: Search[Kam Heskin]
|
|
||||||
Observation 1: Kam Erika Heskin (born May 8, 1973) is an American actress. She began her career playing Caitlin Deschanel on the NBC daytime soap opera Sunset Beach (1998–1999), before appearing in films Planet of the Apes (2001) and Catch Me If You Can (2002). Heskin went on in 2003 to play Elizabeth Bennet in an independent film Pride & Prejudice: A Latter-Day Comedy, Robin in Charmed (2004), and Paige Morgan in The Prince and Me film franchise (2006–2010).
|
|
||||||
Thought 2: Kam Heskin plays Paige Morgan in The Prince and Me film franchise. I need to search The Prince and Me film franchise and find the director of the 2004 film.
|
|
||||||
Action 2: Search[The Prince and Me film franchise]
|
|
||||||
Observation 2: Could not find [The Prince and Me film franchise]. Similar: ['Kam Heskin', 'Prince of Persia', 'Harry Potter and the Half-Blood Prince (film)', 'Prince of Persia: The Sands of Time (film)', 'The Chronicles of Narnia (film series)', 'Majestic Prince (franchise)', 'Kingsman (franchise)', 'The Little Prince (2015 film)', 'Shrek (franchise)', 'Harry Potter (film series)']
|
|
||||||
Thought 3: I need to search The Prince and Me (2004 film) instead.
|
|
||||||
Action 3: Search[The Prince and Me (2004 film)]
|
|
||||||
Observation 3: Could not find [The Prince and Me (2004 film)]. Similar: ['The Prince & Me', 'The Prince & Me 2: The Royal Wedding', 'Kam Heskin', 'Prince of Darkness (film)', 'Prince of Persia: The Sands of Time (film)', 'Rob Knox', 'Alexander (2004 film)', 'Prince of Persia', 'Brooklynn Prince', 'Prince (musician)']
|
|
||||||
Thought 4: I need to search The Prince & Me (2004 film).
|
|
||||||
Action 4: Search[The Prince & Me (2004 film)]
|
|
||||||
Observation 4: Could not find [The Prince & Me (2004 film)]. Similar: ['The Prince & Me', 'The Prince & Me 2: The Royal Wedding', 'Prince of Darkness (film)', 'Prince of Persia: The Sands of Time (film)', 'Rob Knox', 'Alexander (2004 film)', 'Prince (musician)', 'Prince of Persia', 'Kam Heskin', 'Brooklynn Prince']
|
|
||||||
Thought 5: I need to search The Prince & Me (2004 film) instead.
|
|
||||||
Action 5: Search[The Prince & Me (2004 film)]
|
|
||||||
Observation 5: Could not find [The Prince & Me (2004 film)]. Similar: ['The Prince & Me', 'The Prince & Me 2: The Royal Wedding', 'Prince of Darkness (film)', 'Prince of Persia: The Sands of Time (film)', 'Rob Knox', 'Alexander (2004 film)', 'Prince (musician)', 'Prince of Persia', 'Kam Heskin', 'Brooklynn Prince']
|
|
||||||
Thought 6: I need to search The Prince & Me (2004 film).
|
|
||||||
Action 6: Search[The Prince & Me (2004 film)]
|
|
||||||
Observation 6: Could not find [The Prince & Me (2004 film)]. Similar: ['The Prince & Me', 'The Prince & Me 2: The Royal Wedding', 'Prince of Darkness (film)', 'Prince of Persia: The Sands of Time (film)', 'Rob Knox', 'Alexander (2004 film)', 'Prince (musician)', 'Prince of Persia', 'Kam Heskin', 'Brooklynn Prince']
|
|
||||||
|
|
||||||
Reflection: I got stuck in a loop where I kept trying to search 'The Prince & Me (2004 film)' but the page could not be found. Instead I should have tried to search the similar results that had a similar name to see and they were made in 2004.
|
|
||||||
|
|
||||||
Previous Trial:
|
|
||||||
Question: The Oberoi family is part of a hotel company that has a head office in what city?
|
|
||||||
Thought 1: I need to search the Oberoi family and find the city where the hotel company's head office is located.
|
|
||||||
Action 1: Search[Oberoi family]
|
|
||||||
Observation 1: The Oberoi Group is a luxury hotel group with its head office in New Delhi, India.[2] Founded in 1934, the company owns and operates 32 luxury hotels and two river cruise ships in 7 countries, primarily under its Oberoi Hotels & Resorts and Trident brands.[3] The group also operates The Oberoi Centre for Learning and Development, which is regarded as one of Asia's top institutions for hospitality education.[4]. The foundations of the Oberoi Group date back to 1934 when The Rai Bahadur Mohan Singh Oberoi, the founder of the group, bought two properties: the Maidens in Delhi and the Clarke's in Shimla.[5] In the following years Oberoi, assisted by his two sons, Tilak Raj Singh Oberoi and Prithvi Raj Singh Oberoi (P.R.S. Oberoi
|
|
||||||
Thought 2: The Oberoi Group has its head office in New Delhi, India. I just need to finish with New Delhi.
|
|
||||||
Action 2: Finish[New Delhi]
|
|
||||||
Observation 2: Episode finished, reward = 0
|
|
||||||
|
|
||||||
Reflection: I appeared to have retrieved the correct information about The Oberoi Family and the location of it's head office, and provided a corresponding answer. However this answer does not exactly match the ground truth answer so I should try a different wording, such as Delhi.
|
|
||||||
|
|
||||||
Previous trial:
|
|
||||||
{trajectory}Reflection:'''
|
|
||||||
|
|
||||||
cot_prompt = '''
|
|
||||||
Solve a question answering task with interleaving Thought, Action, Observation steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
After each observation, provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Observation 1: The Colorado orogeny was an episode of mountain building (an orogeny) in Colorado and surrounding areas. This took place from 1780 to 1650 million years ago (Mya), during the Paleoproterozoic (Statherian Period). It is recorded in the Colorado orogen, a >500-km-wide belt of oceanic arc rock that extends southward into New Mexico. The Colorado orogeny was likely part of the larger Yavapai orogeny.
|
|
||||||
Thought 2: It does not mention the eastern sector of the Colorado orogeny. I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Observation 2: (Result 1 / 1) The Colorado orogen, formerly called the Colorado province, is a >500-km-wide belt of oceanic arc rock (1.78\u20131.65 Ga) that extends southward into New Mexico and composes a major part of the Proterozoic provinces of southwestern United States. This transcontinental collisional event occurred during the Paleoproterozoic (Statherian Period).[1] The Wyoming sector of the Colorado orogeny was formerly called the Medicine Bow orogeny. The eastern sector extends into the High Plains and is called the Central Plains orogeny. The boundary between the Colorado orogeny and the Wyoming craton is the Cheyenne belt, a 5-km-wide mylonitic shear zone that verges northward. The Cheyenne belt transects and cuts off the south edge of the older Trans-Hudson orogeny.[2]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]Observation 3: High Plains refers to one of two distinct land regions:
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Observation 4: The High Plains are a subregion of the Great Plains, mainly in the Western United States, but also partly in the Midwest states of Nebraska, Kansas, and South Dakota, generally encompassing the western part of the Great Plains before the region reaches the Rocky Mountains. The High Plains are located in eastern Montana, southeastern Wyoming, southwestern South Dakota, western Nebraska, eastern Colorado, western Kansas, eastern New Mexico, western Oklahoma, and to just south of the Texas Panhandle.[4] The southern region of the Western High Plains ecology region contains the geological formation known as Llano Estacado which can be seen from a short distance or on satellite maps.[5] From east to west, the High Plains rise in elevation from around 1,800 to 7,000 ft (550 to 2,130 m).[3]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Guitars for Wounded Warriors is an album that was recorded in the village in which New York county?
|
|
||||||
Thought 1: I need to search Guitars for Wounded Warriors, then find in which New York county it was recorded.
|
|
||||||
Action 1: Search[Guitars for Wounded Warriors]
|
|
||||||
Observation 1: Guitars for Wounded Warriors is the sixth solo studio album by guitarist Brian Tarquin, released in August 2014 by Cleopatra Records. In 2016, it received a Best Compilation Album nomination by the Independent Music Awards. All tracks were recorded at Tarquin's Jungle Room Studios in New Paltz (village), New York. Being moved by the lack of support for returning veterans through his life Tarquin decided to compose a heavy instrumental rock album as a way to show his appreciation to all veterans. So once again he enlisted top notch players to guest with him on the album, Billy Sheehan on Black Hawk, Ron \"Bumblefoot\" Thal and Reb Beach on Taliban Terror, Steve Morse on Freedom, Chris Poland on Charlie Surfs and Hunting, Chuck Loeb on Escape Kabul, Hal Lindes on Sand & Blood, Gary Hoey on 5 Klicks To Hell and Baghdad, Alex De Rosso Dokken on Broken Arrow, and The Flyin' Ryan Brothers on Surgical Strike. The entire album was engineered, produced and composed by Tarquin especially for each one of the guest guitarists. Partial proceeds are donated to the Fisher House Foundation from sales.
|
|
||||||
Thought 2: Guitars for Wounded Warriors was recorded in New Paltz (village), New York. I need to search New Paltz (village), New York and find which county it is in
|
|
||||||
Action 2: Search[New Paltz (village), New York]
|
|
||||||
Observation 2: New Paltz is a village in Ulster County located in the U.S. state of New York. It is approximately 80 miles (130 km) north of New York City and 70 miles (110 km) south of Albany. The population was 7,324 at the 2020 census.[3]
|
|
||||||
Thought 3: New Paltz (village), New York is in Ulster County, so the answer is Ulster County.
|
|
||||||
Action 3: Finish[Ulster County]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
cot_prompt_short = '''
|
|
||||||
Solve a question answering task with interleaving Thought, Action, Observation steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
After each observation, provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Observation 1: The Colorado orogeny was an episode of mountain building (an orogeny) in Colorado and surrounding areas. This took place from 1780 to 1650 million years ago (Mya), during the Paleoproterozoic (Statherian Period). It is recorded in the Colorado orogen, a >500-km-wide belt of oceanic arc rock that extends southward into New Mexico. The Colorado orogeny was likely part of the larger Yavapai orogeny.
|
|
||||||
Thought 2: It does not mention the eastern sector of the Colorado orogeny. I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Observation 2: (Result 1 / 1) The Colorado orogen, formerly called the Colorado province, is a >500-km-wide belt of oceanic arc rock (1.78\u20131.65 Ga) that extends southward into New Mexico and composes a major part of the Proterozoic provinces of southwestern United States. This transcontinental collisional event occurred during the Paleoproterozoic (Statherian Period).[1] The Wyoming sector of the Colorado orogeny was formerly called the Medicine Bow orogeny. The eastern sector extends into the High Plains and is called the Central Plains orogeny. The boundary between the Colorado orogeny and the Wyoming craton is the Cheyenne belt, a 5-km-wide mylonitic shear zone that verges northward. The Cheyenne belt transects and cuts off the south edge of the older Trans-Hudson orogeny.[2]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]Observation 3: High Plains refers to one of two distinct land regions:
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Observation 4: The High Plains are a subregion of the Great Plains, mainly in the Western United States, but also partly in the Midwest states of Nebraska, Kansas, and South Dakota, generally encompassing the western part of the Great Plains before the region reaches the Rocky Mountains. The High Plains are located in eastern Montana, southeastern Wyoming, southwestern South Dakota, western Nebraska, eastern Colorado, western Kansas, eastern New Mexico, western Oklahoma, and to just south of the Texas Panhandle.[4] The southern region of the Western High Plains ecology region contains the geological formation known as Llano Estacado which can be seen from a short distance or on satellite maps.[5] From east to west, the High Plains rise in elevation from around 1,800 to 7,000 ft (550 to 2,130 m).[3]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
cot_prompt_feedback_short = '''You are also an advanced reasoning agent that can improve based on self refection. Solve a question answering task with interleaving Thought, Action, Observation steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
After each observation, provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Observation 1: The Colorado orogeny was an episode of mountain building (an orogeny) in Colorado and surrounding areas. This took place from 1780 to 1650 million years ago (Mya), during the Paleoproterozoic (Statherian Period). It is recorded in the Colorado orogen, a >500-km-wide belt of oceanic arc rock that extends southward into New Mexico. The Colorado orogeny was likely part of the larger Yavapai orogeny.
|
|
||||||
Thought 2: It does not mention the eastern sector of the Colorado orogeny. I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Observation 2: (Result 1 / 1) The Colorado orogen, formerly called the Colorado province, is a >500-km-wide belt of oceanic arc rock (1.78\u20131.65 Ga) that extends southward into New Mexico and composes a major part of the Proterozoic provinces of southwestern United States. This transcontinental collisional event occurred during the Paleoproterozoic (Statherian Period).[1] The Wyoming sector of the Colorado orogeny was formerly called the Medicine Bow orogeny. The eastern sector extends into the High Plains and is called the Central Plains orogeny. The boundary between the Colorado orogeny and the Wyoming craton is the Cheyenne belt, a 5-km-wide mylonitic shear zone that verges northward. The Cheyenne belt transects and cuts off the south edge of the older Trans-Hudson orogeny.[2]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]Observation 3: High Plains refers to one of two distinct land regions:
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Observation 4: The High Plains are a subregion of the Great Plains, mainly in the Western United States, but also partly in the Midwest states of Nebraska, Kansas, and South Dakota, generally encompassing the western part of the Great Plains before the region reaches the Rocky Mountains. The High Plains are located in eastern Montana, southeastern Wyoming, southwestern South Dakota, western Nebraska, eastern Colorado, western Kansas, eastern New Mexico, western Oklahoma, and to just south of the Texas Panhandle.[4] The southern region of the Western High Plains ecology region contains the geological formation known as Llano Estacado which can be seen from a short distance or on satellite maps.[5] From east to west, the High Plains rise in elevation from around 1,800 to 7,000 ft (550 to 2,130 m).[3]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
You have attempted to answer the following question before and failed. The following reflection(s) give a plan to avoid failing to answer the question in the same way you did previously. Use them to improve your strategy of correctly answering the given question.
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
cot_prompt_feedback = '''You are also an advanced reasoning agent that can improve based on self refection. Solve a question answering task with interleaving Thought, Action, Observation steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
After each observation, provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Observation 1: The Colorado orogeny was an episode of mountain building (an orogeny) in Colorado and surrounding areas. This took place from 1780 to 1650 million years ago (Mya), during the Paleoproterozoic (Statherian Period). It is recorded in the Colorado orogen, a >500-km-wide belt of oceanic arc rock that extends southward into New Mexico. The Colorado orogeny was likely part of the larger Yavapai orogeny.
|
|
||||||
Thought 2: It does not mention the eastern sector of the Colorado orogeny. I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Observation 2: (Result 1 / 1) The Colorado orogen, formerly called the Colorado province, is a >500-km-wide belt of oceanic arc rock (1.78\u20131.65 Ga) that extends southward into New Mexico and composes a major part of the Proterozoic provinces of southwestern United States. This transcontinental collisional event occurred during the Paleoproterozoic (Statherian Period).[1] The Wyoming sector of the Colorado orogeny was formerly called the Medicine Bow orogeny. The eastern sector extends into the High Plains and is called the Central Plains orogeny. The boundary between the Colorado orogeny and the Wyoming craton is the Cheyenne belt, a 5-km-wide mylonitic shear zone that verges northward. The Cheyenne belt transects and cuts off the south edge of the older Trans-Hudson orogeny.[2]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]Observation 3: High Plains refers to one of two distinct land regions:
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Observation 4: The High Plains are a subregion of the Great Plains, mainly in the Western United States, but also partly in the Midwest states of Nebraska, Kansas, and South Dakota, generally encompassing the western part of the Great Plains before the region reaches the Rocky Mountains. The High Plains are located in eastern Montana, southeastern Wyoming, southwestern South Dakota, western Nebraska, eastern Colorado, western Kansas, eastern New Mexico, western Oklahoma, and to just south of the Texas Panhandle.[4] The southern region of the Western High Plains ecology region contains the geological formation known as Llano Estacado which can be seen from a short distance or on satellite maps.[5] From east to west, the High Plains rise in elevation from around 1,800 to 7,000 ft (550 to 2,130 m).[3]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Guitars for Wounded Warriors is an album that was recorded in the village in which New York county?
|
|
||||||
Thought 1: I need to search Guitars for Wounded Warriors, then find in which New York county it was recorded.
|
|
||||||
Action 1: Search[Guitars for Wounded Warriors]
|
|
||||||
Observation 1: Guitars for Wounded Warriors is the sixth solo studio album by guitarist Brian Tarquin, released in August 2014 by Cleopatra Records. In 2016, it received a Best Compilation Album nomination by the Independent Music Awards. All tracks were recorded at Tarquin's Jungle Room Studios in New Paltz (village), New York. Being moved by the lack of support for returning veterans through his life Tarquin decided to compose a heavy instrumental rock album as a way to show his appreciation to all veterans. So once again he enlisted top notch players to guest with him on the album, Billy Sheehan on Black Hawk, Ron \"Bumblefoot\" Thal and Reb Beach on Taliban Terror, Steve Morse on Freedom, Chris Poland on Charlie Surfs and Hunting, Chuck Loeb on Escape Kabul, Hal Lindes on Sand & Blood, Gary Hoey on 5 Klicks To Hell and Baghdad, Alex De Rosso Dokken on Broken Arrow, and The Flyin' Ryan Brothers on Surgical Strike. The entire album was engineered, produced and composed by Tarquin especially for each one of the guest guitarists. Partial proceeds are donated to the Fisher House Foundation from sales.
|
|
||||||
Thought 2: Guitars for Wounded Warriors was recorded in New Paltz (village), New York. I need to search New Paltz (village), New York and find which county it is in
|
|
||||||
Action 2: Search[New Paltz (village), New York]
|
|
||||||
Observation 2: New Paltz is a village in Ulster County located in the U.S. state of New York. It is approximately 80 miles (130 km) north of New York City and 70 miles (110 km) south of Albany. The population was 7,324 at the 2020 census.[3]
|
|
||||||
Thought 3: New Paltz (village), New York is in Ulster County, so the answer is Ulster County.
|
|
||||||
Action 3: Finish[Ulster County]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
You have attempted to answer the following question before and failed, either because your reasoning for the answer was incorrect or the phrasing of your response did not exactly match the answer. The following reflection(s) give a plan to avoid failing to answer the question in the same way you did previously. Use them to improve your strategy of correctly answering the given question.
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
When providing the thought and action for the current trial, that into account these failed trajectories and make sure not to repeat the same mistakes and incorrect answers.
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
vote_prompt = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by pairs of thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a list of trajectories, decide which trajectory is most promising. Analyze each trajectory in detail and consider possible errors, then conclude in the last line "The best trajectory is {s}", where s the integer id of the trajectory.
|
|
||||||
'''
|
|
||||||
|
|
||||||
compare_prompt = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by pairs of thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Briefly analyze the correctness of the following two trajectories. Conclude in the last line "The more correct trajectory is 1", "The more correct trajectory is 2", or "The two trajectories are similarly correct".
|
|
||||||
'''
|
|
||||||
|
|
||||||
score_prompt = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by pairs of thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, analyze the following trajectory, then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?
|
|
||||||
Thought 1: I need to search for the football manager who recruited David Beckham, and then find out the timeframe in which he managed Manchester United.
|
|
||||||
Action 1: Search[David Beckham's football manager]
|
|
||||||
Observation 1: Could not find David Beckham's football manager. Similar: ['David Beckham', 'Inter Miami CF (redirect from Miami Beckham United)', 'Victoria Beckham', 'The Beckham Experiment', 'Miami Freedom Park'].
|
|
||||||
Thought 2: I couldn't find the information on David Beckham's football manager. I need to search Manchester United and find out the timeframe of the manager.
|
|
||||||
Action 2: Search[Manchester United]
|
|
||||||
Observation 2: Manchester United Football Club, commonly referred to as Man United (often stylised as Man Utd), or simply United, is a professional football club based in Old Trafford, Greater Manchester, England. The club competes in the Premier League, the top division in the English football league system. Nicknamed the Red Devils, they were founded as Newton Heath LYR Football Club in 1878, but changed their name to Manchester United in 1902. After a spell playing in Clayton, Manchester, the club moved to their current stadium, Old Trafford, in 1910.. Domestically, Manchester United have won a record 20 league titles, 12 FA Cups, six League Cups and a record 21 FA Community Shields.
|
|
||||||
Thought 3: The information about David Beckham's football manager is not available. I will search for Manchester United's managers to find the timeframe.
|
|
||||||
Action 3: Search[Manchester United managers]
|
|
||||||
Observation 3: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
Thought 4: The information about David Beckham's football manager is not available. The question asks for the timeframe when the manager managed Manchester United, so I need to find a list of Manchester United managers.
|
|
||||||
Action 4: Search[list of Manchester United managers]
|
|
||||||
Observation 4: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
Thus the correctness score is 4
|
|
||||||
|
|
||||||
Question: Which magazine was started first Arthur's Magazine or First for Women?
|
|
||||||
Thought 1: I need to search Arthur's Magazine and First for Women, and find which was started first.
|
|
||||||
Action 1: Search[Arthur's Magazine]
|
|
||||||
Observation 1: Arthur's Magazine (1844\u00e2\u0080\u00931846) was an American literary periodical published in Philadelphia in the 19th century. Edited by Timothy Shay Arthur, it featured work by Edgar A. Poe, J.H. Ingraham, Sarah Josepha Hale, Thomas G. Spear, and others.[1][2] In May 1846 it was merged into Godey's Lady's Book.[3]
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt_feedback = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: Which magazine was started first Arthur's Magazine or First for Women?
|
|
||||||
Thought 1: I need to search Arthur's Magazine and First for Women, and find which was started first.
|
|
||||||
Action 1: Search[Arthur's Magazine]
|
|
||||||
Observation 1: Arthur's Magazine (1844\u00e2\u0080\u00931846) was an American literary periodical published in Philadelphia in the 19th century. Edited by Timothy Shay Arthur, it featured work by Edgar A. Poe, J.H. Ingraham, Sarah Josepha Hale, Thomas G. Spear, and others.[1][2] In May 1846 it was merged into Godey's Lady's Book.[3]
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt_reasoning = '''You are an advanced reasoning agent that can improve based on self refection. Analyze the trajectories of your previous solutions to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
This trajectory is incorrect as my search should be related to Mexican Formula One race car drivers, not winners of the Mexican Grand Prix, a seperate event. A better search would have been for the List of Formula One Grand Prix winners, as suggested.
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: Which magazine was started first Arthur's Magazine or First for Women?
|
|
||||||
Thought 1: I need to search Arthur's Magazine and First for Women, and find which was started first.
|
|
||||||
Action 1: Search[Arthur's Magazine]
|
|
||||||
Observation 1: Arthur's Magazine (1844\u00e2\u0080\u00931846) was an American literary periodical published in Philadelphia in the 19th century. Edited by Timothy Shay Arthur, it featured work by Edgar A. Poe, J.H. Ingraham, Sarah Josepha Hale, Thomas G. Spear, and others.[1][2] In May 1846 it was merged into Godey's Lady's Book.[3]
|
|
||||||
This trajectory is correct as it is reasonable to search for the first magazine provided in the question. It is also better to have simple searches corresponding to a single entity, making this the best action.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?
|
|
||||||
Thought 1: I need to search for the football manager who recruited David Beckham, and then find out the timeframe in which he managed Manchester United.
|
|
||||||
Action 1: Search[David Beckham's football manager]
|
|
||||||
Observation 1: Could not find David Beckham's football manager. Similar: ['David Beckham', 'Inter Miami CF (redirect from Miami Beckham United)', 'Victoria Beckham', 'The Beckham Experiment', 'Miami Freedom Park'].
|
|
||||||
Thought 2: I couldn't find the information on David Beckham's football manager. I need to search Manchester United and find out the timeframe of the manager.
|
|
||||||
Action 2: Search[Manchester United]
|
|
||||||
Observation 2: Manchester United Football Club, commonly referred to as Man United (often stylised as Man Utd), or simply United, is a professional football club based in Old Trafford, Greater Manchester, England. The club competes in the Premier League, the top division in the English football league system. Nicknamed the Red Devils, they were founded as Newton Heath LYR Football Club in 1878, but changed their name to Manchester United in 1902. After a spell playing in Clayton, Manchester, the club moved to their current stadium, Old Trafford, in 1910.. Domestically, Manchester United have won a record 20 league titles, 12 FA Cups, six League Cups and a record 21 FA Community Shields.
|
|
||||||
Thought 3: The information about David Beckham's football manager is not available. I will search for Manchester United's managers to find the timeframe.
|
|
||||||
Action 3: Search[Manchester United managers]
|
|
||||||
Observation 3: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
Thought 4: The information about David Beckham's football manager is not available. The question asks for the timeframe when the manager managed Manchester United, so I need to find a list of Manchester United managers.
|
|
||||||
Action 4: Search[list of Manchester United managers]
|
|
||||||
Observation 4: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
This trajectory is mostly incorrect as I was not able to retrieve the relevant information to answer the question. The searches are too broad and not relevant to the specific player recruited, David Beckham. The last two actions are also too similar. It would be better to first search for David Beckham and lookup information related to his manager.
|
|
||||||
Thus the correctness score is 4
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
This trajectory is correct as all of my thoughts and actions are correct. It makes sense to search for Milhouse first as it is the central subject of the question. It is also correct to directly look up the relevant information in the article, instead of trying another search.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt_reasoning_feedback = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
This trajectory is incorrect as my search should be related to Mexican Formula One race car drivers, not winners it is reasonable to checkof the Mexican Grand Prix, a seperate event. A better search would have been for the List of Formula One Grand Prix winners, as suggested.
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: Which magazine was started first Arthur's Magazine or First for Women?
|
|
||||||
Thought 1: I need to search Arthur's Magazine and First for Women, and find which was started first.
|
|
||||||
Action 1: Search[Arthur's Magazine]
|
|
||||||
Observation 1: Arthur's Magazine (1844\u00e2\u0080\u00931846) was an American literary periodical published in Philadelphia in the 19th century. Edited by Timothy Shay Arthur, it featured work by Edgar A. Poe, J.H. Ingraham, Sarah Josepha Hale, Thomas G. Spear, and others.[1][2] In May 1846 it was merged into Godey's Lady's Book.[3]
|
|
||||||
This trajectory is correct as it is reasonable to search for the first magazine provided in the question. It is also better to have simple searches corresponding to a single entity, making this the best action.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?Question: The football manager who recruited David Beckham managed Manchester United during what timeframe?
|
|
||||||
Thought 1: I need to search for the football manager who recruited David Beckham, and then find out the timeframe in which he managed Manchester United.
|
|
||||||
Action 1: Search[David Beckham's football manager]
|
|
||||||
Observation 1: Could not find David Beckham's football manager. Similar: ['David Beckham', 'Inter Miami CF (redirect from Miami Beckham United)', 'Victoria Beckham', 'The Beckham Experiment', 'Miami Freedom Park'].
|
|
||||||
Thought 2: I couldn't find the information on David Beckham's football manager. I need to search Manchester United and find out the timeframe of the manager.
|
|
||||||
Action 2: Search[Manchester United]
|
|
||||||
Observation 2: Manchester United Football Club, commonly referred to as Man United (often stylised as Man Utd), or simply United, is a professional football club based in Old Trafford, Greater Manchester, England. The club competes in the Premier League, the top division in the English football league system. Nicknamed the Red Devils, they were founded as Newton Heath LYR Football Club in 1878, but changed their name to Manchester United in 1902. After a spell playing in Clayton, Manchester, the club moved to their current stadium, Old Trafford, in 1910.. Domestically, Manchester United have won a record 20 league titles, 12 FA Cups, six League Cups and a record 21 FA Community Shields.
|
|
||||||
Thought 3: The information about David Beckham's football manager is not available. I will search for Manchester United's managers to find the timeframe.
|
|
||||||
Action 3: Search[Manchester United managers]
|
|
||||||
Observation 3: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
Thought 4: The information about David Beckham's football manager is not available. The question asks for the timeframe when the manager managed Manchester United, so I need to find a list of Manchester United managers.
|
|
||||||
Action 4: Search[list of Manchester United managers]
|
|
||||||
Observation 4: Manchester United Football Club is a professional football club based in Old Trafford, Greater Manchester, England. The club was formed in Newton Heath in 1878 as Newton Heath LYR F.C., and played their first competitive match in October 1886, when they entered the First Round of the 1886–87 FA Cup. The club was renamed Manchester United F.C. in 1902, and moved to Old Trafford in 1910.. From the beginning of the club's official managerial records in 1892 to the start of the 2022–23 season, Manchester United have had 23 full-time managers.
|
|
||||||
This trajectory is mostly incorrect as I was not able to retrieve the relevant information to answer the question. The searches are too broad and not relevant to the specific player recruited, David Beckham. The last two actions are also too similar. It would be better to first search for David Beckham and lookup information related to his manager.
|
|
||||||
Thus the correctness score is 4
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
This trajectory is correct as all of my thoughts and actions are correct. It makes sense to search for Milhouse first as it is the central subject of the question. It is also correct to directly look up the relevant information in the article, instead of trying another search.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
value_prompt_reasoning_feedback_short = '''Analyze the trajectories of a solution to a question answering task. The trajectories are labeled by environmental observations about the situation, thoughts that can reason about the current situation and actions that can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
|
|
||||||
Given a question and a trajectory, evaluate its correctness and provide your reasoning and analysis in detail. Focus on the latest thought, action, and observation. Incomplete trajectories can be correct if the thoughts and actions so far are correct, even if the answer is not found yet. Do not generate additional thoughts or actions. Then at the last line conclude "Thus the correctness score is {s}", where s is an integer from 1 to 10.
|
|
||||||
|
|
||||||
Question: Which other Mexican Formula One race car driver has held the podium besides the Force India driver born in 1990?
|
|
||||||
Thought 1: I need to search for a list of Mexican Formula One race car drivers, then eliminate the one who drove for Force India and was born in 1990.
|
|
||||||
Action 1: Search[Formula One drivers from Mexico]
|
|
||||||
Observation 1: There have been six Formula One drivers from Mexico who have taken part in races since the championship began in 1950. Sergio P\u00e9rez is the most successful, having won six Grands Prix. Since 2021, P\u00e9rez drives for the Red Bull team.. P\u00e9rez is the only Mexican F1 driver to achieve a pole position. He took his first pole position at the 2022 Saudi Arabian Grand Prix, in his 219th Grand Prix meeting (a record for the most Grands Prix before a pole).
|
|
||||||
Thought 2: Sergio P\u00e9rez, born in 1990 and drove for Force India, is not the Mexican driver we are looking for. The passage does not give me enough information about other Mexican drivers who have achieved a podium finish. I need to look up more information.
|
|
||||||
Action 2: Lookup[Formula One drivers from Mexico]
|
|
||||||
Observation 2: No more results.
|
|
||||||
Thought 3: The available information doesn't allow me to determine which other Mexican Formula One race car driver, besides Sergio P\u00e9rez, has held the podium. With the search function failing to provide a full list of Mexican Formula One drivers, I need to return different search results. Let's try searching for Mexican Grand Prix winners, as they would have held the podium.
|
|
||||||
Action 3: Search[Mexican Grand Prix winners]
|
|
||||||
Observation 3: Could not find Mexican Grand Prix winners. Similar: ['Mexican Grand Prix', 'List of Formula One Grand Prix winners', '1990 Mexican Grand Prix', '2018 Mexican Grand Prix', '2019 Mexican Grand Prix'].
|
|
||||||
Thought 4: Given the difficulties in finding a direct list of Mexican Grand Prix winners, I should search for the Mexican Grand Prix to get a broader picture of the race's history. This might include winners.
|
|
||||||
Action 4: Search[Mexican Grand Prix]
|
|
||||||
This trajectory is incorrect as my search should be related to Mexican Formula One race car drivers, not winners of the Mexican Grand Prix, a seperate event. A better search would have been for the List of Formula One Grand Prix winners, as suggested.
|
|
||||||
Thus the correctness score is 3
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Observation 1: Milhouse Mussolini Van Houten is a recurring character in the Fox animated television series The Simpsons voiced by Pamela Hayden and created by Matt Groening.
|
|
||||||
Thought 2: The paragraph does not tell who Milhouse is named after, maybe I can look up "named after".
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Observation 2: (Result 1 / 1) Milhouse was named after U.S. president Richard Nixon, whose middle name was Milhous.
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
This trajectory is correct as all of my thoughts and actions are correct. It makes sense to search for Milhouse first as it is the central subject of the question. It is also correct to directly look up the relevant information in the article, instead of trying another search.
|
|
||||||
Thus the correctness score is 10
|
|
||||||
|
|
||||||
{trajectories}
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
|
|
||||||
rap_prompt = '''
|
|
||||||
Solve a question answering task with interleaving Thought and Action steps. Thought can reason about the current situation, and Action can be three types:
|
|
||||||
(1) Search[entity], which searches the exact entity on Wikipedia and returns the first paragraph if it exists. If not, it will return some similar entities to search.
|
|
||||||
(2) Lookup[keyword], which returns the next sentence containing keyword in the current passage.
|
|
||||||
(3) Finish[answer], which returns the answer and finishes the task.
|
|
||||||
Provide the next Thought and next Action. Here are some examples:
|
|
||||||
|
|
||||||
Question: What is the elevation range for the area that the eastern sector of the Colorado orogeny extends into?
|
|
||||||
Thought 1: I need to search Colorado orogeny, find the area that the eastern sector of the Colorado orogeny extends into, then find the elevation range of the area.
|
|
||||||
Action 1: Search[Colorado orogeny]
|
|
||||||
Thought 2: Then I need to look up eastern sector.
|
|
||||||
Action 2: Lookup[eastern sector]
|
|
||||||
Thought 3: The eastern sector of Colorado orogeny extends into the High Plains, so High Plains is the area. I need to search High Plains and find its elevation range.
|
|
||||||
Action 3: Search[High Plains]
|
|
||||||
Thought 4: I need to search High Plains (United States).
|
|
||||||
Action 4: Search[High Plains (United States)]
|
|
||||||
Thought 5: High Plains rise in elevation from around 1,800 to 7,000 ft, so the answer is 1,800 to 7,000 ft.
|
|
||||||
Action 5: Finish[1,800 to 7,000 ft]
|
|
||||||
|
|
||||||
Question: Guitars for Wounded Warriors is an album that was recorded in the village in which New York county?
|
|
||||||
Thought 1: I need to search Guitars for Wounded Warriors, then find in which New York county it was recorded.
|
|
||||||
Action 1: Search[Guitars for Wounded Warriors]
|
|
||||||
Thought 2: I need to search New Paltz (village), New York and find which county it is in
|
|
||||||
Action 2: Search[New Paltz (village), New York]
|
|
||||||
Thought 3: New Paltz (village), New York is in Ulster County, so the answer is Ulster County.
|
|
||||||
Action 3: Finish[Ulster County]
|
|
||||||
|
|
||||||
Question: Musician and satirist Allie Goertz wrote a song about the "The Simpsons" character Milhouse, who Matt Groening named after who?
|
|
||||||
Thought 1: The question simplifies to "The Simpsons" character Milhouse is named after who. I only need to search Milhouse and find who it is named after.
|
|
||||||
Action 1: Search[Milhouse]
|
|
||||||
Thought 2: I can look up "named after" for finding the specific individual Milhouse is named after.
|
|
||||||
Action 2: Lookup[named after]
|
|
||||||
Thought 3: Milhouse was named after U.S. president Richard Nixon, so the answer is Richard Nixon.
|
|
||||||
Action 3: Finish[President Richard Nixon]
|
|
||||||
|
|
||||||
{input}
|
|
||||||
'''
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
module YiemAgent
|
|
||||||
|
|
||||||
# export agent
|
|
||||||
|
|
||||||
|
|
||||||
""" Order by dependencies of each file. The 1st included file must not depend on any other
|
|
||||||
files and each file can only depend on the file included before it.
|
|
||||||
"""
|
|
||||||
|
|
||||||
include("type.jl")
|
|
||||||
using .type
|
|
||||||
|
|
||||||
include("util.jl")
|
|
||||||
using .util
|
|
||||||
|
|
||||||
include("llmfunction.jl")
|
|
||||||
using .llmfunction
|
|
||||||
|
|
||||||
include("interface.jl")
|
|
||||||
using .interface
|
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end # module YiemAgent_v1
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,268 +0,0 @@
|
|||||||
module type
|
|
||||||
|
|
||||||
export agent, sommelier, companion
|
|
||||||
|
|
||||||
using Dates, UUIDs, DataStructures, JSON3
|
|
||||||
using GeneralUtils
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
abstract type agent end
|
|
||||||
|
|
||||||
|
|
||||||
mutable struct companion <: agent
|
|
||||||
name::String # agent name
|
|
||||||
id::String # agent id
|
|
||||||
maxHistoryMsg::Integer # e.g. 21th and earlier messages will get summarized
|
|
||||||
|
|
||||||
""" Memory
|
|
||||||
Ref: Chat prompt format https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/discussions/3
|
|
||||||
NO "system" message in chathistory because I want to add it at the inference time
|
|
||||||
chathistory= [
|
|
||||||
Dict(:name=>"user", :text=> "Wassup!", :timestamp=> Dates.now()),
|
|
||||||
Dict(:name=>"assistant", :text=> "Hi I'm your assistant.", :timestamp=> Dates.now()),
|
|
||||||
]
|
|
||||||
|
|
||||||
"""
|
|
||||||
chathistory::Vector{Dict{Symbol, Any}}
|
|
||||||
memory::Dict{Symbol, Any}
|
|
||||||
|
|
||||||
# communication function
|
|
||||||
text2textInstructLLM::Function
|
|
||||||
end
|
|
||||||
|
|
||||||
function companion(
|
|
||||||
text2textInstructLLM::Function
|
|
||||||
;
|
|
||||||
name::String= "Assistant",
|
|
||||||
id::String= string(uuid4()),
|
|
||||||
maxHistoryMsg::Integer= 20,
|
|
||||||
chathistory::Vector{Dict{Symbol, String}} = Vector{Dict{Symbol, String}}(),
|
|
||||||
)
|
|
||||||
|
|
||||||
memory = Dict{Symbol, Any}(
|
|
||||||
:chatbox=> "",
|
|
||||||
:shortmem=> Vector{Dict{Symbol, String}}(),
|
|
||||||
:events=> Vector{Dict{Symbol, Any}}()
|
|
||||||
)
|
|
||||||
|
|
||||||
newAgent = companion(
|
|
||||||
name,
|
|
||||||
id,
|
|
||||||
maxHistoryMsg,
|
|
||||||
chathistory,
|
|
||||||
memory,
|
|
||||||
text2textInstructLLM
|
|
||||||
)
|
|
||||||
|
|
||||||
return newAgent
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
""" A sommelier agent.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `mqttClient::Client`
|
|
||||||
MQTTClient's client
|
|
||||||
- `msgMeta::Dict{Symbol, Any}`
|
|
||||||
A dict contain info about a message.
|
|
||||||
- `config::Dict{Symbol, Any}`
|
|
||||||
Config info for an agent. Contain mqtt topic for internal use and other info.
|
|
||||||
|
|
||||||
# Keyword Arguments
|
|
||||||
- `name::String`
|
|
||||||
Agent's name
|
|
||||||
- `id::String`
|
|
||||||
Agent's ID
|
|
||||||
- `tools::Dict{Symbol, Any}`
|
|
||||||
Agent's tools
|
|
||||||
- `maxHistoryMsg::Integer`
|
|
||||||
max history message
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- `nothing`
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using YiemAgent, MQTTClient, GeneralUtils
|
|
||||||
julia> msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
"N/A",
|
|
||||||
replyTopic = "/testtopic/prompt"
|
|
||||||
)
|
|
||||||
julia> tools= Dict(
|
|
||||||
:chatbox=>Dict(
|
|
||||||
:name => "chatbox",
|
|
||||||
:description => "Useful only for when you need to ask the user for more info or context. Do not ask the user their own question.",
|
|
||||||
:input => "Input should be a text.",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
julia> agentConfig = Dict(
|
|
||||||
:receiveprompt=>Dict(
|
|
||||||
:mqtttopic=> "/testtopic/prompt", # topic to receive prompt i.e. frontend send msg to this topic
|
|
||||||
),
|
|
||||||
:receiveinternal=>Dict(
|
|
||||||
:mqtttopic=> "/testtopic/internal", # receive topic for model's internal
|
|
||||||
),
|
|
||||||
:text2text=>Dict(
|
|
||||||
:mqtttopic=> "/text2text/receive",
|
|
||||||
),
|
|
||||||
)
|
|
||||||
julia> client, connection = MakeConnection("test.mosquitto.org", 1883)
|
|
||||||
julia> agent = YiemAgent.bsommelier(
|
|
||||||
client,
|
|
||||||
msgMeta,
|
|
||||||
agentConfig,
|
|
||||||
name= "assistant",
|
|
||||||
id= "555", # agent instance id
|
|
||||||
tools=tools,
|
|
||||||
)
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docstring
|
|
||||||
- [x] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
mutable struct sommelier <: agent
|
|
||||||
name::String # agent name
|
|
||||||
id::String # agent id
|
|
||||||
retailername::String
|
|
||||||
tools::Dict
|
|
||||||
maxHistoryMsg::Integer # e.g. 21th and earlier messages will get summarized
|
|
||||||
|
|
||||||
""" Memory
|
|
||||||
Ref: Chat prompt format https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/discussions/3
|
|
||||||
NO "system" message in chathistory because I want to add it at the inference time
|
|
||||||
chathistory= [
|
|
||||||
Dict(:name=>"user", :text=> "Wassup!", :timestamp=> Dates.now()),
|
|
||||||
Dict(:name=>"assistant", :text=> "Hi I'm your assistant.", :timestamp=> Dates.now()),
|
|
||||||
]
|
|
||||||
|
|
||||||
"""
|
|
||||||
chathistory::Vector{Dict{Symbol, Any}}
|
|
||||||
memory::Dict{Symbol, Any}
|
|
||||||
|
|
||||||
# communication function
|
|
||||||
text2textInstructLLM::Function
|
|
||||||
executeSQL::Function
|
|
||||||
querySQLVectorDB::Function
|
|
||||||
addSQLVectorDB::Function
|
|
||||||
end
|
|
||||||
|
|
||||||
function sommelier(
|
|
||||||
text2textInstructLLM::Function,
|
|
||||||
executeSQL::Function,
|
|
||||||
querySQLVectorDB::Function,
|
|
||||||
addSQLVectorDB::Function
|
|
||||||
;
|
|
||||||
name::String= "Assistant",
|
|
||||||
id::String= string(uuid4()),
|
|
||||||
retailername::String= "retailer_name",
|
|
||||||
maxHistoryMsg::Integer= 20,
|
|
||||||
chathistory::Vector{Dict{Symbol, String}} = Vector{Dict{Symbol, String}}(),
|
|
||||||
)
|
|
||||||
|
|
||||||
tools = Dict( # update input format
|
|
||||||
"chatbox"=> Dict(
|
|
||||||
:description => "<askbox tool description>Useful for when you need to ask the user for more context. Do not ask the user their own question.</askbox tool description>",
|
|
||||||
:input => """<input>Input is a text in JSON format.</input><input example>{\"Q1\": \"How are you doing?\", \"Q2\": \"How may I help you?\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
),
|
|
||||||
"winestock"=> Dict(
|
|
||||||
:description => "<winestock tool description>A handy tool for searching wine in your inventory that match the user preferences.</winestock tool description>",
|
|
||||||
:input => """<input>Input is a JSON-formatted string that contains a detailed and precise search query.</input><input example>{\"wine type\": \"rose\", \"price\": \"max 35\", \"sweetness level\": \"sweet\", \"intensity level\": \"light bodied\", \"Tannin level\": \"low\", \"Acidity level\": \"low\"}</input example>""",
|
|
||||||
:output => """<output>Output are wines that match the search query in JSON format.""",
|
|
||||||
),
|
|
||||||
# "finalanswer"=> Dict(
|
|
||||||
# :description => "<tool description>Useful for when you are ready to recommend wines to the user.</tool description>",
|
|
||||||
# :input => """<input format>{\"finalanswer\": \"some text\"}.</input format><input example>{\"finalanswer\": \"I recommend Zena Crown Vista\"}</input example>""",
|
|
||||||
# :output => "" ,
|
|
||||||
# :func => nothing,
|
|
||||||
# ),
|
|
||||||
)
|
|
||||||
|
|
||||||
memory = Dict{Symbol, Any}(
|
|
||||||
:chatbox=> "",
|
|
||||||
:shortmem=> Vector{Dict{Symbol, String}}(),
|
|
||||||
:events=> Vector{Dict{Symbol, Any}}()
|
|
||||||
)
|
|
||||||
|
|
||||||
newAgent = sommelier(
|
|
||||||
name,
|
|
||||||
id,
|
|
||||||
retailername,
|
|
||||||
tools,
|
|
||||||
maxHistoryMsg,
|
|
||||||
chathistory,
|
|
||||||
memory,
|
|
||||||
text2textInstructLLM,
|
|
||||||
executeSQL,
|
|
||||||
querySQLVectorDB,
|
|
||||||
addSQLVectorDB
|
|
||||||
)
|
|
||||||
|
|
||||||
return newAgent
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end # module type
|
|
||||||
@@ -1,450 +0,0 @@
|
|||||||
module util
|
|
||||||
|
|
||||||
export clearhistory, addNewMessage, vectorOfDictToText, eventdict, noises
|
|
||||||
|
|
||||||
using UUIDs, Dates, DataStructures, HTTP, MQTTClient, JSON3
|
|
||||||
using GeneralUtils
|
|
||||||
using ..type
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
""" Clear agent chat history.
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `a::agent`
|
|
||||||
an agent
|
|
||||||
|
|
||||||
# Return
|
|
||||||
- nothing
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia> using YiemAgent, MQTTClient, GeneralUtils
|
|
||||||
julia> client, connection = MakeConnection("test.mosquitto.org", 1883)
|
|
||||||
julia> connect(client, connection)
|
|
||||||
julia> msgMeta = GeneralUtils.generate_msgMeta("testtopic")
|
|
||||||
julia> agentConfig = Dict(
|
|
||||||
:receiveprompt=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/receive",
|
|
||||||
),
|
|
||||||
:receiveinternal=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/internal",
|
|
||||||
),
|
|
||||||
:text2text=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/text2text",
|
|
||||||
),
|
|
||||||
)
|
|
||||||
julia> a = YiemAgent.sommelier(
|
|
||||||
client,
|
|
||||||
msgMeta,
|
|
||||||
agentConfig,
|
|
||||||
)
|
|
||||||
julia> YiemAgent.addNewMessage(a, "user", "hello")
|
|
||||||
julia> YiemAgent.clearhistory(a)
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [PENDING] clear memory
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function clearhistory(a::T) where {T<:agent}
|
|
||||||
empty!(a.chathistory)
|
|
||||||
empty!(a.memory[:shortmem])
|
|
||||||
empty!(a.memory[:events])
|
|
||||||
a.memory[:chatbox] = ""
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
""" Add new message to agent.
|
|
||||||
|
|
||||||
Arguments\n
|
|
||||||
-----
|
|
||||||
a::agent
|
|
||||||
an agent
|
|
||||||
role::String
|
|
||||||
message sender role i.e. system, user or assistant
|
|
||||||
text::String
|
|
||||||
message text
|
|
||||||
|
|
||||||
Return\n
|
|
||||||
-----
|
|
||||||
nothing
|
|
||||||
|
|
||||||
Example\n
|
|
||||||
-----
|
|
||||||
```jldoctest
|
|
||||||
julia> using YiemAgent, MQTTClient, GeneralUtils
|
|
||||||
julia> client, connection = MakeConnection("test.mosquitto.org", 1883)
|
|
||||||
julia> connect(client, connection)
|
|
||||||
julia> msgMeta = GeneralUtils.generate_msgMeta("testtopic")
|
|
||||||
julia> agentConfig = Dict(
|
|
||||||
:receiveprompt=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/receive",
|
|
||||||
),
|
|
||||||
:receiveinternal=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/internal",
|
|
||||||
),
|
|
||||||
:text2text=>Dict(
|
|
||||||
:mqtttopic=> "testtopic/text2text",
|
|
||||||
),
|
|
||||||
)
|
|
||||||
julia> a = YiemAgent.sommelier(
|
|
||||||
client,
|
|
||||||
msgMeta,
|
|
||||||
agentConfig,
|
|
||||||
)
|
|
||||||
julia> YiemAgent.addNewMessage(a, "user", "hello")
|
|
||||||
```
|
|
||||||
|
|
||||||
Signature\n
|
|
||||||
-----
|
|
||||||
"""
|
|
||||||
function addNewMessage(a::T1, name::String, text::T2;
|
|
||||||
maximumMsg::Integer=20) where {T1<:agent, T2<:AbstractString}
|
|
||||||
if name ∉ ["system", "user", "assistant"] # guard against typo
|
|
||||||
error("name is not in agent.availableRole $(@__LINE__)")
|
|
||||||
end
|
|
||||||
|
|
||||||
#[] summarize the oldest 10 message
|
|
||||||
if length(a.chathistory) > maximumMsg
|
|
||||||
summarize(a.chathistory)
|
|
||||||
else
|
|
||||||
d = Dict(:name=> name, :text=> text, :timestamp=> Dates.now())
|
|
||||||
push!(a.chathistory, d)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Arguments
|
|
||||||
- `v::Integer`
|
|
||||||
dummy variable
|
|
||||||
|
|
||||||
# Return
|
|
||||||
|
|
||||||
# Example
|
|
||||||
```jldoctest
|
|
||||||
julia>
|
|
||||||
```
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- [] update docstring
|
|
||||||
- [x] implement the function
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
"""
|
|
||||||
function vectorOfDictToText(vecd::Vector; withkey=true)
|
|
||||||
text = ""
|
|
||||||
|
|
||||||
if withkey
|
|
||||||
for d in vecd
|
|
||||||
name = d[:name]
|
|
||||||
_text = d[:text]
|
|
||||||
text *= "$name> $_text \n"
|
|
||||||
end
|
|
||||||
else
|
|
||||||
for d in vecd
|
|
||||||
for (k, v) in d
|
|
||||||
text *= "$v \n"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
return text
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
function eventdict(;
|
|
||||||
event_description::Union{String, Nothing}=nothing,
|
|
||||||
timestamp::Union{DateTime, Nothing}=nothing,
|
|
||||||
subject::Union{String, Nothing}=nothing,
|
|
||||||
action_or_dialogue::Union{String, Nothing}=nothing,
|
|
||||||
location::Union{String, Nothing}=nothing,
|
|
||||||
equipment_used::Union{String, Nothing}=nothing,
|
|
||||||
material_used::Union{String, Nothing}=nothing,
|
|
||||||
outcome::Union{String, Nothing}=nothing,
|
|
||||||
note::Union{String, Nothing}=nothing,
|
|
||||||
)
|
|
||||||
return Dict{Symbol, Any}(
|
|
||||||
:event_description=> event_description,
|
|
||||||
:timestamp=> timestamp,
|
|
||||||
:subject=> subject,
|
|
||||||
:action_or_dialogue=> action_or_dialogue,
|
|
||||||
:location=> location,
|
|
||||||
:equipment_used=> equipment_used,
|
|
||||||
:material_used=> material_used,
|
|
||||||
:outcome=> outcome,
|
|
||||||
:note=> note,
|
|
||||||
)
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
noise(n::Integer) = String(rand('a':'z', n))
|
|
||||||
function noises(totalword::Integer, wordlength::Integer)
|
|
||||||
noises = ""
|
|
||||||
for i in 1:totalword
|
|
||||||
noises *= noise(wordlength) * " "
|
|
||||||
end
|
|
||||||
noises = strip(noises)
|
|
||||||
return noises
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
# """ Convert a single chat dictionary into LLM model instruct format.
|
|
||||||
|
|
||||||
# # Llama 3 instruct format example
|
|
||||||
# <|system|>
|
|
||||||
# You are a helpful AI assistant.<|end|>
|
|
||||||
# <|user|>
|
|
||||||
# I am going to Paris, what should I see?<|end|>
|
|
||||||
# <|assistant|>
|
|
||||||
# Paris, the capital of France, is known for its stunning architecture, art museums."<|end|>
|
|
||||||
# <|user|>
|
|
||||||
# What is so great about #1?<|end|>
|
|
||||||
# <|assistant|>
|
|
||||||
|
|
||||||
|
|
||||||
# # Arguments
|
|
||||||
# - `name::T`
|
|
||||||
# message owner name e.f. "system", "user" or "assistant"
|
|
||||||
# - `text::T`
|
|
||||||
|
|
||||||
# # Return
|
|
||||||
# - `formattedtext::String`
|
|
||||||
# text formatted to model format
|
|
||||||
|
|
||||||
# # Example
|
|
||||||
# ```jldoctest
|
|
||||||
# julia> using Revise
|
|
||||||
# julia> using YiemAgent
|
|
||||||
# julia> d = Dict(:name=> "system",:text=> "You are a helpful, respectful and honest assistant.",)
|
|
||||||
# julia> formattedtext = YiemAgent.formatLLMtext_phi3instruct(d[:name], d[:text])
|
|
||||||
|
|
||||||
# ```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
# """
|
|
||||||
# function formatLLMtext_phi3instruct(name::T, text::T) where {T<:AbstractString}
|
|
||||||
# formattedtext =
|
|
||||||
# """
|
|
||||||
# <|$name|>
|
|
||||||
# $text<|end|>\n
|
|
||||||
# """
|
|
||||||
|
|
||||||
# return formattedtext
|
|
||||||
# end
|
|
||||||
|
|
||||||
|
|
||||||
# """ Convert a single chat dictionary into LLM model instruct format.
|
|
||||||
|
|
||||||
# # Llama 3 instruct format example
|
|
||||||
# <|begin_of_text|>
|
|
||||||
# <|start_header_id|>system<|end_header_id|>
|
|
||||||
# You are a helpful assistant.
|
|
||||||
# <|eot_id|>
|
|
||||||
# <|start_header_id|>user<|end_header_id|>
|
|
||||||
# Get me an icecream.
|
|
||||||
# <|eot_id|>
|
|
||||||
# <|start_header_id|>assistant<|end_header_id|>
|
|
||||||
# Go buy it yourself at 7-11.
|
|
||||||
# <|eot_id|>
|
|
||||||
|
|
||||||
# # Arguments
|
|
||||||
# - `name::T`
|
|
||||||
# message owner name e.f. "system", "user" or "assistant"
|
|
||||||
# - `text::T`
|
|
||||||
|
|
||||||
# # Return
|
|
||||||
# - `formattedtext::String`
|
|
||||||
# text formatted to model format
|
|
||||||
|
|
||||||
# # Example
|
|
||||||
# ```jldoctest
|
|
||||||
# julia> using Revise
|
|
||||||
# julia> using YiemAgent
|
|
||||||
# julia> d = Dict(:name=> "system",:text=> "You are a helpful, respectful and honest assistant.",)
|
|
||||||
# julia> formattedtext = YiemAgent.formatLLMtext_llama3instruct(d[:name], d[:text])
|
|
||||||
# "<|begin_of_text|>\n <|start_header_id|>system<|end_header_id|>\n You are a helpful, respectful and honest assistant.\n <|eot_id|>\n"
|
|
||||||
# ```
|
|
||||||
|
|
||||||
# Signature
|
|
||||||
# """
|
|
||||||
# function formatLLMtext_llama3instruct(name::T, text::T) where {T<:AbstractString}
|
|
||||||
# formattedtext =
|
|
||||||
# if name == "system"
|
|
||||||
# """
|
|
||||||
# <|begin_of_text|>
|
|
||||||
# <|start_header_id|>$name<|end_header_id|>
|
|
||||||
# $text
|
|
||||||
# <|eot_id|>
|
|
||||||
# """
|
|
||||||
# else
|
|
||||||
# """
|
|
||||||
# <|start_header_id|>$name<|end_header_id|>
|
|
||||||
# $text
|
|
||||||
# <|eot_id|>
|
|
||||||
# """
|
|
||||||
# end
|
|
||||||
|
|
||||||
# return formattedtext
|
|
||||||
# end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# """ Convert a chat messages in vector of dictionary into LLM model instruct format.
|
|
||||||
|
|
||||||
# # Arguments
|
|
||||||
# - `messages::Vector{Dict{Symbol, T}}`
|
|
||||||
# message owner name e.f. "system", "user" or "assistant"
|
|
||||||
# - `formatname::T`
|
|
||||||
# format name to be used
|
|
||||||
|
|
||||||
# # Return
|
|
||||||
# - `formattedtext::String`
|
|
||||||
# text formatted to model format
|
|
||||||
|
|
||||||
# # Example
|
|
||||||
# ```jldoctest
|
|
||||||
# julia> using Revise
|
|
||||||
# julia> using YiemAgent
|
|
||||||
# julia> chatmessage = [
|
|
||||||
# Dict(:name=> "system",:text=> "You are a helpful, respectful and honest assistant.",),
|
|
||||||
# Dict(:name=> "user",:text=> "list me all planets in our solar system.",),
|
|
||||||
# Dict(:name=> "assistant",:text=> "I'm sorry. I don't know. You tell me.",),
|
|
||||||
# ]
|
|
||||||
# julia> formattedtext = YiemAgent.formatLLMtext(chatmessage, "llama3instruct")
|
|
||||||
# "<|begin_of_text|>\n <|start_header_id|>system<|end_header_id|>\n You are a helpful, respectful and honest assistant.\n <|eot_id|>\n <|start_header_id|>user<|end_header_id|>\n list me all planets in our solar system.\n <|eot_id|>\n <|start_header_id|>assistant<|end_header_id|>\n I'm sorry. I don't know. You tell me.\n <|eot_id|>\n"
|
|
||||||
# ```
|
|
||||||
|
|
||||||
# # Signature
|
|
||||||
# """
|
|
||||||
# function formatLLMtext(messages::Vector{Dict{Symbol, T}},
|
|
||||||
# formatname::String="llama3instruct") where {T<:Any}
|
|
||||||
# f = if formatname == "llama3instruct"
|
|
||||||
# formatLLMtext_llama3instruct
|
|
||||||
# elseif formatname == "mistral"
|
|
||||||
# # not define yet
|
|
||||||
# elseif formatname == "phi3instruct"
|
|
||||||
# formatLLMtext_phi3instruct
|
|
||||||
# else
|
|
||||||
# error("$formatname template not define yet")
|
|
||||||
# end
|
|
||||||
|
|
||||||
# str = ""
|
|
||||||
# for t in messages
|
|
||||||
# str *= f(t[:name], t[:text])
|
|
||||||
# end
|
|
||||||
|
|
||||||
# # add <|assistant|> so that the model don't generate it and I don't need to clean it up later
|
|
||||||
# if formatname == "phi3instruct"
|
|
||||||
# str *= "<|assistant|>\n"
|
|
||||||
# end
|
|
||||||
|
|
||||||
# return str
|
|
||||||
# end
|
|
||||||
|
|
||||||
|
|
||||||
# """
|
|
||||||
|
|
||||||
# Arguments\n
|
|
||||||
# -----
|
|
||||||
|
|
||||||
# Return\n
|
|
||||||
# -----
|
|
||||||
|
|
||||||
# Example\n
|
|
||||||
# -----
|
|
||||||
# ```jldoctest
|
|
||||||
# julia>
|
|
||||||
# ```
|
|
||||||
|
|
||||||
# TODO\n
|
|
||||||
# -----
|
|
||||||
# [] update docstring
|
|
||||||
# [PENDING] implement the function
|
|
||||||
|
|
||||||
# Signature\n
|
|
||||||
# -----
|
|
||||||
# """
|
|
||||||
# function iterativeprompting(a::T, prompt::String, verification::Function) where {T<:agent}
|
|
||||||
# msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
# a.config[:externalService][:text2textinstruct],
|
|
||||||
# senderName= "iterativeprompting",
|
|
||||||
# senderId= a.id,
|
|
||||||
# receiverName= "text2textinstruct",
|
|
||||||
# )
|
|
||||||
|
|
||||||
# outgoingMsg = Dict(
|
|
||||||
# :msgMeta=> msgMeta,
|
|
||||||
# :payload=> Dict(
|
|
||||||
# :text=> prompt,
|
|
||||||
# )
|
|
||||||
# )
|
|
||||||
|
|
||||||
# success = nothing
|
|
||||||
# result = nothing
|
|
||||||
# critique = ""
|
|
||||||
|
|
||||||
# # iteration loop
|
|
||||||
# while true
|
|
||||||
# # send prompt to LLM
|
|
||||||
# response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
|
||||||
# error("--> iterativeprompting")
|
|
||||||
# # check for correctness and get feedback
|
|
||||||
# success, _critique = verification(response)
|
|
||||||
|
|
||||||
# if success
|
|
||||||
# result = response
|
|
||||||
# break
|
|
||||||
# else
|
|
||||||
# # add critique to prompt
|
|
||||||
# critique *= _critique * "\n"
|
|
||||||
# replace!(prompt, "Critique: ..." => "Critique: $critique")
|
|
||||||
# end
|
|
||||||
# end
|
|
||||||
|
|
||||||
# return (success=success, result=result)
|
|
||||||
# end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
end # module util
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
using GeneralUtils
|
|
||||||
|
|
||||||
response = "trajectory_evaluation:\nThe trajectory is correct so far. The thought accurately reflects the user's question, and the action taken is a valid attempt to retrieve data from the database that matches the specified criteria.\n\nanswer_evaluation:\nThe observation provides information about two red wines from Bordeaux rive droite in France, which partially answers the question. However, it does not provide a complete answer as it only lists the wine names and characteristics, but does not explicitly state whether there are any other wines that match the criteria.\n\naccepted_as_answer: No\n\nscore: 6\nThe trajectory is mostly correct, but the observation does not fully address the question.\n\nsuggestion: Consider adding more filters or parameters to the database query to retrieve a complete list of wines that match the specified criteria."
|
|
||||||
|
|
||||||
responsedict = GeneralUtils.textToDict(response,
|
|
||||||
["trajectory_evaluation", "answer_evaluation", "accepted_as_answer", "score", "suggestion"],
|
|
||||||
rightmarker=":", symbolkey=true)
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,159 +0,0 @@
|
|||||||
using Revise
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, DataStructures
|
|
||||||
|
|
||||||
thoughtDict = OrderedDict(
|
|
||||||
:Question=> "Hello, I would like a get a bottle of wine",
|
|
||||||
:Thought_1=> "The customer wants to buy a bottle of wine, but we need more information about their preferences.",
|
|
||||||
:Action_1=> Dict(
|
|
||||||
:name=> "chatbox",
|
|
||||||
:input=> "What occasion are you buying the wine for?",
|
|
||||||
),
|
|
||||||
:Observation_1=> "We are having a wedding pary this weekend.",
|
|
||||||
|
|
||||||
:Thought_2=> "A wedding party is a great occasion to have a good bottle of wine.",
|
|
||||||
:Action_2=> Dict(
|
|
||||||
:name=> "chatbox",
|
|
||||||
:input=> "What type of food will you be serving with the wine?",
|
|
||||||
),
|
|
||||||
:Observation_2=> "I think it is Thai dishes",
|
|
||||||
|
|
||||||
:Thought_3=> "Now that I know the occasion and food, I need to ask about the budget.",
|
|
||||||
:Action_3=> Dict(
|
|
||||||
:name=> "chatbox",
|
|
||||||
:input=> "What is your budget for this wine?",
|
|
||||||
),
|
|
||||||
:Observation_3=> "50 bucks",
|
|
||||||
|
|
||||||
:Thought_4=> "With a budget of \$50, we have a wide range of options. Now that I know it's a wedding party and Thai dishes, I need to ask about the type of wine they prefer.",
|
|
||||||
:Action_4=> Dict(
|
|
||||||
:name=> "chatbox",
|
|
||||||
:input=> "What type of wine are you looking for? (Red, White, Sparkling, Rose, Dessert, Fortified)",
|
|
||||||
),
|
|
||||||
:Observation_4=> "Sparkling please.",
|
|
||||||
|
|
||||||
:Thought_5=> "Now that I know the occasion, food, budget and preferred type of wine, it's time to check our inventory for the best matching wine.",
|
|
||||||
:Action_5=> Dict(
|
|
||||||
:name=> "winestock",
|
|
||||||
:input=> "wine with budget \$50, Thai dishes, sparkling, wedding party",
|
|
||||||
),
|
|
||||||
:Observation_5=> "I found the following wine in stock {1 : Zena Crown Vista, 2 : Schrader Cabernet Sauvignon}",
|
|
||||||
|
|
||||||
:Thought_6=> "Now that I have all the information, it's time to recommend a wine that fits their preferences.",
|
|
||||||
:Action_6=> Dict(
|
|
||||||
:name=> "recommendation",
|
|
||||||
:input=> "I recommend Zena Crown Vista for its sparkling and affordable price.",
|
|
||||||
),
|
|
||||||
:Observation_6=> "I don't like it. Do you have another option?",
|
|
||||||
)
|
|
||||||
|
|
||||||
_thoughtJsonStr = JSON3.write(thoughtDict)
|
|
||||||
thoughtJsonStr = _thoughtJsonStr[1:end-1] # remove } at the end
|
|
||||||
# @show thoughtJsonStr
|
|
||||||
|
|
||||||
_, latestThoughtIndice = GeneralUtils.findHighestIndexKey(thoughtDict, "Thought")
|
|
||||||
nextThoughtIndice = latestThoughtIndice + 1
|
|
||||||
|
|
||||||
_prompt =
|
|
||||||
"""
|
|
||||||
You are a helpful sommelier working for a wine store.
|
|
||||||
Your goal is to reccommend the best wine from your inventory that match the user preferences.
|
|
||||||
|
|
||||||
You must follow the following criteria:
|
|
||||||
1) Get to know what occasion the user is buying wine for
|
|
||||||
2) Get to know what food the user will have with wine
|
|
||||||
3) Get to know how much the user willing to spend
|
|
||||||
4) Get to know type of wine the user is looking for e.g. Red, White, Sparkling, Rose, Dessert, Fortified
|
|
||||||
5) Get to know what characteristics of wine the user is looking for
|
|
||||||
e.g. tannin, sweetness, intensity, acidity
|
|
||||||
6) Check your inventory for the best wine that match the user preference
|
|
||||||
7) Recommend wine to the user
|
|
||||||
|
|
||||||
You should only respond with interleaving Thought, Action, Observation steps.
|
|
||||||
Thought can reason about the current situation, and Action can be three types:
|
|
||||||
1) winestock[query], which you can use to find wine in your inventory. The more input data the better.
|
|
||||||
2) chatbox[text], which you can use to interact with the user.
|
|
||||||
3) recommendation[answer], which returns your wine reccommendation to the user.
|
|
||||||
|
|
||||||
You should only respond in JSON format as describe below:
|
|
||||||
{
|
|
||||||
"Thought": "your reasoning",
|
|
||||||
"Action": {"name": "action to take", "input": "Action input"},
|
|
||||||
"Observation": "result of the action"
|
|
||||||
}
|
|
||||||
|
|
||||||
Here are some examples:
|
|
||||||
{
|
|
||||||
"Question": "I would like to buy a sedan with 8 seats.",
|
|
||||||
"Thought_1": "Our showroom carries various vehicle model. But I'm not sure whether we have a models that fits the user demand, I need to check our inventory.",
|
|
||||||
"Action_1": {"name": "inventory", "input": "sedan with 8 seats."},
|
|
||||||
"Observation_1": "Several model has 8 seats. Available color are black, red green"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"Thought_2": "I have to ask the user what color he likes.",
|
|
||||||
"Action_2": {"name": "chatbox", "input": "Which color do you like?"}
|
|
||||||
"Observation_2": "I'll take black."
|
|
||||||
}
|
|
||||||
{
|
|
||||||
"Thought_3": "There is only one model that fits the user preference. It's Yiem model A",
|
|
||||||
"Action_3": {"name": "recommendation", "input": "I recommend a Yiem model A"}
|
|
||||||
}
|
|
||||||
|
|
||||||
Let's begin!
|
|
||||||
|
|
||||||
$(JSON3.write(thoughtDict))
|
|
||||||
{Thought_$nextThoughtIndice
|
|
||||||
"""
|
|
||||||
|
|
||||||
prompt = YiemAgent.formatLLMtext_llama3instruct("system", _prompt)
|
|
||||||
@show prompt
|
|
||||||
msgMeta = Dict(:requestResponse => nothing,
|
|
||||||
:msgPurpose => nothing,
|
|
||||||
:receiverId => nothing,
|
|
||||||
:getPost => nothing,
|
|
||||||
:msgId => "4c7111e0-c30e-44c3-8f85-1c8b3f03a8be",
|
|
||||||
:acknowledgestatus => nothing,
|
|
||||||
:replyToMsgId => nothing,
|
|
||||||
:msgFormatVersion => nothing,
|
|
||||||
:mqttServerInfo => Dict(:port => 1883, :broker => "mqtt.yiem.cc"),
|
|
||||||
:sendTopic => "/loadbalancer/requestingservice",
|
|
||||||
:receiverName => "text2textinstruct",
|
|
||||||
:replyTopic => nothing,
|
|
||||||
:senderName => "decisionMaker",
|
|
||||||
:senderSelfnote => nothing,
|
|
||||||
:senderId => "testingSessionID",
|
|
||||||
:timeStamp => "2024-05-04T08:06:23.561"
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
|
||||||
thoughtJsonStr = _response[:response][:text]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,87 +0,0 @@
|
|||||||
using Revise # remove when this package is completed
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, MQTTClient, Dates, UUIDs, DataStructures
|
|
||||||
using Base.Threads
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
config = copy(JSON3.read("config.json"))
|
|
||||||
|
|
||||||
instanceInternalTopic = config[:serviceInternalTopic][:mqtttopic] * "/1"
|
|
||||||
|
|
||||||
client, connection = MakeConnection(config[:mqttServerInfo][:broker],
|
|
||||||
config[:mqttServerInfo][:port])
|
|
||||||
|
|
||||||
receiveUserMsgChannel = Channel{Dict}(4)
|
|
||||||
receiveInternalMsgChannel = Channel{Dict}(4)
|
|
||||||
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
"N/A",
|
|
||||||
replyTopic = config[:servicetopic][:mqtttopic] # ask frontend reply to this instance_chat_topic
|
|
||||||
)
|
|
||||||
|
|
||||||
agentConfig = Dict(
|
|
||||||
:mqttServerInfo=> config[:mqttServerInfo],
|
|
||||||
:receivemsg=> Dict(
|
|
||||||
:prompt=> config[:servicetopic][:mqtttopic], # topic to receive prompt i.e. frontend send msg to this topic
|
|
||||||
:internal=> instanceInternalTopic,
|
|
||||||
),
|
|
||||||
:externalservice=> config[:externalservice],
|
|
||||||
)
|
|
||||||
|
|
||||||
# Instantiate an agent
|
|
||||||
tools=Dict( # update input format
|
|
||||||
"askbox"=> Dict(
|
|
||||||
:description => "<askbox tool description>Useful for when you need to ask the user for more context. Do not ask the user their own question.</askbox tool description>",
|
|
||||||
:input => """<input>Input is a text in JSON format.</input><input example>{\"Q1\": \"How are you doing?\", \"Q2\": \"How may I help you?\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
# "winestock"=> Dict(
|
|
||||||
# :description => "<winestock tool description>A handy tool for searching wine in your inventory that match the user preferences.</winestock tool description>",
|
|
||||||
# :input => """<input>Input is a JSON-formatted string that contains a detailed and precise search query.</input><input example>{\"wine type\": \"rose\", \"price\": \"max 35\", \"sweetness level\": \"sweet\", \"intensity level\": \"light bodied\", \"Tannin level\": \"low\", \"Acidity level\": \"low\"}</input example>""",
|
|
||||||
# :output => """<output>Output are wines that match the search query in JSON format.""",
|
|
||||||
# :func => ChatAgent.winestock,
|
|
||||||
# ),
|
|
||||||
"finalanswer"=> Dict(
|
|
||||||
:description => "<tool description>Useful for when you are ready to recommend wines to the user.</tool description>",
|
|
||||||
:input => """<input format>{\"finalanswer\": \"some text\"}.</input format><input example>{\"finalanswer\": \"I recommend Zena Crown Vista\"}</input example>""",
|
|
||||||
:output => "" ,
|
|
||||||
:func => nothing,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
|
|
||||||
a = YiemAgent.sommelier(
|
|
||||||
receiveUserMsgChannel,
|
|
||||||
receiveInternalMsgChannel,
|
|
||||||
agentConfig,
|
|
||||||
name= "assistant",
|
|
||||||
id= "testingSessionID", # agent instance id
|
|
||||||
tools=tools,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
input =
|
|
||||||
OrderedDict{Symbol, Any}(:question => "Hello, I would like a get a bottle of wine", :thought_1 => "It's great that the user is looking for a bottle of wine. To give them a personalized recommendation, I need to know more about their preferences.", :action_1 => Dict{Symbol, Any}(:name => "chatbox", :input => "What occasion are you planning to use this wine for?"), :observation_1 => "We are holding a wedding party", :thought_2 => "A wedding party is a great occasion for a special bottle of wine. I need to know what type of food will be served, and how much the user is willing to spend.", :action_2 => Dict{Symbol, Any}(:name => "chatbox", :input => "What type of food will you be serving at the wedding?"), :observation_2 => "It will be Thai dishes.", :thought_3 => "The type of wine that pairs well with Thai dishes is usually a crisp and refreshing white wine, but I also need to consider the budget and personal preferences.", :action_3 => Dict{Symbol, Any}(:name => "chatbox", :input => "How much are you willing to spend on this bottle of wine?"), :observation_3 => "I would spend up to 50 bucks.", :thought_4 => "I have a good idea of the occasion, food, and budget. Now I need to know what type of wine the user is looking for.", :action_4 => Dict{Symbol, Any}(:name => "chatbox", :input => "What type of wine are you usually looking for? Red, White, Sparkling, Rose, Dessert or Fortified?"), :observation_4 => "I like full-bodied Red wine with low tannin.", :thought_5 => "Now that I have all the necessary information, I can start searching for a suitable wine in our inventory.", :action_5 => Dict{Symbol, Any}(:name => "winestock", :input => "red wine with low tannins"), :observation_5 => "I found the following wines in our stock: \n{\n 1: El Enemigo Cabernet Franc 2019\n2: Tantara Chardonnay 2017\n\n}\n", :thought_6 => "Now that I have the information about the wine, it's time to make a recommendation.", :action_6 => Dict{Symbol, Any}(:name => "recommendbox", :input => "El Enemigo Cabernet Franc 2019"), :observation_6 => "I don't like the one you recommend. I want dry wine.")
|
|
||||||
|
|
||||||
|
|
||||||
result = YiemAgent.jsoncorrection(a, input)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,119 +0,0 @@
|
|||||||
using Revise
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, DataStructures, LibPQ
|
|
||||||
using SQLLLM
|
|
||||||
|
|
||||||
|
|
||||||
# _prompt =
|
|
||||||
# """
|
|
||||||
# You are a helpful assistant.
|
|
||||||
# answer the following question:
|
|
||||||
# From the following CSV text:
|
|
||||||
# "{\"tabledescription\":[\"The customer table stores information about customers. It includes details such as first name, last name, display name, username, password, gender, country, telephone number, email, birthdate, additional_search_term, other attributes (in JSON format) and a description.\",\"The wine table stores information about different wines. It includes details namely id, name, brand, manufacturer, region, country, wine_type, grape_variety, serving_temperature, intensity, sweetness, tannin, acidity, fizziness, additional_search_term, other attributes (in JSON format) and a description.\",\"The wine_food table represents the association between wines and food items. It estab" ⋯ 477 bytes ⋯ "ed to retailer names, usernames, passwords, addresses, contact persons, telephone numbers, email addresses, additional_search_term, other attributes (in JSON format) and a description.\",\"The retailer_wine table represents the relationship between retailers and wines. It stores information about the wines available from which retailers, including vintage, their price, and the currency.\",\"The retailer_food table represents the relationship between retailers and food items. It stores information about the food items available from which retailers, including their price and the currency.\"],\"tablename\":[\"customer\",\"wine\",\"wine_food\",\"food\",\"retailer\",\"retailer_wine\",\"retailer_food\"]}"
|
|
||||||
# What is the description of table wine?
|
|
||||||
# """
|
|
||||||
|
|
||||||
# prompt = YiemAgent.formatLLMtext_llama3instruct("system", _prompt)
|
|
||||||
# @show prompt
|
|
||||||
# msgMeta = Dict(:requestResponse => nothing,
|
|
||||||
# :msgPurpose => nothing,
|
|
||||||
# :receiverId => nothing,
|
|
||||||
# :getPost => nothing,
|
|
||||||
# :msgId => "4c7111e0-c30e-44c3-8f85-1c8b3f03a8be",
|
|
||||||
# :acknowledgestatus => nothing,
|
|
||||||
# :replyToMsgId => nothing,
|
|
||||||
# :msgFormatVersion => nothing,
|
|
||||||
# :mqttServerInfo => Dict(:port => 1883, :broker => "mqtt.yiem.cc"),
|
|
||||||
# :sendTopic => "/loadbalancer/requestingservice",
|
|
||||||
# :receiverName => "text2textinstruct",
|
|
||||||
# :replyTopic => nothing,
|
|
||||||
# :senderName => "decisionMaker",
|
|
||||||
# :senderSelfnote => nothing,
|
|
||||||
# :senderId => "testingSessionID",
|
|
||||||
# :timeStamp => "2024-05-04T08:06:23.561"
|
|
||||||
# )
|
|
||||||
|
|
||||||
# outgoingMsg = Dict(
|
|
||||||
# :msgMeta=> msgMeta,
|
|
||||||
# :payload=> Dict(
|
|
||||||
# :text=> prompt,
|
|
||||||
# )
|
|
||||||
# )
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# _response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
|
||||||
# result = _response[:response][:text]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DBconnection = LibPQ.Connection("host=192.168.88.12 port=5432 dbname=yiem_wine_assistant user=yiem password=yiem@Postgres_0.0")
|
|
||||||
|
|
||||||
tableinfo, df1, df2, df3 = SQLLLM.tableinfo(DBconnection, "wine")
|
|
||||||
|
|
||||||
|
|
||||||
_prompt =
|
|
||||||
"""
|
|
||||||
You are a helpful assistant helping to answer user question from a database table.
|
|
||||||
|
|
||||||
$tableinfo
|
|
||||||
|
|
||||||
Are there any chardonnay?
|
|
||||||
"""
|
|
||||||
|
|
||||||
prompt = YiemAgent.formatLLMtext_llama3instruct("system", _prompt)
|
|
||||||
@show prompt
|
|
||||||
msgMeta = Dict(:requestResponse => nothing,
|
|
||||||
:msgPurpose => nothing,
|
|
||||||
:receiverId => nothing,
|
|
||||||
:getPost => nothing,
|
|
||||||
:msgId => "4c7111e0-c30e-44c3-8f85-1c8b3f03a8be",
|
|
||||||
:acknowledgestatus => nothing,
|
|
||||||
:replyToMsgId => nothing,
|
|
||||||
:msgFormatVersion => nothing,
|
|
||||||
:mqttServerInfo => Dict(:port => 1883, :broker => "mqtt.yiem.cc"),
|
|
||||||
:sendTopic => "/loadbalancer/requestingservice",
|
|
||||||
:receiverName => "text2textinstruct",
|
|
||||||
:replyTopic => nothing,
|
|
||||||
:senderName => "decisionMaker",
|
|
||||||
:senderSelfnote => nothing,
|
|
||||||
:senderId => "testingSessionID",
|
|
||||||
:timeStamp => "2024-05-04T08:06:23.561"
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
|
||||||
result2 = _response[:response][:text]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,288 +0,0 @@
|
|||||||
using Revise # remove when this package is completed
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, MQTTClient, Dates, UUIDs, LibPQ, Base64, DataFrames
|
|
||||||
using Base.Threads
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
config = copy(JSON3.read("config.json"))
|
|
||||||
|
|
||||||
# instanceInternalTopic = config[:serviceInternalTopic][:mqtttopic] * "/1"
|
|
||||||
|
|
||||||
# client, connection = MakeConnection(config[:mqttServerInfo][:broker],
|
|
||||||
# config[:mqttServerInfo][:port])
|
|
||||||
|
|
||||||
receiveUserMsgChannel = Channel{Dict}(4)
|
|
||||||
# receiveInternalMsgChannel = Channel{Dict}(4)
|
|
||||||
# println(typeof(connection))
|
|
||||||
# msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
# "N/A",
|
|
||||||
# replyTopic = config[:servicetopic][:mqtttopic] # ask frontend reply to this instance_chat_topic
|
|
||||||
# )
|
|
||||||
|
|
||||||
function executeSQL(sql::T) where {T<:AbstractString}
|
|
||||||
DBconnection = LibPQ.Connection("host=192.168.88.12 port=5432 dbname=yiem_wine_assistant user=yiem password=yiem@Postgres_0.0")
|
|
||||||
result = LibPQ.execute(DBconnection, sql)
|
|
||||||
close(DBconnection)
|
|
||||||
return result
|
|
||||||
end
|
|
||||||
|
|
||||||
function text2textInstructLLM(prompt::String)
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
config[:externalservice][:text2textinstruct][:mqtttopic];
|
|
||||||
msgPurpose= "inference",
|
|
||||||
senderName= "yiemagent",
|
|
||||||
senderId= string(uuid4()),
|
|
||||||
receiverName= "text2textinstruct",
|
|
||||||
mqttBrokerAddress= config[:mqttServerInfo][:broker],
|
|
||||||
mqttBrokerPort= config[:mqttServerInfo][:port],
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> prompt,
|
|
||||||
:kwargs=> Dict(
|
|
||||||
:max_tokens=> 2048,
|
|
||||||
:stop=> ["<|eot_id|>"],
|
|
||||||
:temperature=> 0.2,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
_response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=120)
|
|
||||||
response = _response[:response][:text]
|
|
||||||
|
|
||||||
return response
|
|
||||||
end
|
|
||||||
|
|
||||||
function executeSQLVectorDB(sql)
|
|
||||||
DBconnection = LibPQ.Connection("host=192.168.88.12 port=5433 dbname=SQLVectorDB user=yiemtechnologies@gmail.com password=yiem@Postgres_0.0")
|
|
||||||
result = LibPQ.execute(DBconnection, sql)
|
|
||||||
close(DBconnection)
|
|
||||||
return result
|
|
||||||
end
|
|
||||||
|
|
||||||
function addSQLVectorDB(state)
|
|
||||||
# get embedding of the query
|
|
||||||
query = [state[:thoughtHistory][:question]]
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
config[:externalservice][:text2textinstruct][:mqtttopic];
|
|
||||||
msgPurpose= "embedding",
|
|
||||||
senderName= "yiemagent",
|
|
||||||
senderId= string(uuid4()),
|
|
||||||
receiverName= "text2textinstruct",
|
|
||||||
mqttBrokerAddress= config[:mqttServerInfo][:broker],
|
|
||||||
mqttBrokerPort= config[:mqttServerInfo][:port],
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> query
|
|
||||||
)
|
|
||||||
)
|
|
||||||
response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
|
||||||
embedding = response[:response][:embeddings][1]
|
|
||||||
|
|
||||||
# check whether there is close enough vector already store in vectorDB. if no, add, else skip
|
|
||||||
sql =
|
|
||||||
"""
|
|
||||||
SELECT *, embedding <-> '$embedding' as distance
|
|
||||||
FROM sql_statement_repository
|
|
||||||
ORDER BY distance LIMIT 1;
|
|
||||||
"""
|
|
||||||
response = executeSQLVectorDB(sql)
|
|
||||||
df = DataFrame(response)
|
|
||||||
row, col = size(df)
|
|
||||||
distance = row == 0 ? Inf : df[1, :distance]
|
|
||||||
if row == 0 || distance > 10 # no close enough SQL stored in the database
|
|
||||||
latestKey, _ = GeneralUtils.findHighestIndexKey(state[:thoughtHistory], :action_input)
|
|
||||||
_sqlStatement = state[:thoughtHistory][latestKey]
|
|
||||||
if occursin("SELECT", _sqlStatement) # make sure it is an SQL statement before adding into DB
|
|
||||||
sqlStatementBase64 = base64encode(_sqlStatement)
|
|
||||||
sqlStatement = replace(_sqlStatement, "'"=>"")
|
|
||||||
sql =
|
|
||||||
"""
|
|
||||||
INSERT INTO sql_statement_repository (question, sql_statement, sql_statement_base64, embedding) VALUES ('$query', '$sqlStatement', '$sqlStatementBase64', '$embedding');
|
|
||||||
"""
|
|
||||||
_ = executeSQLVectorDB(sql)
|
|
||||||
println("--> added new SQL statement to vectorDB ", @__FILE__, " ", @__LINE__)
|
|
||||||
println(sqlStatement)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function querySQLVectorDB(state)
|
|
||||||
|
|
||||||
# provide similarSQL at the first time thinking only
|
|
||||||
latestKey, _ = GeneralUtils.findHighestIndexKey(state[:thoughtHistory], :action_input)
|
|
||||||
if latestKey === nothing
|
|
||||||
# get embedding of the query
|
|
||||||
query = [state[:thoughtHistory][:question]]
|
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
|
||||||
config[:externalservice][:text2textinstruct][:mqtttopic];
|
|
||||||
msgPurpose= "embedding",
|
|
||||||
senderName= "yiemagent",
|
|
||||||
senderId= string(uuid4()),
|
|
||||||
receiverName= "text2textinstruct",
|
|
||||||
mqttBrokerAddress= config[:mqttServerInfo][:broker],
|
|
||||||
mqttBrokerPort= config[:mqttServerInfo][:port],
|
|
||||||
)
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> query
|
|
||||||
)
|
|
||||||
)
|
|
||||||
response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
|
||||||
embedding = response[:response][:embeddings][1]
|
|
||||||
|
|
||||||
# check whether there is close enough vector already store in vectorDB. if no, add, else skip
|
|
||||||
sql =
|
|
||||||
"""
|
|
||||||
SELECT *, embedding <-> '$embedding' as distance
|
|
||||||
FROM sql_statement_repository
|
|
||||||
ORDER BY distance LIMIT 1;
|
|
||||||
"""
|
|
||||||
response = executeSQLVectorDB(sql)
|
|
||||||
df = DataFrame(response)
|
|
||||||
row, col = size(df)
|
|
||||||
distance = row == 0 ? Inf : df[1, :distance]
|
|
||||||
if row != 0 && distance < 100
|
|
||||||
# if there is usable SQL, return it.
|
|
||||||
sqlStatementBase64 = df[1, :sql_statement_base64]
|
|
||||||
sqlStatement = String(base64decode(sqlStatementBase64))
|
|
||||||
println("--> getting SQL statement from vectorDB ", @__FILE__, " ", @__LINE__)
|
|
||||||
println(sqlStatement)
|
|
||||||
return sqlStatement
|
|
||||||
else
|
|
||||||
return nothing
|
|
||||||
end
|
|
||||||
end
|
|
||||||
return nothing
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
# Instantiate an agent
|
|
||||||
a = YiemAgent.sommelier(
|
|
||||||
text2textInstructLLM,
|
|
||||||
executeSQL,
|
|
||||||
querySQLVectorDB,
|
|
||||||
addSQLVectorDB;
|
|
||||||
name= "Jene",
|
|
||||||
id= "tempId", # agent instance id
|
|
||||||
)
|
|
||||||
|
|
||||||
function main()
|
|
||||||
for i in 1:10
|
|
||||||
userinput = ""
|
|
||||||
for i in 1:3
|
|
||||||
if userinput == ""
|
|
||||||
println("")
|
|
||||||
println("--> user input:")
|
|
||||||
userinput = readline()
|
|
||||||
else
|
|
||||||
break
|
|
||||||
end
|
|
||||||
end
|
|
||||||
response = YiemAgent.conversation(a, Dict(:text=> userinput))
|
|
||||||
println("")
|
|
||||||
println("--> assistant response: \n", response)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
main()
|
|
||||||
|
|
||||||
"""
|
|
||||||
I'm joining a graduation party this evening. I want to get a bottle of white wine from the US to celebrate. I'm ok with any price range.
|
|
||||||
Well, the party is small casual with close friends and no food serving.
|
|
||||||
I'm open to suggestion since I have no specific idea.
|
|
||||||
I'm ok with any region.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The input is instructions on how you want the presentation to be conducted.
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
wines =
|
|
||||||
"""
|
|
||||||
Summary: This table contains two wine records, both from the United States, with white wine types, moderate sweetness (2), and high intensity (5).
|
|
||||||
More details: 1) wine_id: add9824f-81b0-47da-a08a-ee20498bc6c8, wine_name: Belle Cote Chardonnay, brand: Peter Michael, manufacturer: Peter Michael, region: Californian, country: United States, wine_type: white, grape_variety: Chardonnay, serving_temperature: 11 to 13 Celsius, intensity: 5, sweetness: 2, tannin: missing, acidity: 3, fizziness: missing, tasting_notes: oak, butter, vanilla, cream, oil, lemon curd, pear, peach, apple
|
|
||||||
2) wine_id: ff9a494c-e916-44c4-9385-1c18b23aa825, wine_name: Ma Belle-Fille Chardonnay, brand: Peter Michael, manufacturer: Peter Michael, region: Californian, country: United States, wine_type: white, grape_variety: Chardonnay, serving_temperature: 11 to 13 Celsius, intensity: 5, sweetness: 2, tannin: missing, acidity: 3, fizziness: missing, tasting_notes: oak, butter, vanilla, cream, banana, cheese, apricot, peach, apple
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# response = YiemAgent.conversation(a, Dict(:text=> "newtopic",) )
|
|
||||||
|
|
||||||
# response = YiemAgent.conversation(a, Dict(:text=> "Hello, I would like a get a bottle of wine."))
|
|
||||||
# println("---> YiemAgent: ", response)
|
|
||||||
|
|
||||||
# response = YiemAgent.conversation(a, Dict(:text=> "I'm having a graduation party this evening. I'll pay at most 30 bucks."))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# # input = "query=\"off dry, medium tannin, French Rosé\""
|
|
||||||
# input = "Search the database for wine type: white, country: France, sweetness level: 1"
|
|
||||||
# YiemAgent.winestock(a, input)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# input = "French dry white wines with medium body"
|
|
||||||
# input = "query=\"medium-bodied dry white wine\""
|
|
||||||
# # input = "the customer is looking for a medium-bodied, dry white wine."
|
|
||||||
# result = YiemAgent.checkinventory(a, input)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
error("test done")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function run_with_timeout(f, args...; timeout=5)
|
|
||||||
result = Ref{Any}()
|
|
||||||
task = Threads.@spawn try
|
|
||||||
result[] = f(args...)
|
|
||||||
catch e
|
|
||||||
println("Task interrupted: ", e)
|
|
||||||
end
|
|
||||||
|
|
||||||
Timer(timeout) do _
|
|
||||||
if !istaskdone(task)
|
|
||||||
schedule(task, InterruptException())
|
|
||||||
println("Task did not complete in time. Aborting.")
|
|
||||||
else
|
|
||||||
println("Task completed within the timeout.")
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
return result[]
|
|
||||||
end
|
|
||||||
|
|
||||||
# Example function that takes arguments and returns a value
|
|
||||||
function example_function(x, y)
|
|
||||||
sleep(10) # Simulate a long-running task
|
|
||||||
return x + y
|
|
||||||
end
|
|
||||||
|
|
||||||
# Example usage
|
|
||||||
result = run_with_timeout(example_function, 3, 4; timeout=5)
|
|
||||||
println("Result: ", result)
|
|
||||||
|
|
||||||
|
|
||||||
a = `$"hello\nworld"`
|
|
||||||
a = $"hello\nworld"
|
|
||||||
|
|
||||||
a = """$("hello\nworld")"""
|
|
||||||
|
|
||||||
@@ -1,192 +0,0 @@
|
|||||||
using Revise
|
|
||||||
using YiemAgent, GeneralUtils, JSON3, DataStructures
|
|
||||||
|
|
||||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
|
||||||
|
|
||||||
msgMeta = Dict(:requestResponse => nothing,
|
|
||||||
:msgPurpose => nothing,
|
|
||||||
:receiverId => nothing,
|
|
||||||
:getPost => nothing,
|
|
||||||
:msgId => "4c7111e0-c30e-44c3-8f85-1c8b3f03a8be",
|
|
||||||
:acknowledgestatus => nothing,
|
|
||||||
:replyToMsgId => "dummyid",
|
|
||||||
:msgFormatVersion => nothing,
|
|
||||||
:mqttServerInfo => Dict(:port => 1883, :broker => "mqtt.yiem.cc"),
|
|
||||||
:sendTopic => "/testingSessionID",
|
|
||||||
:receiverName => "wineassistant",
|
|
||||||
:replyTopic => nothing,
|
|
||||||
:senderName => "test_1",
|
|
||||||
:senderSelfnote => nothing,
|
|
||||||
:senderId => nothing,
|
|
||||||
:timeStamp => "2024-05-04T08:06:23.561"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "We are holding a wedding party",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "It will be Thai dishes.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "I would spend up to 50 bucks.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "I like dry, full-bodied red wine with low tannin.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "What do you have?",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "Dry wine please.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "You did not gave me any choice.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> -1,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "You don't need to ask me. Just tell me already!",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> -1,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "I like dry wine with fruity flavors.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "OK, I'll take it.",
|
|
||||||
:select=> 1,
|
|
||||||
:reward=> 1,
|
|
||||||
:isterminal=> true,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "Yes.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
outgoingMsg = Dict(
|
|
||||||
:msgMeta=> msgMeta,
|
|
||||||
:payload=> Dict(
|
|
||||||
:text=> "I like dry wine with medium acidity.",
|
|
||||||
:select=> nothing,
|
|
||||||
:reward=> 0,
|
|
||||||
:isterminal=> false,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
result = GeneralUtils.sendMqttMsg(outgoingMsg)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
import requests
|
|
||||||
|
|
||||||
# URL of the API endpoint
|
|
||||||
url = 'https://api.yiem.cc/wine/agent/sommelier/prompt/apiv1'
|
|
||||||
|
|
||||||
# Data to be sent in the JSON request
|
|
||||||
data = {
|
|
||||||
'sid': 'dummySID',
|
|
||||||
'txt': 'hello'
|
|
||||||
}
|
|
||||||
|
|
||||||
# Sending the POST request
|
|
||||||
response = requests.post(url, json=data)
|
|
||||||
|
|
||||||
# Displaying the response
|
|
||||||
print('Status Code:', response.status_code)
|
|
||||||
print('Response JSON:', response.json())
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
module interface
|
module interface
|
||||||
|
|
||||||
export addNewMessage, conversation, decisionMaker, evaluator, reflector, generatechat,
|
export addNewMessage, conversation, decisionMaker, evaluator, reflector, generatechat,
|
||||||
generalconversation
|
generalconversation, detectWineryName
|
||||||
|
|
||||||
using JSON3, DataStructures, Dates, UUIDs, HTTP, Random, PrettyPrinting, Serialization
|
using JSON3, DataStructures, Dates, UUIDs, HTTP, Random, PrettyPrinting, Serialization
|
||||||
using GeneralUtils
|
using GeneralUtils
|
||||||
@@ -123,7 +123,6 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
# """
|
# """
|
||||||
# end
|
# end
|
||||||
|
|
||||||
# check vectorDB for similar cached decision. USE combined event T, T-1
|
|
||||||
totalevents = length(a.memory[:events])
|
totalevents = length(a.memory[:events])
|
||||||
ind =
|
ind =
|
||||||
if totalevents > recent
|
if totalevents > recent
|
||||||
@@ -133,8 +132,6 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
1:totalevents
|
1:totalevents
|
||||||
end
|
end
|
||||||
|
|
||||||
chathistory = vectorOfDictToText(a.chathistory)
|
|
||||||
|
|
||||||
timeline = ""
|
timeline = ""
|
||||||
for (i, event) in enumerate(a.memory[:events][ind])
|
for (i, event) in enumerate(a.memory[:events][ind])
|
||||||
if event[:outcome] === nothing
|
if event[:outcome] === nothing
|
||||||
@@ -155,7 +152,7 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
"""
|
"""
|
||||||
Your name is $(a.name). You are a helpful English-speaking assistant, acting as a polite, website-based sommelier for $(a.retailername)'s online store.
|
Your name is $(a.name). You are a helpful English-speaking assistant, acting as a polite, website-based sommelier for $(a.retailername)'s online store.
|
||||||
Your goal includes:
|
Your goal includes:
|
||||||
1) Get to know the user preferences about wine
|
1) Establish a connection with the customer by greeting them warmly
|
||||||
2) Help them select the best wines from your inventory that align with their preferences
|
2) Help them select the best wines from your inventory that align with their preferences
|
||||||
|
|
||||||
Your responsibility includes:
|
Your responsibility includes:
|
||||||
@@ -167,19 +164,20 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
2) Processing sales orders or engaging in any other sales-related activities
|
2) Processing sales orders or engaging in any other sales-related activities
|
||||||
|
|
||||||
At each round of conversation, you will be given the current situation:
|
At each round of conversation, you will be given the current situation:
|
||||||
Your status: your current status
|
|
||||||
Your recent events: latest 5 events of the situation
|
Your recent events: latest 5 events of the situation
|
||||||
Your Q&A: the question and answer you have asked yourself
|
Your Q&A: the question and answer you have asked yourself
|
||||||
|
|
||||||
You must follow the following guidelines:
|
You must follow the following guidelines:
|
||||||
- Generally speaking, your inventory has some wines from France, the United States, Australia, Spain, and Italy, but you won't know which wines your store carries until you check your inventory.
|
- Generally speaking, your inventory has some wines from France, the United States, Australia, Spain, and Italy, but you won't know exactly until you check your inventory.
|
||||||
- All wines in your inventory are always in stock.
|
- All wines in your inventory are always in stock.
|
||||||
- If the user interrupts, prioritize the user
|
- Before checking the inventory, engage in conversation to indirectly investigate the customer's intention, budget and preferences, which will significantly improve inventory search results.
|
||||||
- Do not ask the user about wine's flavor e.g. floral, citrusy, nutty or some thing similar as these terms cannot be used to search the database.
|
- Do not ask the user about wine's flavor e.g. floral, citrusy, nutty or some thing similar as these terms cannot be used to search the database.
|
||||||
- Once the user has selected their wine, ask the user if they need any further assistance. Do not offer any additional services. If the user doesn't need any further assistance, say goodbye and invite them to come back next time.
|
- Once the user has selected their wine, ask the user if they need any further assistance. Do not offer any additional services. If the user doesn't need any further assistance, say goodbye and invite them to come back next time.
|
||||||
|
- Medium and full-bodied red wines should not be paired with spicy foods.
|
||||||
|
|
||||||
You should follow the following guidelines:
|
You should follow the following guidelines:
|
||||||
- Identifying at least four preferences before checking inventory significantly improves search results
|
- When searching an inventory, search as broadly as possible based on the information you have gathered so far.
|
||||||
|
- Encourage the customer to explore different options and try new things.
|
||||||
- Sometimes, the item a user desires might not be available in your inventory. In such cases, inform the user that the item is unavailable and suggest an alternative instead.
|
- Sometimes, the item a user desires might not be available in your inventory. In such cases, inform the user that the item is unavailable and suggest an alternative instead.
|
||||||
|
|
||||||
For your information:
|
For your information:
|
||||||
@@ -194,7 +192,7 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
4) Action_name (Must be aligned with your plan): The name of the action. Typically corresponds to the execution of the first step in your plan.
|
4) Action_name (Must be aligned with your plan): The name of the action. Typically corresponds to the execution of the first step in your plan.
|
||||||
Can be one of the following functions:
|
Can be one of the following functions:
|
||||||
- CHATBOX which you can use to talk with the user. The input is your intentions for the dialogue. Be specific.
|
- CHATBOX which you can use to talk with the user. The input is your intentions for the dialogue. Be specific.
|
||||||
- CHECKINVENTORY which you can use to check info about wine in your inventory. The input is a search term in verbal English.
|
- CHECKINVENTORY which you can use to check info about wine you want in your inventory. The input is a search term in verbal English.
|
||||||
Good query example: black car, a stereo, 200 mile range, electric motor.
|
Good query example: black car, a stereo, 200 mile range, electric motor.
|
||||||
- ENDCONVERSATION which you can use when you believe the user has concluded their interaction, to properly end the conversation with them. Input is "NA".
|
- ENDCONVERSATION which you can use when you believe the user has concluded their interaction, to properly end the conversation with them. Input is "NA".
|
||||||
5) Action_input: input of the action
|
5) Action_input: input of the action
|
||||||
@@ -209,21 +207,27 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
Let's begin!
|
Let's begin!
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
chathistory = vectorOfDictToText(a.chathistory)
|
||||||
|
|
||||||
# check if winename in shortmem occurred in chathistory. if not, skip decision and imediately use PRESENTBOX
|
# check if winename in shortmem occurred in chathistory. if not, skip decision and imediately use PRESENTBOX
|
||||||
if haskey(a.memory[:shortmem], :available_wine)
|
if haskey(a.memory[:shortmem], :available_wine)
|
||||||
# check if wine name mentioned in timeline, only check first wine name is enough
|
# check if wine name mentioned in timeline, only check first wine name is enough
|
||||||
# because agent will recommend every wines it found each time.
|
# because agent will recommend every wines it found each time.
|
||||||
df = a.memory[:shortmem][:available_wine]
|
df = a.memory[:shortmem][:available_wine]
|
||||||
winename = df[1, :wine_name]
|
winenames = df[:, :wine_name]
|
||||||
|
for winename in winenames
|
||||||
if !occursin(winename, chathistory)
|
if !occursin(winename, chathistory)
|
||||||
|
println("\n~~~ Yiem decisionMaker() found wines from DB ", @__FILE__, " ", @__LINE__)
|
||||||
return Dict(:action_name=> "PRESENTBOX",
|
return Dict(:action_name=> "PRESENTBOX",
|
||||||
:action_input=> """
|
:action_input=> """
|
||||||
1) Provide detailed introductions of the wines you just found to help the user make an informed choice.
|
1) Provide detailed introductions of the wines you just found to the customer.
|
||||||
2) If there are multiple wines, offer thorough comparison of each option, highlighting their differences.
|
2) Explain how the wine could match the customer's intention and what its effects might mean for the customer's experience.
|
||||||
3) Explain the potential impact each option could bring to the user.
|
3) If multiple wines are available, highlight their differences and provide a comprehensive comparison of how each option aligns with the customer's intention and what the potential effects of each option could mean for the customer's experience.
|
||||||
|
4) Provide your personal recommendation based on your understanding of the customer's preferences.
|
||||||
""")
|
""")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
errornote = ""
|
errornote = ""
|
||||||
response = nothing # placeholder for show when error msg show up
|
response = nothing # placeholder for show when error msg show up
|
||||||
@@ -233,7 +237,6 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
|
|
||||||
usermsg =
|
usermsg =
|
||||||
"""
|
"""
|
||||||
Your status: $(GeneralUtils.dict_to_string(a.memory[:state]))
|
|
||||||
Your recent events: $timeline
|
Your recent events: $timeline
|
||||||
Your Q&A: $QandA)
|
Your Q&A: $QandA)
|
||||||
$errornote
|
$errornote
|
||||||
@@ -253,6 +256,7 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
|
|
||||||
try
|
try
|
||||||
response = a.func[:text2textInstructLLM](prompt)
|
response = a.func[:text2textInstructLLM](prompt)
|
||||||
|
response = GeneralUtils.remove_french_accents(response)
|
||||||
responsedict = GeneralUtils.textToDict(response,
|
responsedict = GeneralUtils.textToDict(response,
|
||||||
["Understanding", "Reasoning", "Plan", "Action_name", "Action_input"],
|
["Understanding", "Reasoning", "Plan", "Action_name", "Action_input"],
|
||||||
rightmarker=":", symbolkey=true, lowercasekey=true)
|
rightmarker=":", symbolkey=true, lowercasekey=true)
|
||||||
@@ -314,14 +318,14 @@ function decisionMaker(a::T; recent::Integer=5)::Dict{Symbol,Any} where {T<:agen
|
|||||||
|
|
||||||
delete!(responsedict, :mentioned_winery)
|
delete!(responsedict, :mentioned_winery)
|
||||||
|
|
||||||
# cache decision dict into vectorDB, this should be after new message is added to a.memory[:events]
|
# #CHANGE cache decision dict into vectorDB, this should be after new message is added to a.memory[:events]
|
||||||
println("\n~~~ Do you want to cache decision dict? (y/n)")
|
# println("\n~~~ Do you want to cache decision dict? (y/n)")
|
||||||
user_answer = readline()
|
# user_answer = readline()
|
||||||
if user_answer == "y"
|
# if user_answer == "y"
|
||||||
timeline = timeline
|
# timeline = timeline
|
||||||
decisiondict = responsedict
|
# decisiondict = responsedict
|
||||||
a.func[:insertSommelierDecision](timeline, decisiondict)
|
# a.func[:insertSommelierDecision](timeline, decisiondict)
|
||||||
end
|
# end
|
||||||
|
|
||||||
return responsedict
|
return responsedict
|
||||||
catch e
|
catch e
|
||||||
@@ -695,7 +699,7 @@ function conversation(a::sommelier, userinput::Dict)
|
|||||||
|
|
||||||
# thinking loop until AI wants to communicate with the user
|
# thinking loop until AI wants to communicate with the user
|
||||||
chatresponse = nothing
|
chatresponse = nothing
|
||||||
for i in 1:3
|
for i in 1:5
|
||||||
actionname, result = think(a)
|
actionname, result = think(a)
|
||||||
if actionname ∈ ["CHATBOX", "PRESENTBOX", "ENDCONVERSATION"]
|
if actionname ∈ ["CHATBOX", "PRESENTBOX", "ENDCONVERSATION"]
|
||||||
chatresponse = result
|
chatresponse = result
|
||||||
@@ -771,7 +775,7 @@ function think(a::T)::NamedTuple{(:actionname, :result),Tuple{String,String}} wh
|
|||||||
# map action and input() to llm function
|
# map action and input() to llm function
|
||||||
response =
|
response =
|
||||||
if actionname == "CHATBOX"
|
if actionname == "CHATBOX"
|
||||||
input = thoughtDict[:plan]
|
input = thoughtDict[:action_input]
|
||||||
(result=input, errormsg=nothing, success=true)
|
(result=input, errormsg=nothing, success=true)
|
||||||
elseif actionname == "CHECKINVENTORY"
|
elseif actionname == "CHECKINVENTORY"
|
||||||
checkinventory(a, actioninput)
|
checkinventory(a, actioninput)
|
||||||
@@ -813,14 +817,17 @@ function think(a::T)::NamedTuple{(:actionname, :result),Tuple{String,String}} wh
|
|||||||
else
|
else
|
||||||
a.memory[:state][:wine_presented_to_user] *= ", $winename"
|
a.memory[:state][:wine_presented_to_user] *= ", $winename"
|
||||||
end
|
end
|
||||||
|
|
||||||
# [WORKING] instead of present wine then delete shortmem, we can present just found wine and leave previous wine in shortmem.
|
|
||||||
# so agent can use wine data later
|
|
||||||
delete!(a.memory[:shortmem], :available_wine)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
elseif actionname == "CHECKINVENTORY"
|
elseif actionname == "CHECKINVENTORY"
|
||||||
|
if haskey(a.memory[:shortmem], :available_wine) # store wines in dataframe format
|
||||||
|
df = a.memory[:shortmem][:available_wine]
|
||||||
|
a.memory[:shortmem][:available_wine] = vcat(df, rawresponse)
|
||||||
|
elseif rawresponse !== nothing
|
||||||
a.memory[:shortmem][:available_wine] = rawresponse
|
a.memory[:shortmem][:available_wine] = rawresponse
|
||||||
|
else
|
||||||
|
# skip, no result
|
||||||
|
end
|
||||||
push!(a.memory[:events],
|
push!(a.memory[:events],
|
||||||
eventdict(;
|
eventdict(;
|
||||||
event_description= "the assistant searched the database.",
|
event_description= "the assistant searched the database.",
|
||||||
@@ -885,6 +892,7 @@ function generatechat(a::sommelier, thought::T) where {T<:AbstractString}
|
|||||||
You should follow the following guidelines:
|
You should follow the following guidelines:
|
||||||
- Focus on the latest conversation.
|
- Focus on the latest conversation.
|
||||||
- If the user interrupts, prioritize the user
|
- If the user interrupts, prioritize the user
|
||||||
|
- Medium and full-bodied red wines should not be paired with spicy foods.
|
||||||
|
|
||||||
You should then respond to the user with:
|
You should then respond to the user with:
|
||||||
1) Chat: Given the situation, How would you respond to the user to express your thoughts honestly and keep the conversation going smoothly?
|
1) Chat: Given the situation, How would you respond to the user to express your thoughts honestly and keep the conversation going smoothly?
|
||||||
@@ -892,13 +900,16 @@ function generatechat(a::sommelier, thought::T) where {T<:AbstractString}
|
|||||||
You should only respond in format as described below:
|
You should only respond in format as described below:
|
||||||
Chat: ...
|
Chat: ...
|
||||||
|
|
||||||
|
Here are some examples of response format:
|
||||||
|
Chat: "I see. Let me think about it. I'll get back to you with my recommendation."
|
||||||
|
|
||||||
Let's begin!
|
Let's begin!
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# a.memory[:shortmem][:available_wine] is a dataframe.
|
# a.memory[:shortmem][:available_wine] is a dataframe.
|
||||||
context =
|
context =
|
||||||
if haskey(a.memory[:shortmem], :available_wine)
|
if haskey(a.memory[:shortmem], :available_wine)
|
||||||
"Available wine $(GeneralUtils.dfToString(a.memory[:shortmem][:available_wine]))"
|
"Available wines $(GeneralUtils.dfToString(a.memory[:shortmem][:available_wine]))"
|
||||||
else
|
else
|
||||||
"None"
|
"None"
|
||||||
end
|
end
|
||||||
@@ -928,7 +939,15 @@ function generatechat(a::sommelier, thought::T) where {T<:AbstractString}
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
try
|
try
|
||||||
response = a.func[:text2textInstructLLM](prompt)
|
response_1 = a.func[:text2textInstructLLM](prompt)
|
||||||
|
# sometime the model response like this "here's how I would respond: ..."
|
||||||
|
if occursin("respond:", response_1)
|
||||||
|
errornote = "You don't need to intro your response"
|
||||||
|
error("generatechat() response contain : ", @__FILE__, " ", @__LINE__)
|
||||||
|
end
|
||||||
|
response_2 = replace(response_1, '*' => "")
|
||||||
|
response_3 = replace(response_2, '$' => "USD")
|
||||||
|
response = replace(response_3, '`' => "")
|
||||||
responsedict = GeneralUtils.textToDict(response, ["Chat"],
|
responsedict = GeneralUtils.textToDict(response, ["Chat"],
|
||||||
rightmarker=":", symbolkey=true, lowercasekey=true)
|
rightmarker=":", symbolkey=true, lowercasekey=true)
|
||||||
|
|
||||||
@@ -954,7 +973,7 @@ function generatechat(a::sommelier, thought::T) where {T<:AbstractString}
|
|||||||
println("\n~~~ generatechat() ", @__FILE__, " ", @__LINE__)
|
println("\n~~~ generatechat() ", @__FILE__, " ", @__LINE__)
|
||||||
pprintln(Dict(responsedict))
|
pprintln(Dict(responsedict))
|
||||||
|
|
||||||
#[WORKING] check whether an agent recommend wines before checking inventory or recommend wines
|
# check whether an agent recommend wines before checking inventory or recommend wines
|
||||||
# outside its inventory
|
# outside its inventory
|
||||||
# ask LLM whether there are any winery mentioned in the response
|
# ask LLM whether there are any winery mentioned in the response
|
||||||
mentioned_winery = detectWineryName(a, responsedict[:chat])
|
mentioned_winery = detectWineryName(a, responsedict[:chat])
|
||||||
@@ -1085,7 +1104,7 @@ function generatequestion(a, text2textInstructLLM::Function; recent=nothing)::St
|
|||||||
|
|
||||||
You must follow the following guidelines:
|
You must follow the following guidelines:
|
||||||
- Your question should be specific, self-contained and not require any additional context.
|
- Your question should be specific, self-contained and not require any additional context.
|
||||||
- Once the user has chose their wine, your task almost done. Ask the user if they need any further assistance. Do not offer any additional services. If the user doesn't need any further assistance, say goodbye and invite them to come back next time.
|
- Once the user has chose their wine, ask the user if they need any further assistance. Do not offer any additional services. If the user doesn't need any further assistance, say goodbye and invite them to come back next time.
|
||||||
|
|
||||||
You should follow the following guidelines:
|
You should follow the following guidelines:
|
||||||
- Focus on the latest conversation
|
- Focus on the latest conversation
|
||||||
@@ -1115,6 +1134,9 @@ function generatequestion(a, text2textInstructLLM::Function; recent=nothing)::St
|
|||||||
...
|
...
|
||||||
|
|
||||||
Here are some examples:
|
Here are some examples:
|
||||||
|
Q: The user is buying for her husband, should I dig in to get more information?
|
||||||
|
A: Yes, I should. So that I have better idea about the user's preferences.
|
||||||
|
|
||||||
Q: Why the user saying this?
|
Q: Why the user saying this?
|
||||||
A: According to the situation, ...
|
A: According to the situation, ...
|
||||||
|
|
||||||
@@ -1321,6 +1343,9 @@ function detectWineryName(a, text)
|
|||||||
At each round of conversation, you will be given the situation:
|
At each round of conversation, you will be given the situation:
|
||||||
Text: a text describing the situation.
|
Text: a text describing the situation.
|
||||||
|
|
||||||
|
Tips:
|
||||||
|
- Winery usually contains Château, Chateau, Domaine, Côte, Cotes, St. de, or a combination of these words.
|
||||||
|
|
||||||
You should then respond to the user with:
|
You should then respond to the user with:
|
||||||
Winery_names: A list of winery names mentioned in the text or "None" if no winery name is mentioned.
|
Winery_names: A list of winery names mentioned in the text or "None" if no winery name is mentioned.
|
||||||
|
|
||||||
@@ -1328,7 +1353,7 @@ function detectWineryName(a, text)
|
|||||||
Winery_names: ...
|
Winery_names: ...
|
||||||
|
|
||||||
Here are some examples:
|
Here are some examples:
|
||||||
Winery_names: Domaine Courbis, Chateau Lafite Rothschild, Matarromera Domaine Roulot
|
Winery_names: Domaine Courbis, Chateau Lafite Rothschild, Matarromera Domaine Roulot, Château, Cotes
|
||||||
|
|
||||||
Let's begin!
|
Let's begin!
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
module llmfunction
|
module llmfunction
|
||||||
|
|
||||||
export virtualWineUserChatbox, jsoncorrection, checkinventory, # recommendbox,
|
export virtualWineUserChatbox, jsoncorrection, checkinventory, # recommendbox,
|
||||||
virtualWineUserRecommendbox, userChatbox, userRecommendbox
|
virtualWineUserRecommendbox, userChatbox, userRecommendbox, extractWineAttributes_1
|
||||||
|
|
||||||
using HTTP, JSON3, URIs, Random, PrettyPrinting, UUIDs, Dates
|
using HTTP, JSON3, URIs, Random, PrettyPrinting, UUIDs, Dates
|
||||||
using GeneralUtils, SQLLLM
|
using GeneralUtils, SQLLLM
|
||||||
@@ -289,6 +289,7 @@ julia> result = checkinventory(agent, input)
|
|||||||
"""
|
"""
|
||||||
function checkinventory(a::T1, input::T2
|
function checkinventory(a::T1, input::T2
|
||||||
) where {T1<:agent, T2<:AbstractString}
|
) where {T1<:agent, T2<:AbstractString}
|
||||||
|
|
||||||
println("\n~~~ checkinventory order: $input ", @__FILE__, " ", @__LINE__)
|
println("\n~~~ checkinventory order: $input ", @__FILE__, " ", @__LINE__)
|
||||||
wineattributes_1 = extractWineAttributes_1(a, input)
|
wineattributes_1 = extractWineAttributes_1(a, input)
|
||||||
wineattributes_2 = extractWineAttributes_2(a, input)
|
wineattributes_2 = extractWineAttributes_2(a, input)
|
||||||
@@ -299,7 +300,7 @@ function checkinventory(a::T1, input::T2
|
|||||||
# add suppport for similarSQLVectorDB
|
# add suppport for similarSQLVectorDB
|
||||||
textresult, rawresponse = SQLLLM.query(inventoryquery, a.func[:executeSQL],
|
textresult, rawresponse = SQLLLM.query(inventoryquery, a.func[:executeSQL],
|
||||||
a.func[:text2textInstructLLM],
|
a.func[:text2textInstructLLM],
|
||||||
addSQLVectorDB=a.func[:insertSQLVectorDB],
|
insertSQLVectorDB=a.func[:insertSQLVectorDB],
|
||||||
similarSQLVectorDB=a.func[:similarSQLVectorDB])
|
similarSQLVectorDB=a.func[:similarSQLVectorDB])
|
||||||
|
|
||||||
println("\n~~~ checkinventory result ", @__FILE__, " ", @__LINE__)
|
println("\n~~~ checkinventory result ", @__FILE__, " ", @__LINE__)
|
||||||
@@ -328,30 +329,203 @@ julia>
|
|||||||
|
|
||||||
# Signature
|
# Signature
|
||||||
"""
|
"""
|
||||||
|
# function extractWineAttributes_1(a::T1, input::T2)::String where {T1<:agent, T2<:AbstractString}
|
||||||
|
|
||||||
|
# systemmsg =
|
||||||
|
# """
|
||||||
|
# As a helpful sommelier, your task is to extract the user information from the user's query as much as possible to fill out user's preference form.
|
||||||
|
|
||||||
|
# At each round of conversation, the user will give you the current situation:
|
||||||
|
# User's query: ...
|
||||||
|
|
||||||
|
# You must follow the following guidelines:
|
||||||
|
# 1) If specific information required in the preference form is not available in the query or there isn't any, mark with "NA" to indicate this.
|
||||||
|
# Additionally, words like 'any' or 'unlimited' mean no information is available.
|
||||||
|
# 2) Do not generate other comments.
|
||||||
|
|
||||||
|
# You should then respond to the user with the following points:
|
||||||
|
# - reasoning: state your understanding of the current situation
|
||||||
|
# - wine_name: name of the wine
|
||||||
|
# - winery: name of the winery
|
||||||
|
# - vintage: the year of the wine
|
||||||
|
# - region: a region in a country where the wine is produced, such as Burgundy, Napa Valley, etc
|
||||||
|
# - country: a country where the wine is produced. Can be "Austria", "Australia", "France", "Germany", "Italy", "Portugal", "Spain", "United States"
|
||||||
|
# - wine_type: can be one of: "red", "white", "sparkling", "rose", "dessert" or "fortified"
|
||||||
|
# - grape_variety: the name of the primary grape used to make the wine
|
||||||
|
# - tasting_notes: a brief description of the wine's taste, such as "butter", "oak", "fruity", etc
|
||||||
|
# - wine_price: price of wine. For example, up to 100, less than 100, 20 to 100, 30-79.95
|
||||||
|
# - occasion: the occasion the user is having the wine for
|
||||||
|
# - food_to_be_paired_with_wine: food that the user will be served with the wine such as poultry, fish, steak, etc
|
||||||
|
|
||||||
|
|
||||||
|
# You should only respond in the user's preference form as described below:
|
||||||
|
# reasoning: ...
|
||||||
|
# winery: ...
|
||||||
|
# wine_name: ...
|
||||||
|
# vintage: ...
|
||||||
|
# region: ...
|
||||||
|
# country: ...
|
||||||
|
# wine_type: ...
|
||||||
|
# grape_variety: ...
|
||||||
|
# tasting_notes: ...
|
||||||
|
# wine_price: ...
|
||||||
|
# occasion: ...
|
||||||
|
# food_to_be_paired_with_wine: ...
|
||||||
|
|
||||||
|
# Here are some example:
|
||||||
|
# User's query: red, Chenin Blanc, Riesling, under 20
|
||||||
|
# reasoning: ...
|
||||||
|
# winery: NA
|
||||||
|
# wine_name: NA
|
||||||
|
# vintage: NA
|
||||||
|
# region: NA
|
||||||
|
# country: NA
|
||||||
|
# wine_type: red
|
||||||
|
# grape_variety: Chenin Blanc, Riesling
|
||||||
|
# tasting_notes: NA
|
||||||
|
# wine_price: under 20
|
||||||
|
# occasion: NA
|
||||||
|
# food_to_be_paired_with_wine: NA
|
||||||
|
|
||||||
|
# User's query: Domaine du Collier Saumur Blanc 2019, France, white, Chenin Blanc
|
||||||
|
# reasoning: ...
|
||||||
|
# winery: Domaine du Collier
|
||||||
|
# wine_name: Saumur Blanc
|
||||||
|
# vintage: 2019
|
||||||
|
# region: Saumur
|
||||||
|
# country: France
|
||||||
|
# wine_type: white
|
||||||
|
# grape_variety: Chenin Blanc
|
||||||
|
# tasting_notes: NA
|
||||||
|
# wine_price: 109
|
||||||
|
# occasion: NA
|
||||||
|
# food_to_be_paired_with_wine: NA
|
||||||
|
|
||||||
|
# Let's begin!
|
||||||
|
# """
|
||||||
|
|
||||||
|
# attributes = ["reasoning", "winery", "wine_name", "vintage", "region", "country", "wine_type", "grape_variety", "tasting_notes", "wine_price", "occasion", "food_to_be_paired_with_wine"]
|
||||||
|
# errornote = ""
|
||||||
|
# maxattempt = 5
|
||||||
|
# for attempt in 1:maxattempt
|
||||||
|
|
||||||
|
# usermsg =
|
||||||
|
# """
|
||||||
|
# User's query: $input
|
||||||
|
# $errornote
|
||||||
|
# """
|
||||||
|
|
||||||
|
# _prompt =
|
||||||
|
# [
|
||||||
|
# Dict(:name=> "system", :text=> systemmsg),
|
||||||
|
# Dict(:name=> "user", :text=> usermsg)
|
||||||
|
# ]
|
||||||
|
|
||||||
|
# # put in model format
|
||||||
|
# prompt = GeneralUtils.formatLLMtext(_prompt; formatname="llama3instruct")
|
||||||
|
# prompt *=
|
||||||
|
# """
|
||||||
|
# <|start_header_id|>assistant<|end_header_id|>
|
||||||
|
# """
|
||||||
|
|
||||||
|
# try
|
||||||
|
# response = a.func[:text2textInstructLLM](prompt)
|
||||||
|
# response = GeneralUtils.remove_french_accents(response)
|
||||||
|
|
||||||
|
# # check wheter all attributes are in the response
|
||||||
|
# for word in attributes
|
||||||
|
# if !occursin(word, response)
|
||||||
|
# error("$word attribute is missing")
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# responsedict = GeneralUtils.textToDict(response, attributes, rightmarker=":", symbolkey=true)
|
||||||
|
|
||||||
|
# for i ∈ attributes
|
||||||
|
# if length(JSON3.write(responsedict[Symbol(i)])) == 0
|
||||||
|
# error("$i is empty ", @__LINE__)
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# #check if the following attributes has more than 1 name
|
||||||
|
# # responsedict[:grape_variety] = split(responsedict[:grape_variety], ',')[1]
|
||||||
|
# # responsedict[:grape_variety] = split(responsedict[:grape_variety], '/')[1]
|
||||||
|
|
||||||
|
# responsedict[:country] = split(responsedict[:country], ',')[1]
|
||||||
|
# responsedict[:country] = split(responsedict[:country], '/')[1]
|
||||||
|
|
||||||
|
# responsedict[:region] = split(responsedict[:region], ',')[1]
|
||||||
|
# responsedict[:region] = split(responsedict[:region], '/')[1]
|
||||||
|
|
||||||
|
# delete!(responsedict, :reasoning)
|
||||||
|
# delete!(responsedict, :tasting_notes)
|
||||||
|
# delete!(responsedict, :occasion)
|
||||||
|
# delete!(responsedict, :food_to_be_paired_with_wine)
|
||||||
|
|
||||||
|
# # check if winery, wine_name, region, country, wine_type, grape_variety are in the query because sometime AI halucinates
|
||||||
|
# for i in [:grape_variety, :winery, :wine_name, :region]
|
||||||
|
# result = check_key_in_input(input, responsedict, attempt, maxattempt, i)
|
||||||
|
# if result === nothing
|
||||||
|
# # nothing wrong
|
||||||
|
# elseif result == "NA"
|
||||||
|
# responsedict[i] = "NA"
|
||||||
|
# else
|
||||||
|
# errornote = result
|
||||||
|
# error(errornote)
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# # remove (some text)
|
||||||
|
# for (k, v) in responsedict
|
||||||
|
# _v = replace(v, r"\(.*?\)" => "")
|
||||||
|
# responsedict[k] = _v
|
||||||
|
# end
|
||||||
|
|
||||||
|
# result = ""
|
||||||
|
# for (k, v) in responsedict
|
||||||
|
# # some time LLM generate text with "(some comment)". this line removes it
|
||||||
|
# if !occursin("NA", v) && v != "" && !occursin("none", v) && !occursin("None", v)
|
||||||
|
# result *= "$k: $v, "
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# #[PENDING] remove halucination. "highend dry white wine" --> "wine_type: white, occasion: special occasion, food_to_be_paired_with_wine: seafood, fish, country: France, Italy, USA, grape_variety: Chardonnay, Sauvignon Blanc, Pinot Grigio\nwine_notes: citrus, green apple, floral"
|
||||||
|
|
||||||
|
# result = result[1:end-2] # remove the ending ", "
|
||||||
|
|
||||||
|
# return result
|
||||||
|
# catch e
|
||||||
|
# io = IOBuffer()
|
||||||
|
# showerror(io, e)
|
||||||
|
# errorMsg = String(take!(io))
|
||||||
|
# st = sprint((io, v) -> show(io, "text/plain", v), stacktrace(catch_backtrace()))
|
||||||
|
# println("")
|
||||||
|
# println("Attempt $attempt. Error occurred: $errorMsg\n$st ", @__FILE__, " ", @__LINE__)
|
||||||
|
# println("")
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
# error("wineattributes_wordToNumber() failed to get a response")
|
||||||
|
# end
|
||||||
function extractWineAttributes_1(a::T1, input::T2)::String where {T1<:agent, T2<:AbstractString}
|
function extractWineAttributes_1(a::T1, input::T2)::String where {T1<:agent, T2<:AbstractString}
|
||||||
|
|
||||||
systemmsg =
|
systemmsg =
|
||||||
"""
|
"""
|
||||||
As an helpful sommelier, your task is to fill out the user's preference form based on the corresponding words from the user's query.
|
As a helpful sommelier, your task is to extract the user information from the user's query as much as possible to fill out user's preference form.
|
||||||
|
|
||||||
At each round of conversation, the user will give you the current situation:
|
At each round of conversation, the user will give you the current situation:
|
||||||
User's query: ...
|
User's query: ...
|
||||||
|
|
||||||
The preference form requires the following information:
|
|
||||||
wine_type, price, occasion, food_to_be_paired_with_wine, region, country, grape_variety, flavors, aromas.
|
|
||||||
|
|
||||||
You must follow the following guidelines:
|
You must follow the following guidelines:
|
||||||
1) If specific information required in the preference form is not available in the query or there isn't any, mark with "NA" to indicate this.
|
1) If specific information required in the preference form is not available in the query or there isn't any, mark with "NA" to indicate this.
|
||||||
Additionally, words like 'any' or 'unlimited' mean no information is available.
|
Additionally, words like 'any' or 'unlimited' mean no information is available.
|
||||||
2) Use the conversion table to convert the descriptive word level of sweetness, intensity, tannin, and acidity into a corresponding integer.
|
2) Do not generate other comments.
|
||||||
3) Do not generate other comments.
|
|
||||||
|
|
||||||
You should then respond to the user with the following points:
|
You should then respond to the user with the following points:
|
||||||
- reasoning: state your understanding of the current situation
|
- reasoning: state your understanding of the current situation
|
||||||
- wine_name: name of the wine
|
- wine_name: name of the wine
|
||||||
- winery: name of the winery
|
- winery: name of the winery
|
||||||
- vintage: the year of the wine
|
- vintage: the year of the wine
|
||||||
- region: a region in a country where the wine is produced, such as Burgundy, Napa Valley, etc
|
- region: a region (NOT a country) where the wine is produced, such as Burgundy, Napa Valley, etc
|
||||||
- country: a country where the wine is produced. Can be "Austria", "Australia", "France", "Germany", "Italy", "Portugal", "Spain", "United States"
|
- country: a country where the wine is produced. Can be "Austria", "Australia", "France", "Germany", "Italy", "Portugal", "Spain", "United States"
|
||||||
- wine_type: can be one of: "red", "white", "sparkling", "rose", "dessert" or "fortified"
|
- wine_type: can be one of: "red", "white", "sparkling", "rose", "dessert" or "fortified"
|
||||||
- grape_variety: the name of the primary grape used to make the wine
|
- grape_variety: the name of the primary grape used to make the wine
|
||||||
@@ -361,33 +535,15 @@ function extractWineAttributes_1(a::T1, input::T2)::String where {T1<:agent, T2<
|
|||||||
- food_to_be_paired_with_wine: food that the user will be served with the wine such as poultry, fish, steak, etc
|
- food_to_be_paired_with_wine: food that the user will be served with the wine such as poultry, fish, steak, etc
|
||||||
|
|
||||||
|
|
||||||
You should only respond in the form as described below:
|
You should only respond in the user's preference form (JSON) as described below:
|
||||||
reasoning: ...
|
{"reasoning": ..., "winery": ..., "wine_name": ..., "vintage": ..., "region": ..., "country": ..., "wine_type": ..., "grape_variety": ..., "tasting_notes": ..., "wine_price": ..., "occasion": ..., "food_to_be_paired_with_wine": ...}
|
||||||
winery: ...
|
|
||||||
wine_name: ...
|
|
||||||
vintage: ...
|
|
||||||
region: ...
|
|
||||||
country: ...
|
|
||||||
wine_type: ...
|
|
||||||
grape_variety: ...
|
|
||||||
tasting_notes: ...
|
|
||||||
wine_price: ...
|
|
||||||
occasion: ...
|
|
||||||
food_to_be_paired_with_wine: ...
|
|
||||||
|
|
||||||
Here are some example:
|
Here are some example:
|
||||||
reasoning: ...
|
User's query: red, Chenin Blanc, Riesling, under 20
|
||||||
winery: Domaine du Collier
|
{"reasoning": ..., "winery": "NA", "wine_name": "NA", "vintage": "NA", "region": "NA", "country": "NA", "wine_type": "red", "grape_variety": "Chenin Blanc, Riesling", "tasting_notes": "NA", "wine_price": "under 20", "occasion": "NA", "food_to_be_paired_with_wine": "NA"}
|
||||||
wine_name: Saumur Blanc
|
|
||||||
vintage: 2019
|
User's query: Domaine du Collier Saumur Blanc 2019, France, white, Chenin Blanc
|
||||||
region: Saumur
|
{"reasoning": ..., "winery": "Domaine du Collier", "wine_name": "Saumur Blanc", "vintage": "2019", "region": "Saumur", "country": "France", "wine_type": "white", "grape_variety": "Chenin Blanc", "tasting_notes": "NA", "wine_price": "109", "occasion": "NA", "food_to_be_paired_with_wine": "NA"}
|
||||||
country: France
|
|
||||||
wine_type: white
|
|
||||||
grape_variety: Chenin Blanc
|
|
||||||
tasting_notes: NA
|
|
||||||
wine_price: 109
|
|
||||||
occasion: NA
|
|
||||||
food_to_be_paired_with_wine: NA
|
|
||||||
|
|
||||||
Let's begin!
|
Let's begin!
|
||||||
"""
|
"""
|
||||||
@@ -418,6 +574,7 @@ function extractWineAttributes_1(a::T1, input::T2)::String where {T1<:agent, T2<
|
|||||||
|
|
||||||
try
|
try
|
||||||
response = a.func[:text2textInstructLLM](prompt)
|
response = a.func[:text2textInstructLLM](prompt)
|
||||||
|
response = GeneralUtils.remove_french_accents(response)
|
||||||
|
|
||||||
# check wheter all attributes are in the response
|
# check wheter all attributes are in the response
|
||||||
for word in attributes
|
for word in attributes
|
||||||
@@ -426,51 +583,31 @@ function extractWineAttributes_1(a::T1, input::T2)::String where {T1<:agent, T2<
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
responsedict = GeneralUtils.textToDict(response, attributes, rightmarker=":", symbolkey=true)
|
responsedict = copy(JSON3.read(response))
|
||||||
|
|
||||||
for i ∈ attributes
|
|
||||||
if length(JSON3.write(responsedict[Symbol(i)])) == 0
|
|
||||||
error("$i is empty ", @__LINE__)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
#[PENDING] check if the following attributes has more than 1 name
|
|
||||||
responsedict[:grape_variety] = split(responsedict[:grape_variety], ',')[1]
|
|
||||||
responsedict[:grape_variety] = split(responsedict[:grape_variety], '/')[1]
|
|
||||||
|
|
||||||
responsedict[:country] = split(responsedict[:country], ',')[1]
|
|
||||||
responsedict[:country] = split(responsedict[:country], '/')[1]
|
|
||||||
|
|
||||||
responsedict[:region] = split(responsedict[:region], ',')[1]
|
|
||||||
responsedict[:region] = split(responsedict[:region], '/')[1]
|
|
||||||
|
|
||||||
# check if grape_variety is mentioned in the input
|
|
||||||
if !occursin("NA", responsedict[:grape_variety]) && !occursin(responsedict[:grape_variety], input)
|
|
||||||
if attempt < maxattempt
|
|
||||||
errornote = "$(responsedict[:grape_variety]) is not mentioned in the user query, you must only use the info from the query."
|
|
||||||
error("$(responsedict[:grape_variety]) is not mentioned in the user query, you must only use the info from the query.")
|
|
||||||
else
|
|
||||||
responsedict[:grape_variety] = "NA"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# check if region is mentioned in the input
|
|
||||||
if !occursin("NA", responsedict[:region]) && !occursin(responsedict[:region], input)
|
|
||||||
if attempt < maxattempt
|
|
||||||
errornote = "$(responsedict[:region]) is not mentioned in the user query, you must only use the info from the query.."
|
|
||||||
error("$(responsedict[:region]) is not mentioned in the user query, you must only use the info from the query..")
|
|
||||||
else
|
|
||||||
responsedict[:region] = "NA"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# delete!(responsedict, :region)
|
|
||||||
delete!(responsedict, :reasoning)
|
delete!(responsedict, :reasoning)
|
||||||
# delete!(responsedict, :tasting_notes)
|
delete!(responsedict, :tasting_notes)
|
||||||
# delete!(responsedict, :price)
|
|
||||||
delete!(responsedict, :occasion)
|
delete!(responsedict, :occasion)
|
||||||
delete!(responsedict, :food_to_be_paired_with_wine)
|
delete!(responsedict, :food_to_be_paired_with_wine)
|
||||||
|
|
||||||
|
# check if winery, wine_name, region, country, wine_type, grape_variety are in the query because sometime AI halucinates
|
||||||
|
for i in [:grape_variety, :winery, :wine_name, :region]
|
||||||
|
content = responsedict[i]
|
||||||
|
if occursin(",", content)
|
||||||
|
content = split(content, ",") # sometime AI generates multiple values e.g. "Chenin Blanc, Riesling"
|
||||||
|
content = strip.(content)
|
||||||
|
else
|
||||||
|
content = [content]
|
||||||
|
end
|
||||||
|
|
||||||
|
for x in content
|
||||||
|
if !occursin("NA", responsedict[i]) && !occursin(x, input)
|
||||||
|
errornote = "$x is not mentioned in the user query, you must only use the info from the query."
|
||||||
|
error(errornote)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# remove (some text)
|
# remove (some text)
|
||||||
for (k, v) in responsedict
|
for (k, v) in responsedict
|
||||||
_v = replace(v, r"\(.*?\)" => "")
|
_v = replace(v, r"\(.*?\)" => "")
|
||||||
@@ -895,7 +1032,6 @@ function jsoncorrection(config::T1, input::T2, correctJsonExample::T3;
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# function isrecommend(state::T1, text2textInstructLLM::Function
|
# function isrecommend(state::T1, text2textInstructLLM::Function
|
||||||
# ) where {T1<:AbstractDict}
|
# ) where {T1<:AbstractDict}
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ function executeSQLVectorDB(sql)
|
|||||||
return result
|
return result
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function text2textInstructLLM(prompt::String)
|
function text2textInstructLLM(prompt::String)
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
msgMeta = GeneralUtils.generate_msgMeta(
|
||||||
config[:externalservice][:text2textinstruct][:mqtttopic];
|
config[:externalservice][:text2textinstruct][:mqtttopic];
|
||||||
@@ -55,7 +54,6 @@ function text2textInstructLLM(prompt::String)
|
|||||||
return response
|
return response
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
# get text embedding from a LLM service
|
# get text embedding from a LLM service
|
||||||
function getEmbedding(text::T) where {T<:AbstractString}
|
function getEmbedding(text::T) where {T<:AbstractString}
|
||||||
msgMeta = GeneralUtils.generate_msgMeta(
|
msgMeta = GeneralUtils.generate_msgMeta(
|
||||||
@@ -74,7 +72,7 @@ function getEmbedding(text::T) where {T<:AbstractString}
|
|||||||
:text => [text] # must be a vector of string
|
:text => [text] # must be a vector of string
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg)
|
response = GeneralUtils.sendReceiveMqttMsg(outgoingMsg; timeout=6000)
|
||||||
embedding = response[:response][:embeddings]
|
embedding = response[:response][:embeddings]
|
||||||
return embedding
|
return embedding
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user