fetchai / uAgents

A fast and lightweight framework for creating decentralized agents with ease.
Apache License 2.0
995 stars 241 forks source link

feat(integration): User GitHub Repositories Integration #530

Closed jonathanguven closed 1 month ago

jonathanguven commented 2 months ago

Proposed Changes

Add a new integration that queries the public repositories of a specified GitHub account.

Linked Issues

N/A

Types of changes

What type of change does this pull request make (put an x in the boxes that apply)?

Checklist

Put an x in the boxes that apply:

If applicable

Further comments

Added a new integration to query all public repositories of a GitHub user. The account username is provided by the user, and the repositories are listed in order of most-recently contributed to least-recently contributed to. This agent is hosted on the Agentverse and has a Agent Function publicly available to use on DeltaV.