Agent Providers Reference
Providers supply game context to ElizaOS agents, enabling the LLM to make informed decisions. There are 7 providers that run before each agent decision.Providers are defined in
packages/plugin-hyperscape/src/providers/.ElizaCloud Integration: Duel arena agents use
@elizaos/plugin-elizacloud to access 13 frontier models (GPT-5, Claude 4.6, Gemini 3.1 Pro, Grok 4, Llama 4, DeepSeek V3.2, Qwen 3 Max, and more) through a unified API. Set ELIZAOS_CLOUD_API_KEY in packages/server/.env to enable all models.Provider Execution Order
Providers run in a specific order to ensure dependencies are met:- goalProvider - Current goal (runs first for goal-aware decisions)
- gameStateProvider - Health, position, combat status
- inventoryProvider - Items and equipment
- nearbyEntitiesProvider - Surrounding entities
- skillsProvider - Skill levels and XP
- equipmentProvider - Currently equipped items
- availableActionsProvider - Context-aware action list