.editorconfig
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
GeoAgent.egg-info/PKG-INFO
GeoAgent.egg-info/SOURCES.txt
GeoAgent.egg-info/dependency_links.txt
GeoAgent.egg-info/entry_points.txt
GeoAgent.egg-info/requires.txt
GeoAgent.egg-info/top_level.txt
docs/CNAME
docs/agents.md
docs/catalogs.md
docs/context.md
docs/contributing.md
docs/decorators.md
docs/factory.md
docs/geoagent.md
docs/index.md
docs/installation.md
docs/llm.md
docs/model.md
docs/prompts.md
docs/registry.md
docs/result.md
docs/safety.md
docs/tools.md
docs/ui.md
docs/usage.md
docs/examples/intro.ipynb
docs/examples/live_mapping.ipynb
docs/examples/qgis_agent.ipynb
docs/overrides/main.html
examples/README.md
examples/nasa_opera_qgis.py
geoagent/__init__.py
geoagent/cli.py
geoagent/core/__init__.py
geoagent/core/agent.py
geoagent/core/config.py
geoagent/core/confirmation_hook.py
geoagent/core/context.py
geoagent/core/decorators.py
geoagent/core/factory.py
geoagent/core/model.py
geoagent/core/prompts.py
geoagent/core/registry.py
geoagent/core/result.py
geoagent/core/safety.py
geoagent/testing/__init__.py
geoagent/testing/_mocks.py
geoagent/tools/__init__.py
geoagent/tools/_map_state.py
geoagent/tools/_qt_marshal.py
geoagent/tools/anymap.py
geoagent/tools/earthengine.py
geoagent/tools/gee_data_catalogs.py
geoagent/tools/geoai.py
geoagent/tools/leafmap.py
geoagent/tools/nasa_earthdata.py
geoagent/tools/nasa_opera.py
geoagent/tools/qgis.py
geoagent/tools/stac.py
geoagent/tools/whitebox.py
geoagent/ui/__init__.py
geoagent/ui/pages/00_home.py
geoagent/ui/pages/01_chat.py
qgis_geoagent/.gitignore
qgis_geoagent/LICENSE
qgis_geoagent/README.md
qgis_geoagent/install.py
qgis_geoagent/install.sh
qgis_geoagent/package_plugin.py
qgis_geoagent/package_plugin.sh
qgis_geoagent/open_geoagent/LICENSE
qgis_geoagent/open_geoagent/__init__.py
qgis_geoagent/open_geoagent/deps_manager.py
qgis_geoagent/open_geoagent/metadata.txt
qgis_geoagent/open_geoagent/oauth.py
qgis_geoagent/open_geoagent/open_geoagent.py
qgis_geoagent/open_geoagent/uv_manager.py
qgis_geoagent/open_geoagent/dialogs/__init__.py
qgis_geoagent/open_geoagent/dialogs/chat_dock.py
qgis_geoagent/open_geoagent/dialogs/settings_dock.py
qgis_geoagent/open_geoagent/dialogs/update_checker.py
qgis_geoagent/open_geoagent/icons/about.svg
qgis_geoagent/open_geoagent/icons/icon.svg
qgis_geoagent/open_geoagent/icons/settings.svg
qgis_geoagent/tests/__init__.py
qgis_geoagent/tests/conftest.py
qgis_geoagent/tests/test_chat_tool_inputs.py
qgis_geoagent/tests/test_pyqt6_imports.py
qgis_geoagent/tests/test_whitebox_integration.py
scripts/write_example_notebooks.py
tests/__init__.py
tests/test_anymap_tools.py
tests/test_confirmation_hook.py
tests/test_gee_data_catalogs_tools.py
tests/test_geoagent_chat_mock.py
tests/test_geoagent_factory.py
tests/test_geoagent_surface.py
tests/test_leafmap_tools.py
tests/test_map_state.py
tests/test_model_providers.py
tests/test_nasa_earthdata_tools.py
tests/test_nasa_opera_tools.py
tests/test_openai_oauth_helpers.py
tests/test_qgis_import_safe.py
tests/test_qgis_tools.py
tests/test_qt_marshal.py
tests/test_tool_thread_qgis.py
tests/test_whitebox_tools.py