Installation¶
1 | |
Install optional stacks with extras, for example:
1 2 | |
Development install:
1 2 3 | |
Configure API keys via environment variables (OPENAI_API_KEY,
ANTHROPIC_API_KEY, GEMINI_API_KEY or GOOGLE_API_KEY,
LITELLM_API_KEY, AWS credentials for Bedrock, OLLAMA_HOST, VLLM_BASE_URL,
VLLM_MODEL_ID, etc.). See GeoAgentConfig in geoagent.core.config.
For vLLM, install GeoAgent[vllm] or GeoAgent[providers], run a vLLM server
separately, and enable vLLM tool calling on the server when using GeoAgent
tools.