Fix: production.py indentation bug + LLAMA_SERVER_PATH import d24bb7d AjinkyaPagare commited on 18 days ago
Fix: download model at runtime if missing during Docker build bb8b65f AjinkyaPagare commited on 18 days ago
Fix: start FastAPI immediately with background model loading for HF healthcheck 4619045 AjinkyaPagare commited on 18 days ago
fix: remove dead v4.5 import block (LearningEngine warning), port 7860 default 905b017 AjinkyaPagare commited on 18 days ago
fix: change FROM python:3.10-slim to 3.11-slim to force Docker cache invalidation 3847330 AjinkyaPagare commited on 19 days ago
fix: remove name-mangled __init_stabilization call from CircuitBreaker 08c4014 AjinkyaPagare commited on 19 days ago
fix: add missing get_planner, get_model_registry, SelfHealingRuntime imports a4662cd AjinkyaPagare commited on 19 days ago
fix: resolve SyntaxError in logger string - remove stray quote from corrupted Unicode replacement 3a0e074 AjinkyaPagare commited on 19 days ago
fix: remove invalid unicode characters from docstrings/comments 84530b3 AjinkyaPagare commited on 19 days ago
fix: add PORT env var fallback to FASTAPI_PORT in config 11bfd78 AjinkyaPagare commited on 19 days ago
fix: remove --jinja flag, increase timeout to 600s, add system deps, improve startup handling 8a48609 AjinkyaPagare commited on 19 days ago
fix: remove stray 'n' causing NameError on module import 963489d AjinkyaPagare commited on 19 days ago
fix: add missing get_execution_graph() function to prevent ImportError on HF Spaces 3a3e999 AjinkyaPagare commited on 19 days ago
fix: remove duplicate FASTAPI_PORT env var in Dockerfile f5f6cee AjinkyaPagare commited on 20 days ago
fix: restrict CORS origins to env var instead of wildcard c6afd17 AjinkyaPagare commited on 21 days ago
fix: remove hardcoded JWT_SECRET fallback (change-me-in-production) 01f6a0b AjinkyaPagare commited on 21 days ago
fix: Python 3.9 compatibility - Optional type hints and agent registration newlines (3 fixes: literal 1f889ef AjinkyaPagare commited on 24 days ago
fix: remove DarkSyntrix branding, fix README.md, update all name references 78687b3 AjinkyaPagare commited on 26 days ago
fix: update model names and UI references to actual model names 6b0eeaa AjinkyaPagare commited on 26 days ago
fix: response.iter_bytes() -> response.aiter_bytes() for SSE streaming in proxy_openai c48bc23 AjinkyaPagare commited on 26 days ago
v1.0.2: Fixed Dockerfiles (libgomp1, removed chown timeout, selective COPY), 30s max timeout, HF_TOKEN_04 token, all 24 spaces LIVE/BUILDING verified ea0a34b AjinkyaPagare commited on 26 days ago
Merge branch 'main' of https://huggingface.co/spaces/pagareajinkya04/phi-4-mini-instruct 8364ae2 AjinkyaPagare commited on 26 days ago
fix: Python 3.9 compatibility - Optional type hints and agent registration newlines (3 fixes: literal c7d768a AjinkyaPagare commited on 26 days ago
fix: python3.10, disable flash-attn, reduce memory for HF Spaces CPU 5268f40 AjinkyaPagare commited on 27 days ago
fix: ADAM v4.5 runtime integration - imports, init, benchmarks 91dda33 AjinkyaPagare commited on 29 days ago
feat: ADAM v4.5 - unified autonomous API routes (/api/adam/autonomous/execute) 6d6c158 AjinkyaPagare commited on 29 days ago
feat: ADAM v4.5 - evaluation, workflows, sandbox, reliability, learning, memory evolution, autonomous engine b5a5b46 AjinkyaPagare commited on 29 days ago
feat: ADAM v4.5 - Multi-Agent Collaboration + Context Engineering 7a0ad35 AjinkyaPagare commited on 30 days ago
fix: await governance.get_status() in get_full_status - fixes HTTP 500 f81be64 AjinkyaPagare commited on 30 days ago
fix: correct get_health indentation - was nested local fn instead of class method 1f4b910 AjinkyaPagare commited on 30 days ago
fix: await orchestrator.get_status() in get_full_status - fixes HTTP 500 601a13d AjinkyaPagare commited on 30 days ago
perf: ADAM v3.1 stabilization - fix HTTP 500, heartbeat, HF sleep, peer scoring 7f56864 AjinkyaPagare commited on 30 days ago
fix: address code review - deps, auth wiring, heartbeat, status, middleware 9119bef AjinkyaPagare commited on 30 days ago
feat: ADAM v3.0 lightweight production runtime - all 7 phases 39f3971 AjinkyaPagare commited on 30 days ago
fix: add missing await on node_intelligence.get_status() in production.py f45aec4 AjinkyaPagare commited on 30 days ago
fix: add missing await on governance.get_status() and orchestrator.get_status() 926aee6 AjinkyaPagare commited on 30 days ago
fix: correct constructor arg names in register_enhanced_routes e9f6435 AjinkyaPagare commited on 30 days ago
fix: correct all truncation bugs in enhanced modules + remove masking try/except 0e2ee65 AjinkyaPagare commited on 30 days ago