ibis-project / ibis-birdbrain

portable Python ML-powered data bot
https://ibis-project.github.io/ibis-birdbrain/
Apache License 2.0
23 stars 4 forks source link

feat: GitHub search and whatnot #14

Closed lostmygithubaccount closed 7 months ago

lostmygithubaccount commented 1 year ago

search over GitHub issues, discussions, etc. what are relevant for a given project

perhaps also GitHub search over code (vs clone and search locally)

lostmygithubaccount commented 1 year ago

some prior art in here but may want to do something from scratch: https://github.com/PrefectHQ/marvin/blob/main/src/marvin/tools/github.py

lostmygithubaccount commented 1 year ago

or require it to be ingested into a DB first? follow the pattern of always requiring a database, query that for info

lostmygithubaccount commented 12 months ago

need this for in-GUI feedback, and might help w/ getting more familiar with the reflex app

i.e. might prioritize ahead of some others due to ease of implementation and opportunity to learn for more frontend dev later

lostmygithubaccount commented 7 months ago

use a database