main
Kye 2 years ago
parent ab24ecb54a
commit 08194110c6

@ -121,7 +121,7 @@ class WorkerNode:
# #inti worker node with llm
# worker_node = WorkerNode(llm=llm, tools=tools, vectorstore=vectorstore)
worker_node = WorkerNode(llm=llm, tools=tools, vectorstore=vectorstore)
# #create an agent within the worker node
# worker_node.create_agent(ai_name="AI Assistant", ai_role="Assistant", human_in_the_loop=True, search_kwargs={})

Loading…
Cancel
Save