update
This commit is contained in:
@@ -2,9 +2,9 @@ module interface
|
||||
|
||||
|
||||
export agentReact, agentReflex,
|
||||
addNewMessage, clearMessage, removeLatestMsg, conversation, writeEvaluationGuideline,
|
||||
grading, analyze, selfReflext, actor_mistral_openorca2, formulateUserresponse,
|
||||
extractinfo, updateEnvState, chat_mistral_openorca
|
||||
addNewMessage, clearMessage, removeLatestMsg, conversation, directconversation,
|
||||
writeEvaluationGuideline, grading, analyze, selfReflext, actor_mistral_openorca2,
|
||||
formulateUserresponse, extractinfo, updateEnvState, chat_mistral_openorca
|
||||
|
||||
using JSON3, DataStructures, Dates, UUIDs, HTTP
|
||||
using CommUtils, GeneralUtils
|
||||
@@ -729,7 +729,7 @@ function actor(a::agentReflex)
|
||||
@show a.step
|
||||
#WORKING checkStepCompletion
|
||||
iscomplete = checkStepCompletion(a::agentReflex)
|
||||
if iscomplete
|
||||
# if iscomplete
|
||||
|
||||
if a.step < totalsteps # the last step of the plan is responding, let work() do this part
|
||||
|
||||
|
||||
Reference in New Issue
Block a user