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

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