Roundup Tracker

DeepWiki is an LLM located at https://deepwiki.com/roundup-tracker/roundup, it is trained on the roundup github repo.

You can use it to:

  1. understand the structure of the Roundup codebase
  2. use it to customize a tracker.

Note it is an LLM and does have some hallucinations but...

As an example of #2, I asked the following sequence of questions to get what looks like a working example:

  1. How would I create an extension that records the user's last login time?
  2. The return of LoginAction.handle looks wrong.

  3. Aren't you missing a try/except clause?
  4. Why is the if hasattr code repeated?

returned code that works, but still can use some manual cleanup:

Also rerunning this sequence returns a different set of code 8-(.