masterllm / api_routes_v2.py

Commit History

adding pipeline status into the message response
896941f

redhairedshanks1 commited on

Update: last_activity updates for all message interactions
c1a55aa

ganesh-vilje commited on

Fix: Update last_activity only for user messages
6cb5907

ganesh-vilje commited on

Fix: Properly detect and report pipeline failures
6f8bb0b

ganesh-vilje commited on

Implement Gemini-based automatic chat name generation
dd547c8

ganesh-vilje commited on

feat: Complete API response corrections - add pipelines endpoint and enhanced error handling
4771f50

ganesh-vilje commited on

feat: API response corrections - add message_id, component tracking, and error handling
7c2e633

ganesh-vilje commited on

feat: Add pipeline components metadata and fix sort orders
a5c898f

ganesh-vilje commited on

fix: CRITICAL - Replace S3 URIs with presigned URLs in all API responses
3fa92e6

ganesh-vilje commited on

fix: Add file metadata to messages in conversation history
db3bed8

ganesh-vilje commited on

fix: Remove JSON result from assistant_response in /chat/unified - cleaner UI response
95a417d

ganesh-vilje commited on

fix: CRITICAL - Store pipelines in BOTH session.pipelines_history AND pipelines collection
2e45e3f

ganesh-vilje commited on

fix: Critical pipeline ID sequencing bug
cd1d4e4

ganesh-vilje commited on

fix: Replace _mark_latest_pipeline_history_status with V3 functions
c978648

ganesh-vilje commited on

fix: Add missing uuid import
d02eed2

ganesh-vilje commited on

fix: Replace remaining _push_pipeline_history calls with _create_pipeline_record
c770c10

ganesh-vilje commited on

fix: V3 migration issues - Auto-migrate old sessions and use Mistral for chat names
fd9d0f9

ganesh-vilje commited on

feat: Implement V3 S3 Architecture - Complete Refactor
0f8c838

ganesh-vilje commited on

Convert all POST API endpoints to use Form data for Swagger UI testing
e235007

ganesh-vilje commited on

feat: Unified pipeline lifecycle - single S3 file per pipeline - Pipeline now stored in S3 with pipeline_id at creation - Proposals stored in S3, only reference in MongoDB - Results appended to same S3 file on completion - Workflow save uses pipeline_id, works at any stage - pipelines_history now in session API response
aaaba76

ganesh-vilje commited on

feat: Add V3 API endpoints with file metadata - sessions list, history, and pipeline executions
c4a01de

ganesh-vilje commited on

fix: Add missing Field import from pydantic
1451cce

ganesh-vilje commited on

feat: Implement V3 Architecture - S3 + Normalized MongoDB
f0db057

ganesh-vilje commited on

file filename fileuri for every chat
cfa5d53

redhairedshanks1 commited on

sessions history, chat/unified/stream
ea1e68e

redhairedshanks1 commited on

Non-streaming (all-in-one), Streaming (live progress)
307eb51

redhairedshanks1 commited on