Commit History

Fixed all output path issues
2cf9e11
Running

Pulastya B commited on

Align HuggingFace API usage with official docs pattern
9c0055f

Pulastya B commited on

Add better error logging to HF export endpoint
1412b09

Pulastya B commited on

Add better error logging to HF export endpoint
ccd6d0c

Pulastya B commited on

Fix HuggingFace export: correct method signatures and add tmp directory
3e5a750

Pulastya B commited on

Fix HuggingFace export: correct class name and constructor
964d3d6

Pulastya B commited on

Fixed the Huggingface Hub Error
39b6341

Pulastya B commited on

Directly making API calls to the server -V3
3075bc4

Pulastya B commited on

Directly making API calls to the server -V2
d75ca00

Pulastya B commited on

Fixing the issues with the SSE streaming all the history
1c52933

Pulastya B commited on

Added the functionality for users to save their generated assets in huggingface spaces using write tokens
2a82ed5

Pulastya B commited on

Add HuggingFace storage integration - users can now persist datasets, models, and plots to their own HuggingFace account
7af9e82

Pulastya B commited on

Fix infinite thinking when no file uploaded - properly handle analysis_failed SSE event
a0e15f1

Pulastya B commited on

Fix Supabase auth on HuggingFace with runtime config injection
8154116

Pulastya B commited on

CRITICAL: Fixed race conditions, session cleanup, SSE leaks, and added localStorage persistence
2f3df85

Pulastya B commited on

Fixed multi-session support and follow-up queries - Session UUID reuse, multi-chat isolation, proper SSE switching
187c5e0

Pulastya B commited on

Fixed slow Agent loading which caused the Agent took too long to respond
e29cf28

Pulastya B commited on

Fixed Scalability issues
08646ab

Pulastya B commited on

Fixed known model training issues
04d51fb

Pulastya B commited on

Fixed the File Path Issues
94bbef1

Pulastya B commited on

feat: Add 4 major system improvements - semantic layer, error recovery, token budget, parallel execution
05a3c74

Pulastya B commited on

Fix JSON serialization error for numpy types in SSE stream
e93629e

Pulastya B commited on

Real-time streaming: /run-async with BackgroundTasks, UUID-first, SSE-delivered results
565097f

Pulastya B commited on

Fix SSE double-emit: eliminate numeric session identity, use UUID only
c14102f

Pulastya B commited on

ARCHITECTURAL FIX: Use single UUID session identity everywhere - removed http_session_key hack
29c9177

Pulastya B commited on

FIX SSE FINALLY: Use queue.empty() check instead of catching non-existent asyncio.QueueEmpty
e2e1cea

Pulastya B commited on

FIX SSE BLOCKING: Use get_nowait() polling instead of blocking get() to avoid event loop deadlock
132976b

Pulastya B commited on

DEBUG: Log before queue.get() to see if loop executes
5af048e

Pulastya B commited on

FIX SSE: Register queue BEFORE yielding connection event to capture all events
06f2512

Pulastya B commited on

FIX SSE TIMING: Subscribe BEFORE sending connection event to capture all events
76ac02c

Pulastya B commited on

ADD: Logging to trace SSE event streaming to client
408337e

Pulastya B commited on

FIX CRITICAL: Remove emoji from print statements causing Unicode encoding errors
6222009

Pulastya B commited on

ADD COMPREHENSIVE DEBUG LOGGING - will show exactly where SSE breaks
1750ce2

Pulastya B commited on

CRITICAL FIX: Sync session IDs between HTTP and orchestrator for SSE
3a3eba7

Pulastya B commited on

CRITICAL FIX: Implement real SSE event streaming with ProgressManager
109a48b

Pulastya B commited on

Replace polling with Server-Sent Events (SSE) for real-time progress updates
711046d

Pulastya B commited on

Fix SyntaxError: use attribute assignment instead of global agent recreation
4eacfaa

Pulastya B commited on

Fix model metrics display, add baseline comparison, improve formatting & progress indicators
f5a1bc3

Pulastya B commited on

Fix session memory: preserve uploaded files for follow-up requests
b213e33

Pulastya B commited on

Add Mistral AI integration - 1B tokens/month (33x Groq limits)
be4eb33

Pulastya B commited on

fix: Support follow-up requests without re-uploading file
ba50130

Pulastya B commited on

feat: Add dynamic prompt system for small context window models (Groq support)
b8bcf55

Pulastya B commited on

fix: Support both GOOGLE_API_KEY and GEMINI_API_KEY env vars for HuggingFace compatibility
fde5dd3

Pulastya B commited on

fix: Remove system_instruction parameter from chat endpoint
eeeb8b7

Pulastya B commited on

fix: Fix module import paths for Render deployment
227cb22

Pulastya B commited on

fix: Resolve blank modal issue when viewing YData Profiling reports
48520bd

Pulastya B commited on

feat: Initial commit - Data Science Agent with React frontend and FastAPI backend
226ac39

Pulastya B commited on