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

Improving path registry #66

Merged
merged 16 commits into from
Jan 10, 2024
Merged

Improving path registry #66

merged 16 commits into from
Jan 10, 2024

Conversation

Jgmedina95
Copy link
Contributor

  1. Give value to the path_registry. Files names are now files id. Which are the ones the agent will use to use files inside tools (already implemented in simulations and cleaning tools)
  2. Improve ListRegistryPath as names are hardly self-explanatory, a description of each file is also included.

.vscode/settings.json Outdated Show resolved Hide resolved
@@ -80,7 +79,7 @@ def make_all_tools(
CheckDirectoryFiles(),
# InstructionSummary(path_registry=path_instance),
ListRegistryPaths(path_registry=path_instance),
MapPath2Name(path_registry=path_instance),
# MapPath2Name(path_registry=path_instance),
Name2PDBTool(path_registry=path_instance),
Copy link
Contributor

Choose a reason for hiding this comment

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

you sure we want to remove that tool? suppose there are some files provided by users - just a thought

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point, is just that the agent sometimes adds the same file more than once with the tool taking it made it work better for my examples.

@Jgmedina95 Jgmedina95 requested a review from qcampbel January 5, 2024 14:42
Copy link
Contributor

@SamCox822 SamCox822 left a comment

Choose a reason for hiding this comment

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

can you add unit tests for the new features you added?

@Jgmedina95 Jgmedina95 requested a review from SamCox822 January 9, 2024 16:00
@Jgmedina95 Jgmedina95 merged commit 501bd82 into main Jan 10, 2024
1 check passed
@Jgmedina95 Jgmedina95 deleted the improvingPathRegistry branch January 29, 2024 14:01
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.

3 participants