Gyanendra Mishra
Gyanendra Mishra
Have fixed the `.gitignore` too ``` # gyani @ Gyanendras-MacBook-Pro in ~/work/testrepo on git:master o [18:43:57] $ cat .gitignore /unusedfolder ``` I hadn't attached the screenshot from the execution, here...
Seeing the same with Kubernetes v1.27
I had to add the following to get the creation + deletion to work ``` ec2:CreateVolume // creation ec2:CreateTags // creation ec2:AttachVolume // creation ec2:DetachVolume // deletion ec2:DeleteVolume // deletion...
Hey @woehrl01 @shinji62 folks you are probably missing some Actions on the IAM policy for your nodes; I had to add the following to get the creation + deletion to...
Seems like we have this third party plugin listed - https://github.com/AntonioCiolino/AutoGPT-Zapier I haven't tried using it yet though!
Thanks for the ticket @zudsniper The way you describe it is indeed ideal. That way we don't have to download from the passed URL every time; reducing the time it...
When I had created the ticket I was inspired by https://github.com/ConnectAI-E/AutoGPT-Next-Web Now as I go through the repository I can't tell if how it relates to significant-gravitas/auto-gpt
Thanks, I'll keep this issue open!
Hey @ntindle I created https://github.com/Significant-Gravitas/Auto-GPT-Plugins/pull/123 that adds the CI from the main repo here. I can see the GH actions run fine on my fork https://github.com/h4ck3rk3y/Auto-GPT-Plugins/pull/3 but I think it...
Hey @BaseInfinity @ntindle to keep the conversation going - Here's an example of a nightly run that checks whether the plugin loads as expected; it tests it for three different...