Commit History

Fix CrewAI compatibility and agent input parameter extraction
7ea9284

stellar413 commited on

Remove secrets and ignore .env
97e46c7

stellar413 commited on

solved chatllm problems
2610f53

stellar413 commited on

final commits
ff40840

stellar413 commited on

Added fixed agent to agent communication
6df13ef

stellar413 commited on

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

Fix: Add missing generate_message_id function to schemas.py
b1206db

ganesh-vilje commited on

Refactor: Use MongoDB _id for messages, pipeline_id_index for components, standardize outputs to result:{text:{}} format
d6a6b32

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

Update services/pipeline_executor.py
e6e087d

redhairedshanks1 commited on

Update services/pipeline_executor.py
db5afca

redhairedshanks1 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: Display final_output_url in pipeline completion message - shows presigned S3 URL where all component outputs are stored with expiry time
6648afb

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 execution_id initialization
28f9d0d

ganesh-vilje commited on

feat: Complete file upload V3 integration
b4b0135

ganesh-vilje commited on

feat: Implement remaining V3 architecture fixes
f266ceb

ganesh-vilje commited on

fix: Chat name generation now only happens once per session
2534de8

ganesh-vilje commited on