[general]
name=QGIS Agent
qgisMinimumVersion=3.0
description=LLM-powered intelligent assistant for QGIS. Supports natural language to operate QGIS tools.
version=2.1.1
author=bunkmr
email=bunkr@qq.com
about=QGIS Agent is an AI-powered assistant that runs inside QGIS desktop. It allows you to control QGIS through natural language conversations, including: viewing project info, adding/removing layers, executing Processing algorithms, running PyQGIS code, setting layer labels, rendering maps, and more.

    Features:
    - Natural language interface for QGIS operations
    - 679 built-in QGIS tools
    - RAG-enhanced API documentation retrieval
    - Cookbook self-evolution mechanism
    - Long-term memory support
    - Multiple LLM providers (DeepSeek, Mimo, GLM, Gemini, etc.)

tracker=https://github.com/bunkmr/qgis-agent/issues
repository=https://github.com/bunkmr/qgis-agent
tags=ai,agent,llm,qgis,assistant,automation,deepseek,openai
homepage=https://github.com/bunkmr/qgis-agent
category=Analysis
icon=icon.png
experimental=False
deprecated=False
changelog=
    v2.1.1 - Security fix: SQL injection prevention via table name whitelist validation
    v2.1.1 - Security fix: resolved secret detection false positive in tool docs
    v2.1.1 - Code quality: removed unused imports, fixed indentation
    v2.1.0 - Integrated SmartDebugger intelligent debugging system
    v2.1.0 - Added Graph visualization for task workflows
    v2.1.0 - Added Query Tuning for better task understanding
    v2.1.0 - Added DataEye data overview feature
    v2.1.0 - Added Reports tab for code and execution logs
    v2.1.0 - Inspired by SpatialAnalysisAgent best practices
    v1.2.0 - Added RAG API documentation retrieval
    v1.2.0 - Added Cookbook self-evolution mechanism
    v1.2.0 - Added skip confirmation toggle
    v1.2.0 - Fixed RAG import errors
    v1.0.0 - Initial release with 15 QGIS tools
