1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/docs/ai-agents/connectors/github/README.md

3.8 KiB

Github agent connector

GitHub is a platform for version control and collaborative software development using Git. This connector provides access to repositories, branches, commits, issues, pull requests, reviews, comments, releases, organizations, teams, and users for development workflow analysis and project management insights.

Example questions

  • Show me all open issues in my repositories this month
  • List the top 5 repositories I've starred recently
  • Analyze the commit trends in my main project over the last quarter
  • Find all pull requests created by [teamMember] in the past two weeks
  • Search for repositories related to machine learning in my organizations
  • Compare the number of contributors across my different team projects
  • Identify the most active branches in my main repository
  • Get details about the most recent releases in my organization
  • List all milestones for our current development sprint
  • Show me insights about pull request review patterns in our team

Unsupported questions

  • Create a new issue in the project repository
  • Update the status of this pull request
  • Delete an old branch from the repository
  • Schedule a team review for this code
  • Assign a new label to this issue

Installation

uv pip install airbyte-agent-github

Usage

from airbyte_agent_github import GithubConnector, GithubAuthConfig

connector = GithubConnector(
  auth_config=GithubAuthConfig(
    access_token="..."
  )
)
result = await connector.repositories.get()

Full documentation

This connector supports the following entities and actions.

Entity Actions
Repositories Get, List, Search
Org Repositories List
Branches List, Get
Commits List, Get
Releases List, Get
Issues List, Get, Search
Pull Requests List, Get, Search
Reviews List
Comments List, Get
Pr Comments List, Get
Labels List, Get
Milestones List, Get
Organizations Get, List
Users Get, List, Search
Teams List, Get
Tags List, Get
Stargazers List
Viewer Get
Viewer Repositories List
Projects List, Get
Project Items List

For detailed documentation on available actions and parameters, see this connector's full reference documentation.

For the service's official API docs, see the Github API reference.

Version information

  • Package version: 0.18.24
  • Connector version: 0.1.5
  • Generated with Connector SDK commit SHA: f7c55d3e3cdc7568cab2da9d736285eec58f044b