Skip to content
About AgroVision

What AgroVision is, and how it works.

AgroVision is a digital farming assistant and AI-driven decision support system that takes the guesswork out of crop health management.

Overview

A decision support system for everyday farming.

What it is

A platform that combines a Multi-Agent System, Agentic Retrieval-Augmented Generation, vector databases, and GIS-based visualisations to support farmers and agricultural officers throughout the crop lifecycle.

  • Multi-Agent System for coordinated reasoning across specialised concerns.
  • Agentic RAG grounded in verified agricultural data.
  • GIS-based visualisations for regional, macro-level insight.
What it solves

Crop losses caused by extreme weather and pests, inefficient use of water and inputs, and the lack of accessible agricultural expertise in rural communities.

  • Crop losses from extreme weather and pest outbreaks.
  • Uncoordinated use of water, fertilizer, and pesticides.
  • Limited access to agricultural expertise in rural areas.
System Architecture

A multi-agent system coordinated by an orchestrator.

Specialised agents handle one concern each. An orchestrator coordinates them, and a judge agent checks the final response before it reaches the user.

Architecture diagram in design

A detailed diagram will replace this placeholder once the system design is finalised.

Disease Agent

Identifies crop diseases from images using Visual Question Answering.

Soil Agent

Interprets soil context to tailor treatment to the field.

Weather Agent

Pulls live climate variables to ground recommendations in current conditions.

Orchestrator

Coordinates the agents and runs the reasoning loop end to end.

Judge Agent

Final-stage gatekeeper that blocks harmful or unverified output.

How they work together
01

Route

The Orchestrator receives a question and decides which specialised agents to engage.

02

Ground

Specialised agents gather evidence via Agentic RAG and live climate variables.

03

Verify

The Judge Agent checks the final response for safety before it reaches the user.

Technology Stack

The components that will power AgroVision.

The exact technology choices are not yet finalised. Brand logos and names will appear in each slot below once they are.

App
Logo TBD

Cross-platform mobile experience.

API
Logo TBD

Asynchronous request handling.

Orchestration
Logo TBD

Multi-agent coordination.

LLM
Logo TBD

Reasoning and response generation.

Vector DB
Logo TBD

RAG retrieval over verified data.

App DB
Logo TBD

Structured data and spatial mapping.

Object Storage
Logo TBD

Reference image storage.

Cloud
Logo TBD

Hosting and scaling.

CI/CD
Logo TBD

Build and deploy automation.

Observability
Logo TBD

Live metrics and alerting.

Quality & Safety

How outputs are kept trustworthy.

Agentic RAG grounding

LLM responses are restricted to verified agricultural data stored in the vector database.

  • Retrievals come only from the verified vector database.
  • Image-similarity search adds visual context for diagnoses.

Judge Agent

A final-stage agent checks every response for harmful content before it reaches the user.

  • Reviews every completed response.
  • Blocks harmful or unverified output before delivery.

Evaluation metrics

Performance and accuracy are quantified against expert-verified answers.

  • ROUGE-L for semantic overlap, BLEU for fluency.
  • Token usage and response times tracked continuously.

Observability

API health and load behaviour are monitored continuously.

  • Signoz dashboards across all API endpoints.
  • Stress testing to verify resilience under load.
Accessibility & Access Control

Designed to be usable, and safe to use.

Accessibility

Built so users with varying levels of technical literacy can use the system without friction.

  • Voice input for hands-free use.
  • Minimalist UI for low-literacy users.
  • In-app guides and contextual tooltips.

Access control

Sensitive data and public surfaces are separated by role-based controls.

  • Role-based controls protect sensitive farmer profile data.
  • Public forums and expert portals stay isolated from private data.