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

bring back tool retrieval #63

Merged
merged 8 commits into from
Jan 10, 2024
Merged

bring back tool retrieval #63

merged 8 commits into from
Jan 10, 2024

Conversation

qcampbel
Copy link
Contributor

@qcampbel qcampbel commented Jan 3, 2024

  • Added back tool retrieval for the main dude
  • Also improved how tools are retrieved to make it more robust and useful

@SamCox822 and @Jgmedina95 - look at agent.py and tell me what you think. Old version of tool retrieval looks awkward with agent initialized during 'run' function, so I made a separate function for agent initialization to make it look cleaner and readable.

@Jgmedina95
Copy link
Contributor

Im confused here, why do we want to initialize the agent with the run call? doesn't this will make it impossible to have memory as the agent will reinitialize after every query?

@qcampbel qcampbel merged commit f9939b2 into main Jan 10, 2024
1 check passed
@qcampbel qcampbel deleted the retrievetool branch February 19, 2024 18:55
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