-
Notifications
You must be signed in to change notification settings - Fork 15
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
Debugging Prior to Eval #67
Conversation
Jgmedina95
commented
Jan 20, 2024
- Add *arg detecter in the modified simul tool.
- Improve string printing inside the agent with ("") format
…ng inside the agent with () format
…Change stucture in make_tools so modifyscript is with other llm tools. 3. Fix bug at modifyscriputils during its init (added the llm when called)
…writing before getting simulation file id
1. add FileType.RECORD functionality in writefilenames and get ids at the path registry (write name and get id) 2. Add handling temp files in setup and run: if final record files are saved in the path registry, if not they get deleted.
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.
Tested with "Run a simulation for 1A3N for 1ps. Make sure to clean the pdb file." and it works fine
…2. fix bug in cleaningtool with pdbfile_name assignment
if serp_key: | ||
all_tools.append(SerpGitTool(serp_key)) # github issues search | ||
# if serp_key: | ||
# all_tools.append(SerpGitTool(serp_key)) # github issues search |
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.
are we removing GitHub issue search tool?
@qcampbel On your comment, im not sure yet. Every time is been used it seems to hurt progress rather than helped so far. |