# This file contains metadata for your plugin.

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

[general]
name=AutonomousGIS_GeoData Retriever Agent
qgisMinimumVersion=3.0
description=An autonomous agent framework to select geospatial data and then fetch data by generating and executing programs with self-debugging.
version=0.3
changelog = version=0.3, February 2025
            - Added a function that allows user to add new data source to the agent
            - Added the 'Generated Code' panel to allow user to manage/customize the code generated by the agent

            version=0.2, August 2024
            - Updated the settings panel of the plugin GUI
            - Updated documentation to fix the issues faced during installation of 'nest_asyncio' python package on MacOS
            - Updated the 'about' of the plugin
author=Temitope Akinboyewa, Zhenlong Li, Huan Ning, and M. Naser Lessani
email=tea5209@psu.edu

about=The GeoData Retriever Agent is a plugin integration of an autonomous GIS agent for geospatial data retrieval and QGIS. This plugin simplifies the process of retrieving and loading geospatial data into the QGIS environment through natural language commands.

tracker=https://github.com/Teakinboyewa/AutonomousGIS_GeodataRetrieverAgent/issues
repository=https://github.com/Teakinboyewa/AutonomousGIS_GeodataRetrieverAgent
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/Teakinboyewa/AutonomousGIS_GeodataRetrieverAgent
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

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

