CoolFace
Apppublic

Siddhantkt/support-ticket-triage

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
50 commits on main
0b045386mo ago

Implement persistent mission records and leaderboard across sessions

siddhantthakur278
455759f6mo ago

feat: enforce strictly non-binary (0, 1) scoring across environment and UI

siddhantthakur278
048d2436mo ago

Implement Super-Extraction and Fallback Drafting for AI metadata and logs

siddhantthakur278
87c30cb6mo ago

Enable fuzzy keyword matching for AI field assignment

siddhantthakur278
d0b983b6mo ago

Enhance AI log drafting and ensure audit log persistence

siddhantthakur278
dad429b6mo ago

Optimize for rate limits and force AI field assignment

siddhantthakur278
6cbc33c6mo ago

Fix reward rounding, clamp scores (0, 1), and enable dropdown interactivity

siddhantthakur278
7b340626mo ago

Fix HF 410 error with new router endpoint and add smart URL routing

siddhantthakur278
fb8660d6mo ago

Harden AI action parsing, synonyms, and field assignment directives

siddhantthakur278
2d330b86mo ago

Fix auto-assignment, mitigation logs, intel search efficiency, and UI graphs

siddhantthakur278
7ae8dbf6mo ago

chore: trigger rebuild to resolve HF exit code 56

siddhantthakur278
b2ece516mo ago

fix: implement Universal Metadata Synchronization across all action types

siddhantthakur278
4a89c526mo ago

fix: hardened AI intelligence (normalization, truncation, and clear objectives)

siddhantthakur278
da1c6346mo ago

fix: implement sliding window context to stay under 6k token limits

siddhantthakur278
8c2bb886mo ago

fix: enforce 'json' keyword in system prompt for API compliance

siddhantthakur278
ca6bfbc6mo ago

fix: allow custom model values in Defense Matrix (resolves llama-3.1-8b error)

siddhantthakur278
6aa74956mo ago

fix: sync AI engine with Space secrets (OPENAI_API_KEY support)

siddhantthakur278
0e2d94c6mo ago

feat: added multi-model support and live API_BASE_URL tuning in Defense Matrix

siddhantthakur278
e151a0b6mo ago

fix: resolve UnboundLocalError for 'raw' in auto-triage loop

siddhantthakur278
5e5fa9e6mo ago

fix: hardened AI engine with robust JSON parsing and tactical schema

siddhantthakur278
df0b9ff6mo ago

fix: resolve UnboundLocalError by reordering handlers

siddhantthakur278
10f8a256mo ago

fix: resolve IndentationError in app.py imports

siddhantthakur278
762ea236mo ago

feat: Meta PyTorch Hackathon Ultimate Uplink v2.0 — Added Neural Probe, Forensic Archive, and Defense Matrix

siddhantthakur278
9e7270c6mo ago

feat: implement Tactical Action Bar in Fleet Analytics tab

siddhantthakur278
f86bc1a6mo ago

fix: log start_mission as step 1 and ensure rewards strictly > 0.0

siddhantthakur278
76952916mo ago

fix: task score out of range — STEP_EPS 0.001→0.01, default reward 0.0→0.01, universal clamp

siddhantthakur278
ac943856mo ago

fix: redirect [THINKING]/debug lines to stderr — keep stdout spec-pure ([START]/[STEP]/[END] only)

siddhantthakur278
7c316a66mo ago

fix: Round 1 compliance — fix [STEP]/[END] format, add HF_TOKEN guard, capture errors, ensure env.close()

siddhantthakur278
ddaba5e6mo ago

fix: add def main() for OpenEnv multi-mode deployment validation

siddhantthakur278
3e28d596mo ago

feat: dynamic leaderboard, 12-article KB, API key check, full partial-credit scoring

siddhantthakur278
e30cfbf6mo ago

fix: partial-credit scoring + temperature=0.5 → varied scores per mission

siddhantthakur278
71738cf6mo ago

fix: more ticket variety + improved agent prompt → varied scores per mission

siddhantthakur278
2b353746mo ago

fix: score strictly in (0,1) — store done reward only; timestamp → mission counter

siddhantthakur278
d8918346mo ago

fix: enforce score strictly in (0,1) — clamp all rewards to [0.01, 0.99]

siddhantthakur278
c801c996mo ago

fix: Returned component error — add hint_input to ALL_OUT and build_ui_dict return

siddhantthakur278
8d56c416mo ago

fix: Gradio 6 compat — move css from gr.Blocks() to gr.mount_gradio_app()

siddhantthakur278
d730afb6mo ago

refactor: complete app.py rewrite — all components fully functional

siddhantthakur278
4ad51046mo ago

fix: report draft not appearing in UI

siddhantthakur278
1cf8a3d6mo ago

fix: restored SentinelSOC branding and synced dropdowns with mission data

siddhantthakur278
7b154716mo ago

fix: updated branding to FreshTriage and resolved blank dropdown fields

siddhantthakur278
5b4d2706mo ago

fix: resolved critical bugs in server/app.py and models.py

siddhantthakur278
b8ec6cb6mo ago

fix(ui): initialize dashboard with pre-populated history to ensure live visuals on load

siddhantthakur278
727353c6mo ago

fix(logic): harden AI JSON schema and injection logic to resolve 400 validation errors

siddhantthakur278
7d7d1756mo ago

refactor(docs): final rebrand of documentation and architecture overview

siddhantthakur278
a0c4d2e6mo ago

docs: complete technical text rebranding in documentation generator

siddhantthakur278
154a3446mo ago

docs: finalize naming consistency in README and build scripts

siddhantthakur278
c3de7986mo ago

fix(imports): update __init__.py to use the new SentinelSOCEnvironment name

siddhantthakur278
79dcc9e6mo ago

feat(premium): upgrade to SentinelSOC 2.0 with MITRE tactics, Integrity Gauge, and Tactical Map

siddhantthakur278
76a811a6mo ago

refactor(names): complete project-wide transition to SentinelSOC terminology

siddhantthakur278
934122f6mo ago

fix(logic): implement auto-normalization for AI actions to prevent Pydantic errors

siddhantthakur278