-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: DPSN Plugin #4043
base: v2-develop
Are you sure you want to change the base?
feature: DPSN Plugin #4043
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Awesome. Look forward to being part of Eliza. Most DPSN streams can be auto-minted to Eliza as an agent in phase 2. |
…andling as per latest dpsn lib
Relates to
This PR implements a new feature request to enhance ElizaOS agents with real-time data streaming capabilities by integrating the @elizaOS
/plugin-dpsn plugin. It enables agents to subscribe to any data streams available on the DPSN Data Streams Store, as well as custom streams published via DPSN’s pub/sub infrastructure. No specific issue or ticket is tied to this contribution; it introduces a standalone improvement to expand ElizaOS functionality for dynamic, data-driven responses.
Background
What does this PR do?
DpsnService
, allowing other parts of the application to subscribe to DPSN topics.What kind of change is this?
Features (non-breaking change which adds functionality)
This integration brings real-time data stream capabilities to ElizaOS agents, enhancing their ability to respond dynamically to external events. Users can publish their own real-time streams over DPSN for automatic consumption by ElizaOS agents and tap into existing streams from the DPSN marketplace at streams.dpsn.org.
Documentation changes needed?
Testing
Where should a reviewer start?
Detailed testing steps
Set Up Environment Variables:
Add
DPSN_URL=betanet.dpsn.org
andDPSN_WALLET_PVT_KEY=<your_private_key>
to your.env
.Install Dependencies:
Build Project:
Change directory to :
cd packages/plugin-dpsn
Run test-cases:
bun test