Commit History

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

Pulastya B commited on

Fixed the SSE Streaming not working
b2a95b5

Pulastya B commited on

Fixed the Agent Routing Logic which was causing issues
bb48618

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

Make system prompt examples generic - remove earthquake-specific hardcoded references
cf4244c

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

Updated the Readme
9b89e40

Pulastya B commited on

Fixed the Agent giving stale responses
cd0a113

Pulastya B commited on

Fix:Auto Pruning
0b54137

Pulastya B commited on

Fix:Auto Propping
aafce6d

Pulastya B commited on

Fix: Better SBERT error handling + suppress invalid hand-off warnings
4a3a3e8

Pulastya B commited on

Fixed bugs 2
6f57124

Pulastya B commited on

Fixed bugs
b43b5e5

Pulastya B commited on

Fixed known model training issues
04d51fb

Pulastya B commited on

Fixed JSON Serializability error
95da84f

Pulastya B commited on

Fixed conversation pruning logic
d8b38c5

Pulastya B commited on

Fixed the broken Attributes of Parallel executor
dba2298

Pulastya B commited on

Fixed the Pydantic Model Errors for the Token Budget
8b86ea3

Pulastya B commited on

Fixed the File Path Issues
94bbef1

Pulastya B commited on

Fixed Agent Reasoning and Semanttic Layer Integration issues
16616fb

Pulastya B commited on

Fixed Agent Reasoning-*1
ae7f05f

Pulastya B commited on

Fixed Agent Reasoning-1
e5a2aca

Pulastya B commited on

Fixed Agent Reasoning
d36c362

Pulastya B commited on

Fixed the Mistral SDK Version mismatch and improved caching efficiency , Inter Agent Communication
863399c

Pulastya B commited on

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

Pulastya B commited on

Remove aggressive text cleanup that was breaking markdown formatting
1111371

Pulastya B commited on

Show LLM reasoning in summary instead of generic template
a21477f

Pulastya B commited on

Fix JSON serialization error for numpy types in SSE stream
e93629e

Pulastya B commited on

Fix: Check for both output_path and report_path when extracting reports
af8cd44

Pulastya B commited on

Add comprehensive debug logging for report extraction and merging
2b44beb

Pulastya B commited on

Fix: Merge reports into plots array so they display in frontend UI
f762f73

Pulastya B commited on

Fix: Add ultimate fallback to always use session context when no file_path provided
6333b7e

Pulastya B commited on

Add debug logging to session resolution to diagnose fallback issue
9566116

Pulastya B commited on

Fix session file persistence and modal title issues
dd1f6f0

Pulastya B commited on

Add comprehensive debug logging for plot extraction and URL generation
f23a49f

Pulastya B commited on

Add debug logging for plot extraction in summary generation
2caa5f7

Pulastya B commited on

Fix follow-up request handling - validate recovered tool names
0940c55

Pulastya B commited on

Enhanced summary generation with comprehensive template format
980d9d9

Pulastya B commited on

Fix corrupted tool name handler to maintain conversation state
fc2c81a

Pulastya B commited on

Fix hyperparameter_tuning memory crashes: auto-reduce trials for large datasets
cb1e559

Pulastya B commited on

Fix hyperparameter_tuning output_path bug: save to both artifact store AND user-requested path
f47adf5

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