CoolFace
Apppublic

vicky-dev-24/localai-gateway-backend

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
50 commits on main
cb849df4mo ago

Fix: wrap exception raises as RuntimeError in _call_model_space/_stream_from_model_space to prevent unhandled 500 errors in failover loop

AjinkyaPagare
a2532694mo ago

Clean up: remove all old models, keep only Phi-4 Mini with 3-Space failover

AjinkyaPagare
96ca9774mo ago

chore: add HF_TOKEN_DARKSYNTRIXA2 support and migrate 6 chat models to darksyntrixa2 spaces

AjinkyaPagare
b37f0a74mo ago

ci: trigger pipeline to test HF_TOKEN_VICKYDEV

AjinkyaPagare
9e1dbf94mo ago

fix: remove duplicate import os in config.py, suppress TestResult pytest warnings

AjinkyaPagare
d88c0604mo ago

chore: add os import and update test results

AjinkyaPagare
339b4014mo ago

Fix 3 issues: Redis-backed token revocation, chat empty messages 422, cognition broadcast

AjinkyaPagare
07f65b14mo ago

fix: remove blocking aread() to enable true streaming from model space

AjinkyaPagare
42e1af64mo ago

fix: security fixes - CORS env var, admin password logging, auth v2 migration, JWT secret hardening

AjinkyaPagare
9c168854mo ago

Remove all hardcoded secrets and credentials from source code

AjinkyaPagare
a29e16e4mo ago

Security hardening: auto-generate JWT secret, fix cognition router import, add comprehensive api test

AjinkyaPagare
5aa628c4mo ago

Fix remaining security issues: add auth to node_runtime, cognition health, infra endpoints

AjinkyaPagare
a8c99d84mo ago

Fix critical tool bugs: terminal allowlist, wasm async, validator, sandbox zombies, browser double truncation, filesystem realpath

AjinkyaPagare
e0fed904mo ago

Fix remaining audit issues: C3 role validation, M1 env sanitization, M2 re-auth refresh, M3 token revocation, L2 asyncio, L4 error redaction, H5 token masking

AjinkyaPagare
9e1d5c74mo ago

Fix remaining audit issues: C1 block default JWT_SECRET, C5 tighten sandbox, C9+C16 validate session tokens as API keys, M4 rate limit registration

AjinkyaPagare
297b14a4mo ago

Fix audit issues: C16/C15/C6/C8/H3/H7/H8/H16/H17/M4/M14/L5/L8

AjinkyaPagare
bf6a1394mo ago

Fix auth: wire security_v2 Argon2, sandbox terminal, protect metrics, hide docs in prod

AjinkyaPagare
2264c994mo ago

Remove ineffective builtins pop, final cleanup

AjinkyaPagare
8ede8ce4mo ago

Fix browser.py --no-sandbox regression, simplify JWT_SECRET config

AjinkyaPagare
c5560f74mo ago

Fix JWT_SECRET to use env-based settings value

AjinkyaPagare
edd7e944mo ago

Fix auth expiry checks, sandbox hardening, CORS, SSRF, filesystem safety

AjinkyaPagare
5cc365a4mo ago

Fix deploy script: unshallow clone before pushing to HF

AjinkyaPagare
093563f4mo ago

Fix CI/CD: use alpine:3.19 instead of alpine/git which has ENTRYPOINT=git

AjinkyaPagare
5b635f24mo ago

Fix CI/CD: use external deploy script to avoid YAML parsing issues

AjinkyaPagare
d54cfa64mo ago

Fix CI/CD YAML syntax + add pytest.ini for async tests

AjinkyaPagare
85d2e114mo ago

Fix CI/CD YAML: use literal block scalar | for script

AjinkyaPagare
6a5ab244mo ago

Fix CI/CD YAML: simplify script syntax to avoid parsing issues

AjinkyaPagare
2479ed14mo ago

Fix CI/CD YAML syntax + add verify_imports script

AjinkyaPagare
6cd5f884mo ago

Fix sandbox.py lock + web_search.py cleanup

AjinkyaPagare
e00ca354mo ago

Fix CI/CD: install requirements.prod.txt, add environment keyword

AjinkyaPagare
fc572aa4mo ago

Add CI/CD pipeline: auto-deploy development branch to HF Space

AjinkyaPagare
0946be74mo ago

Fix 15 critical/high bugs: sandbox escapes, schemas, dead code, MCP server

AjinkyaPagare
30100ce4mo ago

fix: reorder models/providers before models/{model_id} to prevent route capture

AjinkyaPagare
c6bc9a04mo ago

fix: add all missing API routes to match frontend expectations

AjinkyaPagare
e3e039c4mo ago

fix: add missing RealDictCursor import causing empty API key list on CockroachDB

AjinkyaPagare
595d7714mo ago

fix: SQLite connection pool returning closed connections causing empty API key list

AjinkyaPagare
86fb1764mo ago

revert: remove admin frontend pages from backend (static files + routes)

AjinkyaPagare
9155b3c4mo ago

feat: add admin frontend pages with static file serving

AjinkyaPagare
8d164124mo ago

feat: add admin dashboard with live monitoring and paginated logs

AjinkyaPagare
cc9d6e74mo ago

fix: add created_by field to Organization dataclass

AjinkyaPagare
0ae86264mo ago

fix: Dockerfile chmod +x start.sh to fix HF permission denied error

AjinkyaPagare
50a8f364mo ago

feat: expose all microservices as API routes, enable MCP server

AjinkyaPagare
f60d3864mo ago

fix: resolve 4 API 500 errors on HF deployment

AjinkyaPagare
7c447b34mo ago

fix: critical bug fixes and cleanup - fix dead validation code in tools/__init__.py, fix broken event_bus publish() retry logic, fix admin.py dependency injection, remove deprecated memory_v2.py, fix unbounded L1 cache, fix incomplete distributed.py async stubs

AjinkyaPagare
c925cf74mo ago

fix: enhance security with input validation and sanitization

AjinkyaPagare, aider (openrouter/deepseek/deepseek-chat)
066cf764mo ago

fix: add thread safety and timeout handling to critical components

AjinkyaPagare, aider (openrouter/deepseek/deepseek-chat)
10095134mo ago

fix: add few-shot examples to system prompt to override stubborn training identities

AjinkyaPagare
b43b0a44mo ago

fix: strengthen DarkSyntrix system prompt to override stubborn model training identities

AjinkyaPagare
993c9644mo ago

fix: inject DarkSyntrix system prompt to ensure models identify as DarkSyntrix by VR instead of default training identity

AjinkyaPagare
b71de7e4mo ago

fix: correct Prometheus label name from cache to cache_type in L1 cache functions

AjinkyaPagare