Clean-Coder-AI
Clean-Coder-AI copied to clipboard
Rag llm agent v1
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.