Fix HuggingFace export: correct method signatures and add tmp directory 3e5a750 Pulastya B commited on 12 days ago
Fix HuggingFace export: correct class name and constructor 964d3d6 Pulastya B commited on 12 days ago
Added the functionality for users to save their generated assets in huggingface spaces using write tokens 2a82ed5 Pulastya B commited on 14 days ago
Add HuggingFace storage integration - users can now persist datasets, models, and plots to their own HuggingFace account 7af9e82 Pulastya B commited on 14 days ago
Fix infinite thinking when no file uploaded - properly handle analysis_failed SSE event a0e15f1 Pulastya B commited on 15 days ago
Fix Supabase auth on HuggingFace with runtime config injection 8154116 Pulastya B commited on 16 days ago
CRITICAL: Fixed race conditions, session cleanup, SSE leaks, and added localStorage persistence 2f3df85 Pulastya B commited on 16 days ago
Fixed multi-session support and follow-up queries - Session UUID reuse, multi-chat isolation, proper SSE switching 187c5e0 Pulastya B commited on 16 days ago
Fixed slow Agent loading which caused the Agent took too long to respond e29cf28 Pulastya B commited on 16 days ago
feat: Add 4 major system improvements - semantic layer, error recovery, token budget, parallel execution 05a3c74 Pulastya B commited on 18 days ago
Real-time streaming: /run-async with BackgroundTasks, UUID-first, SSE-delivered results 565097f Pulastya B commited on Jan 1
Fix SSE double-emit: eliminate numeric session identity, use UUID only c14102f Pulastya B commited on Jan 1
ARCHITECTURAL FIX: Use single UUID session identity everywhere - removed http_session_key hack 29c9177 Pulastya B commited on Jan 1
FIX SSE FINALLY: Use queue.empty() check instead of catching non-existent asyncio.QueueEmpty e2e1cea Pulastya B commited on Jan 1
FIX SSE BLOCKING: Use get_nowait() polling instead of blocking get() to avoid event loop deadlock 132976b Pulastya B commited on Jan 1
FIX SSE: Register queue BEFORE yielding connection event to capture all events 06f2512 Pulastya B commited on Jan 1
FIX SSE TIMING: Subscribe BEFORE sending connection event to capture all events 76ac02c Pulastya B commited on Jan 1
FIX CRITICAL: Remove emoji from print statements causing Unicode encoding errors 6222009 Pulastya B commited on Jan 1
ADD COMPREHENSIVE DEBUG LOGGING - will show exactly where SSE breaks 1750ce2 Pulastya B commited on Jan 1
CRITICAL FIX: Sync session IDs between HTTP and orchestrator for SSE 3a3eba7 Pulastya B commited on Jan 1
CRITICAL FIX: Implement real SSE event streaming with ProgressManager 109a48b Pulastya B commited on Jan 1
Replace polling with Server-Sent Events (SSE) for real-time progress updates 711046d Pulastya B commited on Jan 1
Fix SyntaxError: use attribute assignment instead of global agent recreation 4eacfaa Pulastya B commited on Dec 30, 2025
Fix model metrics display, add baseline comparison, improve formatting & progress indicators f5a1bc3 Pulastya B commited on Dec 30, 2025
Fix session memory: preserve uploaded files for follow-up requests b213e33 Pulastya B commited on Dec 30, 2025
Add Mistral AI integration - 1B tokens/month (33x Groq limits) be4eb33 Pulastya B commited on Dec 30, 2025
fix: Support follow-up requests without re-uploading file ba50130 Pulastya B commited on Dec 28, 2025
feat: Add dynamic prompt system for small context window models (Groq support) b8bcf55 Pulastya B commited on Dec 28, 2025
fix: Support both GOOGLE_API_KEY and GEMINI_API_KEY env vars for HuggingFace compatibility fde5dd3 Pulastya B commited on Dec 28, 2025
fix: Remove system_instruction parameter from chat endpoint eeeb8b7 Pulastya B commited on Dec 28, 2025
fix: Resolve blank modal issue when viewing YData Profiling reports 48520bd Pulastya B commited on Dec 27, 2025
feat: Initial commit - Data Science Agent with React frontend and FastAPI backend 226ac39 Pulastya B commited on Dec 20, 2025