-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade GitHelper #73
Comments
Okay, let's dive into upgrading githelper to work with the new agent package and support threads from multiple questions. First, let's understand the new agent package and its components. It seems to have a workflow-based approach, with nodes representing different actions or functions. The agent node is responsible for deciding whether to call a tool or not, and the semanticSearch node is responsible for performing a semantic search using a vector store. Now, let's discuss how to integrate this new agent package into githelper and handle multiple threads from different questions.
By following these steps, you should be able to upgrade githelper to work with the new agent package and support threads from multiple questions. This will allow you to process multiple questions concurrently and provide more efficient and responsive responses to users. |
Upgrade githelper, so it could work with new agent package and could support threads from multiple questions.
The text was updated successfully, but these errors were encountered: