We made an AI agent that's capable of using various tools to achieve a full end-to-end workflow of deploying a server. I only provided the instructions and it did all the required steps.
I posted about on Twitter - https://twitter.com/mlejva/status/1636103084802822151
The demo video is here - https://www.youtube.com/watch?v=beYWhTsVcU8
The AI agent can:
- Write & run code
- Make curl requests
- Install packages via NPM
- Write to file
- Make git commits and deployments
It's using GPT-3.5
Does your AI write code, run code, debug itself, install packages, writes to files, and deploys the code?
Mine does
https://t.co/1kGIFRSZxg
This is a demo of an AI that's capable of using various tools to achieve a full end-to-end workflow of deploying a server. I only provided the instructions and it did all the required steps.
In the end, I was a bit confused why the requests aren't working but I just needed to wait for the server to get updated.
The AI agent can:
- Write & run ...