CoolFace
Apppublic

kyorlin2001/code-analysis-tool

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes
34 commits on main
de040d85mo ago

Updated todo list.

kyorlin2001
a59e7a75mo ago

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.

kyorlin2001
d379d8a5mo ago

removing debug code

kyorlin2001
4afc85b5mo ago

found problem and attempted fix

kyorlin2001
9672a665mo ago

Added more debug code to prompt_builder.py to track

kyorlin2001
c38e86c5mo ago

Added debug code to prompt_builder.py to track

kyorlin2001
b3534b45mo ago

Added debug code to model_ to track changes

kyorlin2001
0cf528b5mo ago

Added debug code to app.py and rag_agent.py to inspect

kyorlin2001
a0cdc1e5mo ago

Added debug code to prompt_builder.py

kyorlin2001
fb3b1a35mo ago

Determined issue was in another file added another debug to that file.

kyorlin2001
86746b75mo ago

Added even more debug code to locate rag issue again

kyorlin2001
e71dafe5mo ago

Added even more debug code to locate rag issue

kyorlin2001
c4de17a5mo ago

Added more debug code to locate rag issue

kyorlin2001
54cc8985mo ago

Added debug code to locate rag issue

kyorlin2001
d73160c5mo ago

Fixed formatting issue in ModelClient

kyorlin2001
d0566795mo ago

Changed model to what works in my other program

kyorlin2001
a0f47335mo ago

Switched back to HfApiModel that I was using prior to adding agents.

kyorlin2001
0ca4fe75mo ago

Changed provider

kyorlin2001
94321585mo ago

Fixed a typo

kyorlin2001
390fc105mo ago

Fixed missing api key error with changes

kyorlin2001
b2b11735mo ago

Updated model config due to deployment issues - second attempt

kyorlin2001
3efd0665mo ago

Updated model config due to deployment issues

kyorlin2001
59cd3ac5mo ago

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.

kyorlin2001
3cf12b55mo ago

Updated model to use huggingface inference

kyorlin2001
d3ff2555mo ago

Updated to incorporate rag

kyorlin2001
8d23b9c5mo ago

added rag skeleton

kyorlin2001
1e9b68c5mo ago

Converted to Agentic analysis, added support for regression testing and connecting directly to github

kyorlin2001
c76a92e5mo ago

Updated requirements.txt to contain all necessary dependencies for the project.

kyorlin2001
bbb89a85mo ago

Added workflow to sync github with huggingface

kyorlin2001
18dc9b75mo ago

Updated readme to support both huggingface and github

kyorlin2001
a048bb65mo ago

Added ability to upload local zip files and analyze

kyorlin2001
5eeed5d5mo ago

Initial commit

kyorlin2001
5e7da455mo ago

initial commit

kyorlin2001
7a872715mo ago

Duplicate from streamlit/streamlit-template-space

kyorlin2001, FranckAbgrall