-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create GitHub Data Provider for Eliza #39
Comments
for scenarios (1-7) |
scenario 1 to 7 to implement |
PR ready to review #76 In my tests with latest update from upstream main branch it runs the matching fragments indivinitly resulting to a crash preventing me from running the providers and that happens as well when the providers are disabled |
@monilpat @jkbrooks I added some changes to my PR 39fa923 waiting for openai to come back online to share the test results |
@monilpat @jkbrooks test results for github providers can be found here #76 (comment) all 5 providers are triggered upon calling the initialize repo action. |
Develop a dedicated GitHub provider within the Github plugin that fetches relevant data, such as issues and commits, from the GitHub API. This data must be transformed into Eliza-compatible Memory objects. The provider should handle authentication, pagination, and error handling efficiently. Utilize the existing
createMemoriesFromFiles
function as a starting point for the transformation logic. This provider will make Eliza capable of understanding and utilizing GitHub information.The text was updated successfully, but these errors were encountered: