Agentic_SRE / app.py

Commit History

Fix auto-registration of tasks, add offline DB fallback for local evaluation, and improve rate-limit out-of-credit failover
915c925
Running

LordofMonarchs commited on

Move demo.load inside gr.Blocks context to resolve Gradio event trigger AttributeError
f645906

LordofMonarchs commited on

Restore safe ZeroGPU warmup check to satisfy Hugging Face ZeroGPU startup detector
cbad16d

LordofMonarchs commited on

Fix indentation in run_custom_test_ui block and clean up redundant finally block
3c69d64

LordofMonarchs commited on

Wire BYOK pattern and temporary provider override into Standalone Diagnostic Episode tab
d602210

LordofMonarchs commited on

Remove ZeroGPU code, fix nested key lookups for diagnostic episodes, and resolve BYO test case crashes
24582e3

LordofMonarchs commited on

Fix dictionary key lookups in standalone diagnostic tab and resolve three crashes in custom BYO test case tab
96db899

LordofMonarchs commited on

Remove Dict[str, Any] type hints from Gradio handlers to sidestep schema introspection crashes
dfe07c9

LordofMonarchs commited on

Wire in spaces.GPU warmup call during startup and demo.load to complete ZeroGPU detection handshake
74484c0

LordofMonarchs commited on

Remove huggingface_hub token monkeypatch that blocked ZeroGPU API discovery
32d4d72

LordofMonarchs commited on

Add registered spaces.GPU warmup function to satisfy ZeroGPU startup check
5983f1d

LordofMonarchs commited on

Remove ZeroGPU decorator to fix Gradio UI Error on benchmark execution
0400dff

LordofMonarchs commited on

feat(security): implement Security & Vulnerability Audit Suite (Tests 6-14) with Gradio UI and BYO file upload safeguards
fe232fc

LordofMonarchs commited on

fix: import patch_mesh_for_adversarial and call mesh.inject_hidden_dependency_fault for custom test cases
34fd889

LordofMonarchs commited on

feat: add BYO-Test-Case upload tab right next to fixed benchmark suite
a0ab2d4

LordofMonarchs commited on

fix: switch to Gradio SDK (sdk: gradio) with ZeroGPU decorators for compatibility with free ZeroGPU tier
e01e6d4

LordofMonarchs commited on

feat: public stress-test demo UI with BYOK, session limits, and Docker SDK setup
376181f

LordofMonarchs commited on

Add model_dump and to_dict methods to GradeResult and make JSON serialization safe
e145cec

LordofMonarchs commited on

Handle TypeError when spaces wrapper rejects ssr argument in demo.launch
6a8d9e4

LordofMonarchs commited on

Use explicit literal @spaces.GPU decorators so AST scanner detects ZeroGPU functions at startup
7f0fde7

LordofMonarchs commited on

Disable experimental Gradio 5 SSR in demo.launch to prevent Node.js server crashes
cf2e66d

LordofMonarchs commited on

Add HfFolder polyfill in app.py and upgrade space sdk_version to 5.12.0 to resolve HfFolder ImportError across all container environments
ca273d1

LordofMonarchs commited on

Add Gradio app.py entrypoint for Hugging Face Spaces free tier
4f35c33

LordofMonarchs commited on