getting ready

This commit is contained in:
Brandon Hancock
2025-03-14 10:31:18 -04:00
parent c334feea7e
commit f232f11ad9
4 changed files with 224 additions and 24 deletions

View File

@@ -227,7 +227,6 @@ class Agent(BaseAgent):
task_prompt += crew_knowledge_context
tools = tools or self.tools or []
print(f"tools: {tools}")
self.create_agent_executor(tools=tools, task=task)
if self.crew and self.crew._train: