.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/analysis_agent.md
docs/catalogs.md
docs/contributing.md
docs/data_agent.md
docs/geoagent.md
docs/index.md
docs/installation.md
docs/llm.md
docs/models.md
docs/planner.md
docs/tools.md
docs/usage.md
docs/viz_agent.md
docs/examples/intro.ipynb
docs/examples/maplibre_viz.ipynb
docs/examples/stac_search.ipynb
docs/overrides/main.html
geoagent/__init__.py
geoagent/catalogs/__init__.py
geoagent/catalogs/registry.py
geoagent/core/__init__.py
geoagent/core/agent.py
geoagent/core/analysis_agent.py
geoagent/core/data_agent.py
geoagent/core/llm.py
geoagent/core/models.py
geoagent/core/planner.py
geoagent/core/viz_agent.py
geoagent/core/tools/__init__.py
geoagent/core/tools/duckdb_tool.py
geoagent/core/tools/raster.py
geoagent/core/tools/stac.py
geoagent/core/tools/vector.py
geoagent/core/tools/viz.py
geoagent/ui/__init__.py
tests/__init__.py
tests/test_geoagent.py