This document outlines the system requirements for the JATAYU project, an interactive vision-language assistant designed for multimodal remote sensing image analysis through text queries. The project aims to address challenges in remote-sensing imagery analysis, such as complex GIS tools, cloud cover limitations, fragmented analysis, slow damage assessment, and lack of natural language access.
JATAYU is a multi-agent framework that allows users to interact with satellite imagery using a conversational interface. It integrates various AI agents to perform tasks such as image validation, optical and SAR fusion, change detection, and geospatial reasoning. The system is designed to be explainable and auditable, providing outputs in JSON format with detailed execution traces.
The JATAYU system is delivered as a web-based application with a backend powered by Python FastAPI. It supports user interactions through a conversational interface, allowing for natural language queries. The system is intended for use by remote sensing analysts, field officers, and data scientists. Access to the system requires user authentication to ensure secure handling of sensitive data and mission continuity. The application is designed to be scalable and capable of processing large datasets, subject to available computational resources.
Image Upload and Analysis
Report Generation and Retrieval

Transform satellite imagery into actionable insights using natural language.
JATAYU coordinates a multi-agent architecture that interprets natural-language queries, validates image metadata, and routes each mission to the right specialist model. A single image is analyzed by the RSVQA agent, optical and SAR pairs are fused for robust detection, and before/after pairs are assessed for change. Every mission produces an explainable, auditable JSON output with GPS coordinates, GeoJSON polygons, and a full execution trace.
Intent & Metadata → Router → RSVQA / Fusion / CDVQA → GeoReason → SITREP
ROUTER AGENT
Selects the correct specialist workflow based on image count, modality, and timestamps.
Multi-Agent Architecture
golden-jatayu routes every mission through a chain of specialist agents. Each agent owns one responsibility, from interpreting a query to compiling the final report, keeping the full analysis path explainable and auditable end to end.
Intent Agent
Step 01
Interprets natural-language queries submitted through the chat interface and maps them to the correct analysis workflow.
Metadata Agent
Step 02
Validates GeoTIFF metadata, including coordinate reference system (CRS) and timestamps, before analysis begins.
Router Agent
Step 03
Selects the appropriate downstream workflow based on image count, modality, timestamps, and the parsed user query.
Fusion Agent
Step 04
Performs optical-SAR image fusion, combining both modalities for reliable flood and terrain detection.
RSVQA Agent
Step 05
Executes visual question answering on a single image to answer queries about the observed scene.
CDVQA Agent
Step 06
Conducts change-detection visual question answering on before-and-after image pairs to identify changes over time.
GeoReason Agent
Step 07
Converts image pixel coordinates into GPS coordinates and generates GeoJSON polygons for detected areas.
SITREP Agent
Step 08
Compiles analytical results, maps, confidence scores, and damage statistics into a professional PDF and GeoJSON report.
Platform Capabilities
golden-jatayu combines multimodal image ingestion, multi-agent analysis, and auditable geospatial outputs across every mission.
Accepts georeferenced imagery with embedded CRS metadata
Router Agent selects the workflow based on modality and query
Submit queries in plain language via the Chat interface
GeoReason Agent converts image pixels to geographic coordinates
SITREP Agent compiles findings into structured documents
Every mission response includes a full execution trace
Each mission is assigned a unique, trackable identifier
Sign in to upload imagery, run multi-agent analysis, and generate auditable geospatial reports.
For Data Scientists, Field Officers, and Remote Sensing Analysts.
Login
Transform satellite imagery into actionable insights using natural language.
JATAYU coordinates a multi-agent architecture that interprets natural-language queries, validates image metadata, and routes each mission to the right specialist model. A single image is analyzed by the RSVQA agent, optical and SAR pairs are fused for robust detection, and before/after pairs are assessed for change. Every mission produces an explainable, auditable JSON output with GPS coordinates, GeoJSON polygons, and a full execution trace.
Intent & Metadata → Router → RSVQA / Fusion / CDVQA → GeoReason → SITREP
ROUTER AGENT
Selects the correct specialist workflow based on image count, modality, and timestamps.
Multi-Agent Architecture
golden-jatayu routes every mission through a chain of specialist agents. Each agent owns one responsibility, from interpreting a query to compiling the final report, keeping the full analysis path explainable and auditable end to end.
Intent Agent
Step 01
Interprets natural-language queries submitted through the chat interface and maps them to the correct analysis workflow.
Metadata Agent
Step 02
Validates GeoTIFF metadata, including coordinate reference system (CRS) and timestamps, before analysis begins.
Router Agent
Step 03
Selects the appropriate downstream workflow based on image count, modality, timestamps, and the parsed user query.
Fusion Agent
Step 04
Performs optical-SAR image fusion, combining both modalities for reliable flood and terrain detection.
RSVQA Agent
Step 05
Executes visual question answering on a single image to answer queries about the observed scene.
CDVQA Agent
Step 06
Conducts change-detection visual question answering on before-and-after image pairs to identify changes over time.
GeoReason Agent
Step 07
Converts image pixel coordinates into GPS coordinates and generates GeoJSON polygons for detected areas.
SITREP Agent
Step 08
Compiles analytical results, maps, confidence scores, and damage statistics into a professional PDF and GeoJSON report.
Platform Capabilities
golden-jatayu combines multimodal image ingestion, multi-agent analysis, and auditable geospatial outputs across every mission.
Accepts georeferenced imagery with embedded CRS metadata
Router Agent selects the workflow based on modality and query
Submit queries in plain language via the Chat interface
GeoReason Agent converts image pixels to geographic coordinates
SITREP Agent compiles findings into structured documents
Every mission response includes a full execution trace
Each mission is assigned a unique, trackable identifier
Sign in to upload imagery, run multi-agent analysis, and generate auditable geospatial reports.
For Data Scientists, Field Officers, and Remote Sensing Analysts.
Login
No comments yet. Be the first!