Clean-Coder-AI icon indicating copy to clipboard operation
Clean-Coder-AI copied to clipboard

Rag llm agent v1

Open radekrepo opened this issue 1 year ago • 0 comments

A python-oriented agent for harvesting documentation about libraries for a software project.

  • input: user's task
  • output: indexed documentation

Overall functionality:

  • identify python libraries relevant for user's project
  • install the libraries to the virtual environment of Clean Coder
  • leverage RAG creation functionality from Clean Coder to index documentation for all of the installed libraries that are relevant for the project.

radekrepo avatar Feb 11 '25 11:02 radekrepo