Skip to content
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

Merged
merged 30 commits into from
Jun 19, 2023
Merged

Agent Instructions changes #383

merged 30 commits into from
Jun 19, 2023

Conversation

namansleeps
Copy link
Collaborator

Adding of instructions field in the agent create section

@@ -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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the print

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__)
Copy link
Collaborator

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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove tools

@TransformerOptimus TransformerOptimus changed the title Dropdown changes Agent Instructions changes Jun 19, 2023
@TransformerOptimus TransformerOptimus merged commit 3490082 into dev Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants