update
This commit is contained in:
@@ -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
|
|
||||||
-
|
|
||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user