Feedback Wanted - Django AI Testing Agent

Hey everyone,

I’ve been using django almostttt exclusively for a long time now and am a huge fan. There are definitely still some clunkiness factors that drive me nuts everytime I forget them but in general I love how easy it is to push out new tools / features.

That said one of the difficulties (or maybe just annoyances) I’ve had is managing the tests for my apps. Between forgetting how to setup the DB each time I write tests to struggling to update them as I change things, it’s been a love hate relationship.

Recently I decided to take a stab at really fixing by just building something to do it for me. I created DebuggAI which leverages the runtime context from the django logs and combines it with a group of langflow agents specifically trained to handle django testing.

Rather than just asking chatgpt to write tests with 0 context, this is able to track how functions are called and with what attribtutes/data structures so that it can create actually helpful tests that work. It also can run them in the background and continually update them as you code so you don’t have to worry about them.

It’s still very early (building in public) but if anyone is willing to play around or give some thoughts on it I’d really appreciate it. It technically has use limits for free accounts but ping me and i can set it to unlimited in exchange for feedback :slight_smile: