Commit History

revert: Restore original Gradio UI from before conversation
f14c2fc

Riley Claude commited on

feat: Full-screen chatbot interface with example questions
c8e0d3b

Riley Claude commited on

feat: Enable conversational responses for ANY question
b37cf5d

Riley Claude commited on

feat: Streamline Gradio UI with 4 major improvements
2f8636e

Riley Claude commited on

fix: Add debug logging and follow-up question support
65bb1b0

Riley Claude commited on

feat: Speed & intelligence overhaul - 3x faster with natural responses
e9c393a

Riley Claude commited on

fix: Handle ChatCompletionMessage objects in message trimming
83de147

Riley Claude commited on

fix: Strengthen system prompt to eliminate tool call announcements
4f0e8f4

Riley Claude commited on

fix: Improve UX - text comparisons, remove preset bloat, fix tool message errors
ff0b7db

Riley Claude commited on

fix: Extract nested funding data in grant comparisons
9e7adc5

Riley Claude commited on

fix: Add aggressive timeout prevention and context limits
b35c13b

Riley Claude commited on

perf: Optimize latency and reduce token usage across QA and search services
f71cdac

Riley Claude commited on

fix: Update import path in app.py for HF deployment
a6539e2

Riley Claude commited on

feat: Major scraper enhancements - consistent format, better extraction, per-month costs
2ae7490

Riley Claude commited on

fix: Remove temperature parameter for GPT-5 compatibility (only supports default)
eaadb58

Riley commited on

fix: Update .dockerignore to include data/snapshots for HF deployment
eb968a7

Riley commited on

fix: Change all max_tokens to max_completion_tokens for GPT-5 compatibility
5e9a5f2

Riley commited on

debug: Add comprehensive directory listing to diagnose missing data on HF
1845ee8

Riley commited on

debug: Add comprehensive path diagnostics for HF deployment
6e7ff18

Riley commited on

debug: Add more detailed logging for grant initialization
4cb0154

Riley commited on

debug: Add logging to diagnose grant loading issue on HF
9cc251e

Riley commited on

fix: Change max_tokens to max_completion_tokens for GPT-5 API compatibility
984ffe4

Riley commited on

feat: Merge GPT-5 enhancements with working c72a240 base + restore crawler
cf9b3dc

Riley Claude commited on

fix: Complete restoration of analyzer/ directory from c72a240
d5ef6d3

Riley Claude commited on

fix: Restore exact Gradio UI from working commit c72a240
477e08a

Riley Claude commited on

fix: Restore exact working structure from commit c72a240
e616a87

Riley Claude commited on

fix: Restore working Hugging Face deployment structure
fc9de37

Riley Claude commited on

chore: Remove websocket dependencies - not used in current version
dec3c94

Riley Claude commited on

fix: Restore working app.py structure from pre-merge version
4fe4fba

Riley Claude commited on

fix: Restore simple relative path for grant loading
7a334ae

Riley Claude commited on

feat: Add comprehensive logging to app.py startup
9a12157

Riley Claude commited on

fix: Remove WebSocket/SSE streaming UI and add detailed logging
052bc50

Riley Claude commited on

fix: Use absolute path for loading grant snapshots
875544e

Riley Claude commited on

fix: Remove all remaining emojis from demo_app UI
26fb436

Riley Claude commited on

fix: Add websocket-client and gradio to requirements
d6c8cad

Riley commited on

chore: Remove old grant-radar-hf-deploy directory and duplicate snapshots
f893061

Riley commited on

fix: Add app.py wrapper for Hugging Face Spaces compatibility
ef48716

Riley commited on

fix: Update app_file to point to demo_app.py
4b9ce01

Riley commited on

fix: Add Hugging Face YAML metadata to README.md
01c44d5

Riley commited on

chore: Add venv to gitignore
5d0eef4

Riley commited on

chore: Remove large files from git tracking
8daf9db

Riley commited on

chore: Configure Git LFS for large files
9a8f161

Riley commited on

feat: Major system enhancements - GPT-5 support, monitoring, translation, and optimizations
057c21e

Riley Claude commited on

Added Dev Container Folder
f5e01cc

rileyq7 commited on

fix: uncomment data/ in gitignore so grant data is deployed to Streamlit Cloud
4cedf5e

Riley Coleman commited on

debug: add logging to track grant loading in initialize_app
942ce98

Riley Coleman commited on

fix: clarify system prompt - 'list all grants' should use list_grants, not get_all_grant_summaries
7b2f287

Riley Coleman commited on

fix: use stronger system prompt from demo_app to force tool execution
73f8328

Riley Coleman commited on

fix: make hybrid search index optional in chat_tools - graceful fallback if scikit-learn unavailable
32b6d1c

Riley Coleman commited on

fix: make hybrid search index import optional - graceful fallback if scikit-learn unavailable
97cccc5

Riley Coleman commited on