kyorlin2001/code-analysis-tool
Updated todo list.
Changed K to be variable based on the number of files, still becomes static for very large repos but for small repos it should pick at least one chunk per file and for medium sized it makes best effort to cover the most relevant data.
removing debug code
found problem and attempted fix
Added more debug code to prompt_builder.py to track
Added debug code to prompt_builder.py to track
Added debug code to model_ to track changes
Added debug code to app.py and rag_agent.py to inspect
Added debug code to prompt_builder.py
Determined issue was in another file added another debug to that file.
Added even more debug code to locate rag issue again
Added even more debug code to locate rag issue
Added more debug code to locate rag issue
Added debug code to locate rag issue
Fixed formatting issue in ModelClient
Changed model to what works in my other program
Switched back to HfApiModel that I was using prior to adding agents.
Changed provider
Fixed a typo
Fixed missing api key error with changes
Updated model config due to deployment issues - second attempt
Updated model config due to deployment issues
Added UI button to enable or disable RAG, model may not be always available so that way it still can be used if its not.
Updated model to use huggingface inference
Updated to incorporate rag
added rag skeleton
Converted to Agentic analysis, added support for regression testing and connecting directly to github
Updated requirements.txt to contain all necessary dependencies for the project.
Added workflow to sync github with huggingface
Updated readme to support both huggingface and github
Added ability to upload local zip files and analyze
Initial commit
initial commit
Duplicate from streamlit/streamlit-template-space
