#AI agent that install packages, writes code, runs it, debugs itself, writes to file, and deploys

19 messages · Page 1 of 1 (latest)

primal obsidian
#

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 ...
▶ Play video
latent vault
#

very cool. I assume you used langchain?

broken tusk
#

this is cool

primal obsidian
#

yeah, used langchain but all the tools are custom

#

we actually gave the LLM a cloud playground where it could use the tools

#

we also customized a bunch of things from langchain but it definitely made us move faster

placid island
#

Will you put this up on github @primal obsidian ?

primal obsidian
#

We will see. Maybe. It's currently part of a codebase of a bigger project that we want to launch soon

frosty thunder
#

dude! this is so cool! I was working on something similar for my disertation!

marble pelican
#

This is crazy! A little scary scary though. lol

primal obsidian
#

@frosty thunder would love to see/read/chat about your disertation! Is it publicly accessible anywhere?

primal obsidian
frosty thunder
#

If i do a v2 hopefully i could get similar results

#

Great work!

primal obsidian
#

thanks! feel free to dm me once you have something working, I'm curious to check it out

broken tusk
#

hm

fresh plaza
#

May I ask if there are any parts or projects which can wrote code available somewhere?

primal obsidian