genia-dev / GeniA

Your Engineering Gen AI Team member 🧬🤖💻

Home Page:https://genia-dev.github.io/GeniA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add GCP Cloud Functions support

shlomsh opened this issue · comments

Describe the feature or problem you’d like to solve

teach genia how to use GCP Cloud Functions apis as new tools

Proposed solution

have a look at the below file implemented for aws lambda and implement the matching functionality on cloud functions
genia/tools/kubernetes_client

create lambda
delete lambda
list available lambdas
invoke lambda
update lambda
etc.