Ecosystem Integrations
Several agent frameworks ship plugins that let their agents consume Allora inferences — for example real-time price predictions — without running any Allora infrastructure. Each plugin is maintained upstream in the framework's own repository.
Available integrations
-
GOAT SDK
Allora plugin for GOAT (Great On-chain Agent Toolkit). Adds an Allora price-prediction tool to GOAT-powered on-chain agents. Documented here and published as
@goat-sdk/plugin-allora(opens in a new tab). -
ZerePy (opens in a new tab)
Python agent framework with a built-in Allora connection for fetching inferences and price predictions. See the upstream Allora connection source (opens in a new tab).
-
Virtuals GAME (opens in a new tab)
Allora plugin for the Virtuals GAME agent framework (
game-node). See the upstream plugin source (opens in a new tab).
Next
- Prefer a direct integration? Use the Allora API or the SDKs.