https://github.com/deepset-ai/github-agent

GitHub Issue Resolver Agent with Anthropic Claude 3.7 Sonnet and Haystack

https://github.com/deepset-ai/github-agent

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary

Keywords

agent agentic-ai haystack-ai llm
Last synced: 4 months ago · JSON representation

Repository

GitHub Issue Resolver Agent with Anthropic Claude 3.7 Sonnet and Haystack

Basic Info
  • Host: GitHub
  • Owner: deepset-ai
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage: https://haystack.deepset.ai/
  • Size: 175 KB
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
agent agentic-ai haystack-ai llm
Created 12 months ago · Last pushed 9 months ago
Metadata Files
Readme License

README.md

Github Agent

A Haystack agent that check that can create instructions to resolve the given Github issue.

Given an issue URL, the agent can:

  • Fetch and parse the issue description and comments
  • Identify the relevant repository, directories, and files
  • Retrieve and process file content
  • Determine the next steps for resolution and post them as a comment

Once you have a working agent, you can deploy and serve the agent as a REST API with Hayhooks

Requirements

Install Dependencies

bash pip install -r requirements.txt

Deploy with Hayhooks

Start the Hayhooks server: bash hayhooks run

Deploy the agent: bash hayhooks pipeline deploy-files deployment -n github-agent

Owner

  • Name: deepset
  • Login: deepset-ai
  • Kind: organization
  • Email: hello@deepset.ai
  • Location: Berlin, Germany

Building enterprise search systems powered by latest NLP & open-source.

GitHub Events

Total
  • Watch event: 9
  • Push event: 5
  • Public event: 1
  • Pull request review event: 1
  • Pull request event: 2
  • Fork event: 1
  • Create event: 1
Last Year
  • Watch event: 9
  • Push event: 5
  • Public event: 1
  • Pull request review event: 1
  • Pull request event: 2
  • Fork event: 1
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago


Dependencies

requirements.txt pypi
  • anthropic-haystack *
  • docstring-parser *
  • hayhooks *