add agents example with GitHub components & tools from new integration#183
add agents example with GitHub components & tools from new integration#183bilgeyucel merged 9 commits intomainfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| @@ -0,0 +1,930 @@ | |||
| { | |||
There was a problem hiding this comment.
Let's add a description before this, explaning what we're doing. Somethinglike:
GitHub Issue Resolver
First, we'll create a GitHub issue resolver agent, following the steps in this recipe: Build a GitHub Issue Resolver Agent(https://haystack.deepset.ai/cookbook/github_issue_resolver_agent)
Reply via ReviewNB
| @@ -0,0 +1,930 @@ | |||
| { | |||
There was a problem hiding this comment.
On the website, this markdown output is rendered as part of the recipe. We need to either copy and put it as a text or remove it completely
Reply via ReviewNB
There was a problem hiding this comment.
added a new cell with text
| @@ -0,0 +1,930 @@ | |||
| { | |||
There was a problem hiding this comment.
There was a problem hiding this comment.
Shouldn't be needed. GitHubPRCreator requires a title but the Agent should be able to generate it as a tool input.
| @@ -0,0 +1,930 @@ | |||
| { | |||
There was a problem hiding this comment.
There was a problem hiding this comment.
added a new cell with text
bilgeyucel
left a comment
There was a problem hiding this comment.
Left my comments on review nb
This new notebook goes beyond what the GitHub Issue Resolver notebook shows. It additionally forks the repository, edits files in multiple commits and simulates opening a pull request. Here is an example:
deepset-ai/haystack-core-integrations@main...haystack-demo-user:haystack-core-integrations:fix-1268
When users run the tutorial, they will actually fork the repo and in their fork they will actually create some commits, which is nice. They won't automatically open an actual PR, which is nice too. :D
For context: @sjrl brought up that one way to keep example files from the experimental Agent around is an integration deepset-ai/haystack-experimental#263 (comment)
deepset-ai/haystack-core-integrations#1637