# AgriAssist: A Reliable Multi-Agent System for Farmers
πΎ **An intelligent agricultural advisory system powered by Google Gemini, LangChain, and LangGraph**
## Overview
AgriAssist is a production-ready multi-agent AI system designed to provide farmers with verified, localized agricultural advice. It combines:
- **5 Google Gemini-based agents** (ADK framework) for domain-specific expertise
- **1 LangChain-based RAG agent** for knowledge retrieval
- **LangGraph orchestration** for intelligent workflow coordination
- **Hallucination prevention** through fact-checking and citation enforcement
- **Multilingual support** (English β Hindi) using Helsinki-NLP models
- **Comprehensive logging** with structured callbacks and event tracking
---
## System Architecture
```
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β FARMER INTERFACE β
β (Hindi/English queries and responses) β
ββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββ
β
ββββββββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββ
β LangGraph Orchestrator β
β (Coordinates all agents and workflows) β
βββββββ¬βββββββ¬βββββββ¬βββββββ¬βββββββ¬βββββββ¬βββββββ¬βββββββββββββ
β β β β β β β
βΌ βΌ βΌ βΌ βΌ βΌ βΌ
ββββββββ¬βββββββ¬βββββββ¬βββββββ¬βββββββ¬βββββββ¬βββββββ
βRouterβ Crop βFert. βWeath.βMarketβ RAG β Fact β
βAgent βAgent βAgent βAgent βAgent βAgent βCheck β
ββββββββ΄βββββββ΄βββββββ΄βββββββ΄βββββββ΄βββββββ΄βββββββ
β β β β β β β
[Google Gemini (ADK)] [LangChain] [Validation]
β
ββββββββββββ
β Chroma β
β Vector DBβ
ββββββββββββ
β
Knowledge Base
(ICAR, KVK data)
```
---
## Features
### β
Multi-Agent Architecture
- **Router Agent**: Intent classification and workflow routing
- **Crop Agent**: Soil & climate-based crop recommendations
- **Fertilizer Agent**: NPK ratio and fertilizer suggesti β¦