This commit is contained in:
narawat lamaiin
2024-04-19 11:59:18 +07:00
parent e8c13015ea
commit 49b6df5df2
2 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
version 0.1.0 version 0.1.0
Todo: ### TODO:
[WORKING] use MCTS for planning [WORKING] build MCTS() for planning
[] executeplan() to execute the plan
### Change from version: 0.0.9
Change from version: 0.0.9
-

View File

@@ -84,8 +84,12 @@ using ..type, ..util, ..llmfunction
Signature\n Signature\n
----- -----
""" #[] update document """
function conversation(a::T) where {T<:agent} function conversation(a::T) where {T<:agent}
"""
[] update document
[] MCTS() for planning
"""
while true while true
# check for incoming user message # check for incoming user message
if isready(a.receiveUserMsgChannel) if isready(a.receiveUserMsgChannel)