Data-Science-Agent / src /orchestrator.py

Commit History

Fixed a arguement normalization bug
1932673
Running

Pulastya B commited on

Fixed an issue due to which the frontend never recieved that the event was completed and was stuck in an infinite loop
2e3162d

Pulastya B commited on

Added SBERT semantic routing and EDA Safety Guard Rails
fe14b09

Pulastya B commited on

Added Query Awareness , Success/Failure Marking further improving pipeline accuracy
7502356

Pulastya B commited on

Fixed File path not found issues and Multi-user issues
5ce70d3

Pulastya B commited on

Made Major Changes to the Overall User Experience by adding a pipeline visualizer
6b731f7

Pulastya B commited on

Fixed Bugs where the SSE Streaming was improper added support for Auto Gluon, Fixed instances where stale schemas was causing EDA plots generation to fail
1ca2e0e

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

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

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 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
b43b5e5

Pulastya B commited on

Fixed known model training issues
04d51fb

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 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: 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

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

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

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

ULTIMATE FIX: Unconditional SSE emit when http_session_key is set - no session dependency
cac7327

Pulastya B commited on

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

Pulastya B commited on

Wire progress_manager into orchestrator with emit() calls
6815ac4

Pulastya B commited on

CRITICAL FIX: Sanitize corrupted tool names from Mistral API
f34a4e8

Pulastya B commited on

Fix Mistral API response format: handle content as list or string
a126ee5

Pulastya B commited on

Fix response template with strict format, fix data file downloads with proper links, fix plot URL formatting
1470b93

Pulastya B commited on

Fix progress bar to show latest step, visualizations in assets, model names, data files, and response formatting
ff2d6c4

Pulastya B commited on