-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent Instructions changes #383
Conversation
…erAGI into dropdown_changes
…erAGI into dropdown_changes
…rAGI into dropdown_changes
…rAGI into dropdown_changes
@@ -113,6 +113,8 @@ def split_history(self, history: List, pending_token_limit: int) -> Tuple[List[B | |||
|
|||
|
|||
def execute(self, workflow_step: AgentWorkflowStep): | |||
print(self.tools) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the print
superagi/jobs/agent_executor.py
Outdated
for tool in user_tools: | ||
tool = AgentExecutor.create_object(tool.class_name, tool.folder_name, tool.file_name) | ||
tools.append(tool) | ||
print("____________________________________", user_tools.__repr__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this.
tools: List[BaseTool], add_finish_tool: bool = True): | ||
print(tools) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove tools
Adding of instructions field in the agent create section