Adds Allora Network price prediction to the CDP AgentKit (typescript) #115
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relates to:
N/A
Risks
Low
Background
Allora Network is an AI-powered inference platform that delivers real-time, self-improving predictions and insights for various use cases. By aggregating and analyzing data from diverse sources—such as blockchain networks and off-chain APIs—Allora seamlessly provides low-latency, high-performance analytics without requiring complex infrastructure. The platform’s intuitive approach allows developers to focus on building intelligence-driven solutions, while Allora takes care of the heavy lifting behind the scenes.
What does this PR do?
This PR implements actions that enables agents to leverage the AI price prediction available on Allora Network.
What kind of change is this?
Features (non-breaking change which adds functionality)
Why are we doing this? Any context or related work?
We aim to bring real-time, self-improving AI inferences into CDP AgentKit, without any complex infrastructure setup needed. This helps broaden the ecosystem of AI-enabled tools and boosts the agents' ability to provide advanced market insights.
Documentation changes needed?
My changes do not require a change to the project documentation.
Testing
Where should a reviewer start?
Most of the changes are in
cdp-agentkit-core/typescript/src/actions/cdp/allora/
folder.Detailed testing steps
Unit Tests are in
cdp-agentkit-core/typescript/src/tests/allora_*
.