DAGWorks-Inc / burr

Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.
https://burr.dagworks.io
BSD 3-Clause Clear License
1.25k stars 71 forks source link

AI Assist to build with Burr #334

Open samyakkkk opened 2 months ago

samyakkkk commented 2 months ago

Is your feature request related to a problem? Please describe. Hi there, Burr is a popular repository to build agents. But most copilots aren't able to help with the latest syntax. So we created a custom AI Assist trained on this repo code + issues.

Please try it here.

It is also mentionable as a badge in readme and can help devs landing on the repo build apps for their use cases.

<a href="https://app.commanddash.io/agent/github_DAGWorks-Inc_burr"><img src="https://img.shields.io/badge/AI-Code%20Agent-EB9FDA"></a>

hope this helps!

skrawcz commented 2 months ago

@samyakkkk cool. Does it verify the code works? or at least contains no syntax / wrong method errors?

skrawcz commented 2 months ago

Also how quickly does it update? We push new features regularly -- so it would be great if it surfaced what version/date of "burr" it knows about somewhere in the UI.

samyakkkk commented 2 months ago

@skrawcz we reindex once a month, but can make it more frequent for Burr agent.

Great note about including the last indexing date. We shall have that in place shortly!

  1. For running the code, we haven't added sandboxing since many users just use the IDE extension and run code directly.
  2. The syntax generated is reliable for most cases. If there are wrong params or import mistakes, users can share that error back to the agent and it will fix it.

Repositories like Flame, RAG Techniques and many more are using the agent.

We can also provide you with a free discord bot that can assist users in the server and also learn from messages.

Best!

skrawcz commented 2 months ago

@samyakkkk happy to try it for discord. What's required for that?

samyakkkk commented 2 months ago

@skrawcz for sure. If you decide to add the badge to the readme, we can immediately setup the discord bot and send a link.

We've had to set this policy so it help us grow while being able to keep the product free.

skrawcz commented 2 months ago

@samyakkkk Sure. I'll bite. done.

If your backend is in python - happy to help get it on Burr and the bot can then be quite meta ;)