golden-jatayu

byDivya Rajput

# JATAYU Backend Architecture Generate a production-ready backend using Python FastAPI. Architecture: ## APIs POST /upload POST /analyze POST /chat GET /mission/{id} GET /report/{id} ## AI Agents IntentAgent MetadataAgent RouterAgent FusionAgent RSVQAAgent CDVQAAgent GeoReasonAgent SITREPAgent ## Context Engine Every mission creates a unique Mission ID. Store: * image paths * metadata * CRS * timestamps * previous queries * GeoJSON * flood masks ## Router Logic If 1 image → RSVQA If Optical + SAR → Fusion If Before + After → CDVQA ## Outputs Return JSON containing: * summary * confidence * area_km2 * gps_coordinates * geojson_path * execution_trace Generate clean modular folder structure and FastAPI routes. Design a LangGraph multi-agent workflow for JATAYU. Agents: Intent Agent Metadata Agent Router Agent Optical-SAR Fusion Agent Change Detection Agent GeoReason Agent SITREP Agent The router must decide the workflow based on: * number of images * modality * timestamps * user query Generate an execution graph and state schema. Output should be explainable and auditable. givme mea full working website

Landing
Landing

Comments (0)

No comments yet. Be the first!

Preview dataChanges stay in this preview.
Landing design preview
Landing: View platform overview
Login: Log in securely
Dashboard: View mission summary
Missions: Select mission dataset
Upload: Upload metadata files
Mission Details: Validate GeoTIFF metadata
Analysis: Verify workflow execution
Results: Verify data integrity
Reports: Review report accuracy
Preview dataChanges stay in this preview.
Landing design preview
Landing: View platform overview
Login: Log in securely
Dashboard: View mission summary
Missions: Select mission dataset
Upload: Upload metadata files
Mission Details: Validate GeoTIFF metadata
Analysis: Verify workflow execution
Results: Verify data integrity
Reports: Review report accuracy