New Coding Assistant Agent: QuantaAgent

I’ve created a Python + Langchain + Gradio GUI Agent (for OpenAI API use, but able to talk to other LLMs also) which does refactoring on code, and answers questions about code. It reads your project files directly, and modifies them directly.

From Github README:

A tool to automate querying AIs (LLMs) about your codebase, which can also automatically refactor your actual project files, from high level human language instructions of what changes you’d like to make. You can ask the tool anything about your project, ask for any kind of refactoring you’d like to do in your project, or even ask the tool to create entirely new projects all on it’s own.

Project QuantaAgent

It’s a very lightweight project at under 1K loc. I plan to show it to the Langchain team as a possible addition to their stack. It seems that important, and I think I may have done it the simplest way possible, as well. :slight_smile: I thought I’d share it here.

Screenshot… (NOTE: This screenshot is outdated and is from an older Streamlit-based version of the app)

1 Like

hello, i tried to follow the link but noticed that the repository no longer exists. did you move it somewhere else?

Oops, I had moved it to a different repo. I updated the link on the post, so it works now. I’m interested in any comments you have on any of it, thanks for checking it out.

The project was also converted to Gradio (no longer using Streamlit, because imo Gradio is much better and more popular than Streamlit)

1 Like