# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=GeoAgent
qgisMinimumVersion=3.2
description=Plugin for QGIS interaction using LLM. Enables geospatial analysis and data processing through natural language commands.
version=0.1.1
author=Tek Kshetri, Rabin Ojha
email=iamtekson@gmail.com, rabenojha@gmail.com

about=A QGIS plugin that leverages Large Language Models (LLMs) to facilitate geospatial analysis and data processing through natural language commands. GeoAgent integrates with QGIS to provide users with an intuitive interface for executing complex geospatial tasks using conversational AI.
license=MIT

tracker=https://github.com/iamtekson/GeoAgent/issues
repository=https://github.com/iamtekson/GeoAgent
changelog=
    v0.1.1
        - Fixed dependency installation issues on some systems.
    v0.1
        - Initial release of GeoAgent plugin for QGIS.
        - Added support for Ollama, ChatGPT and Gemini LLMs.
        - Dependency installation feature with user notifications.
        - Layer read/write tool.
        - Listing layers and column names.
        - Performing attribute-based and geometric queries.
        - Project create/load/save functionalities.
        - Native geospatial analysis via processing (experimental) agent.

# Tags are comma separated with spaces allowed
tags=python, LLM, AI, geospatial analysis, natural language, Agent, QGIS, GeoAgent

homepage=https://github.com/iamtekson/GeoAgent
category=Analysis
icon=icons/icon.png
experimental=False
deprecated=False

# If the plugin can run on QGIS Server.
server=False

