Commit History

Fix: production.py indentation bug + LLAMA_SERVER_PATH import
d24bb7d

AjinkyaPagare commited on

Fix: download model at runtime if missing during Docker build
bb8b65f

AjinkyaPagare commited on

Fix: start FastAPI immediately with background model loading for HF healthcheck
4619045

AjinkyaPagare commited on

Add CI/CD auto-deploy to darksyntrixa2 HF Space
8fb788a

AjinkyaPagare commited on

fix: remove dead v4.5 import block, fix port 7860
812d714

AjinkyaPagare commited on

fix: remove dead v4.5 import block (LearningEngine warning), port 7860 default
905b017

AjinkyaPagare commited on

fix: change FROM python:3.10-slim to 3.11-slim to force Docker cache invalidation
3847330

AjinkyaPagare commited on

ci: trigger rebuild 1780921545
21f9922

AjinkyaPagare commited on

fix: default port to 7860 for HF Spaces compatibility
2513e62

AjinkyaPagare commited on

ci: force fresh Docker build 1780919939
54960b7

AjinkyaPagare commited on

ci: force rebuild 1780919584
35c4261

AjinkyaPagare commited on

fix: remove name-mangled __init_stabilization call from CircuitBreaker
08c4014

AjinkyaPagare commited on

fix: add missing get_planner, get_model_registry, SelfHealingRuntime imports
a4662cd

AjinkyaPagare commited on

fix: resolve SyntaxError in logger string - remove stray quote from corrupted Unicode replacement
3a0e074

AjinkyaPagare commited on

fix: remove invalid unicode characters from docstrings/comments
84530b3

AjinkyaPagare commited on

fix: add PORT env var fallback to FASTAPI_PORT in config
11bfd78

AjinkyaPagare commited on

fix: remove --jinja flag, increase timeout to 600s, add system deps, improve startup handling
8a48609

AjinkyaPagare commited on

fix: remove stray 'n' causing NameError on module import
963489d

AjinkyaPagare commited on

fix: add missing get_execution_graph() function to prevent ImportError on HF Spaces
3a3e999

AjinkyaPagare commited on

fix: remove duplicate FASTAPI_PORT env var in Dockerfile
f5f6cee

AjinkyaPagare commited on

fix: restrict CORS origins to env var instead of wildcard
c6afd17

AjinkyaPagare commited on

fix: remove hardcoded JWT_SECRET fallback (change-me-in-production)
01f6a0b

AjinkyaPagare commited on

fix: Python 3.9 compatibility - Optional type hints and agent registration newlines (3 fixes: literal
1f889ef

AjinkyaPagare commited on

fix: remove DarkSyntrix branding, fix README.md, update all name references
78687b3

AjinkyaPagare commited on

fix: update model names and UI references to actual model names
6b0eeaa

AjinkyaPagare commited on

fix: response.iter_bytes() -> response.aiter_bytes() for SSE streaming in proxy_openai
c48bc23

AjinkyaPagare commited on

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

Merge branch 'main' of https://huggingface.co/spaces/pagareajinkya04/phi-4-mini-instruct
8364ae2

AjinkyaPagare commited on

fix: Python 3.9 compatibility - Optional type hints and agent registration newlines (3 fixes: literal
c7d768a

AjinkyaPagare commited on

fix: python3.10, disable flash-attn, reduce memory for HF Spaces CPU
5268f40

AjinkyaPagare commited on

v1.0.2: Enable FLASH_ATTN=True
f0776bb

AjinkyaPagare commited on

Auto-update: sync enhanced model registry
c0791cf

AjinkyaPagare commited on

fix: ADAM v4.5 - fix import indentation
a3b76fc

AjinkyaPagare commited on

fix: ADAM v4.5 - add AutonomousExecutionEngine import
75d4c36

AjinkyaPagare commited on

fix: ADAM v4.5 runtime integration - imports, init, benchmarks
91dda33

AjinkyaPagare commited on

feat: ADAM v4.5 - unified autonomous API routes (/api/adam/autonomous/execute)
6d6c158

AjinkyaPagare commited on

feat: ADAM v4.5 - evaluation, workflows, sandbox, reliability, learning, memory evolution, autonomous engine
b5a5b46

AjinkyaPagare commited on

feat: ADAM v4.5 - Multi-Agent Collaboration + Context Engineering
7a0ad35

AjinkyaPagare commited on

ADAM v4.0: autonomous execution intelligence platform
d6fd164

AjinkyaPagare commited on

fix: await governance.get_status() in get_full_status - fixes HTTP 500
f81be64

AjinkyaPagare commited on

fix: correct get_health indentation - was nested local fn instead of class method
1f4b910

AjinkyaPagare commited on

fix: await orchestrator.get_status() in get_full_status - fixes HTTP 500
601a13d

AjinkyaPagare commited on

perf: ADAM v3.1 stabilization - fix HTTP 500, heartbeat, HF sleep, peer scoring
7f56864

AjinkyaPagare commited on

fix: address code review - deps, auth wiring, heartbeat, status, middleware
9119bef

AjinkyaPagare commited on

feat: ADAM v3.0 lightweight production runtime - all 7 phases
39f3971

AjinkyaPagare commited on

fix: add missing await on node_intelligence.get_status() in production.py
f45aec4

AjinkyaPagare commited on

fix: add missing await on governance.get_status() and orchestrator.get_status()
926aee6

AjinkyaPagare commited on

fix: correct constructor arg names in register_enhanced_routes
e9f6435

AjinkyaPagare commited on

feat: production-hardened ADAM v3.0 Enhanced Runtime
a226ce5

AjinkyaPagare commited on

fix: correct all truncation bugs in enhanced modules + remove masking try/except
0e2ee65

AjinkyaPagare commited on