Commit History

chore: remove rag-8000.zcodecorp.in live links and hackathon text
97f7618

williyam commited on

fix: tighten reward/grade bounds to [0.01, 0.99] in models, orchestrator, and tests
9955cc3

williyam commited on

fix: clamp scores to [0.01, 0.99] in API boundary, UI, inference, and tests
a8780b7

williyam commited on

fix: strict score clamping to [0.01, 0.99] in all reward/grade paths
e3479ce

williyam commited on

feat: fix image loading (LFS media URLs), improve Blog.MD tech depth, cleanup README
1c35655

williyam commited on

feat: add YouTube demo & GitHub repo links to README and Blog
6af2fb8

williyam commited on

Fix 400 error: extract detail from API errors, auto-reset on uninitialized env
9193917

williyam commited on

Track large GIF with Git LFS
5b48241

williyam commited on

Add RAG OS demo GIF, fix image rendering (sanitize_html=False), de-dup blog wording
a246098

williyam commited on

demo: upload agentic-rag-os.gif
3378cfe

williyam commited on

Fix: use APP_ROOT env var for Docker path resolution (Blog.MD + image URLs)
439058e

williyam commited on

Fix HF Space: add Blog.MD+assets to Docker, resolve image paths to GitHub raw URLs
c8c6b29

williyam commited on

Add Blog/Writeup and README tabs to Gradio UI for HF Space visibility
69b24c7

williyam commited on

Revert "Add blog writeup sections to README for HF Space visibility: story, HF Space lab, RAG Master motivation, Agentic RAG OS origin, lessons learned"
0952c18

williyam commited on

Add blog writeup sections to README for HF Space visibility: story, HF Space lab, RAG Master motivation, Agentic RAG OS origin, lessons learned
b346763

williyam commited on

Expand Blog.MD with HF Space story, RAG Master motivation, Agentic RAG OS origin; reorder links (RAG OS last) in README and Blog
be12241

williyam commited on

Add Blog.MD, move plots to assets/qwen-finetuning-plots, update README badge & plot paths, update HF model card with training results
265a836

williyam commited on

feat: 1GB storage limit, 2MB file limit, hash routing, landing animations
0dd558e

williyam commited on

refactor: update ui design, remove github oauth support and ci.yml
efb01b8

williyam commited on

fix: resolve frontend path, async retriever calls, and UI guards
4fc9349

williyam commited on

chore: remove agentic-rag-os HF Space deployment
05ec57e

williyam commited on

deploy: Agentic RAG OS live on HuggingFace Spaces
75ffe21

williyam commited on

feat: add Agentic RAG OS — full-stack RL B2B RaaS platform
62d11c6

williyam commited on

Revert "feat: add agentic_rag_os — RL B2B RaaS full-stack app - RAG pipeline (FAISS + sentence-transformers, per-project isolation) - Rewards-as-a-Service: 7 rule types, GRPO/PPO/DPO algorithms - GitHub OAuth 2.0 + JWT authentication - REST API: /auth, /users, /projects, /rewards (OpenAPI 3.0) - Full-stack UI: animated dark landing page + SPA dashboard - Export: JSON, CSV, HuggingFace dataset - Docker + GCP Cloud Run deployment configs (cloudbuild.yaml) - Architecture & deployment docs - Runs on port 8080, completely independent from gym server (:7860) - Updated README Wild Card section"
0881e41

williyam commited on

Revert "test: add HF Space gym API verification (52/52 passing)"
9e8d43e

williyam commited on

test: add HF Space gym API verification (52/52 passing)
ade2a4c

williyam commited on

feat: add agentic_rag_os — RL B2B RaaS full-stack app - RAG pipeline (FAISS + sentence-transformers, per-project isolation) - Rewards-as-a-Service: 7 rule types, GRPO/PPO/DPO algorithms - GitHub OAuth 2.0 + JWT authentication - REST API: /auth, /users, /projects, /rewards (OpenAPI 3.0) - Full-stack UI: animated dark landing page + SPA dashboard - Export: JSON, CSV, HuggingFace dataset - Docker + GCP Cloud Run deployment configs (cloudbuild.yaml) - Architecture & deployment docs - Runs on port 8080, completely independent from gym server (:7860) - Updated README Wild Card section
02370f4

williyam commited on

fix: isolate FAISS per domain, dynamic Auto Pilot step count
b912ec6

williyam commited on

fix: Auto Pilot domain sync, Done flag, markdown status, README links
e402f23

williyam commited on

Merge pull request #1 from elizabeth07-m/main
a2da1c2
unverified

WILLIYAM M commited on

docs: update readme.md - removed github link and MIT
1254081

elizabeth07-m commited on

feat: add legal_research domain, multi-domain switching, and README overhaul
67c37e4

williyam commited on

chore: add git-lfs tracking for notebook and images
2ed9aaf

williyam commited on

feat: GRPO fine-tuning pipeline + trained model for aerospace RAG
7e07285

williyam commited on

fix: mount Gradio at root, add Prometheus metrics
5c82f3d

williyam commited on

fix: delete dead database.py (sqlalchemy deps removed)
506336b

williyam commited on

docs: update README baseline scores, add reproduce section, fix UI MySQL ref
0a0eb85

williyam commited on

test: add exploit tests, integration test, and CI workflow
c57e110

williyam commited on

fix: remove dead code (EXECUTOR, MySQL, bleach), fix PlannerAgent receiver
201faa7

williyam commited on

feat(domain): add legal research domain stub
9a4e40e

williyam commited on

fix(rewards+orchestrator): additive efficiency, repetition tracking, verify post-answer
17581a9

williyam commited on

fix(server): CORS, sanitization, concurrency, parameter override, mount at /ui
0a8ad1c

williyam commited on

fix(graders): harden against keyword stuffing attacks
a2245d1

williyam commited on

fix(openenv): add required image/port/entrypoint fields, add max_steps to tasks
5b77316

williyam commited on

fix(docker): remove hardcoded LLM vars, pre-warm embeddings, add .dockerignore
feac028

williyam commited on

fix(inference): raise MAX_STEPS to per-task max, add answer forcing, fix fallback, save results
0ffbde7

williyam commited on

fix: add 30s LLM timeout + use HF Inference API for faster responses
02fb803

williyam commited on

fix: graceful LLM fallback + HF Inference API defaults in Docker
e9153ef

williyam commited on

fix: Dockerfile copies README.md and source packages before pip install
51cda38

williyam commited on

fix: server tests with mock orchestrator injection - 89/89 passing
64c9143

williyam commited on