docs: Add Cerebrus Pulse integration (crypto intelligence tools)#2933
Closed
sl1m (0xsl1m) wants to merge 1 commit intolangchain-ai:mainfrom
Closed
docs: Add Cerebrus Pulse integration (crypto intelligence tools)#2933sl1m (0xsl1m) wants to merge 1 commit intolangchain-ai:mainfrom
sl1m (0xsl1m) wants to merge 1 commit intolangchain-ai:mainfrom
Conversation
Add Cerebrus Pulse as a LangChain community integration with: - Tool documentation page with all 10 available tools - Provider page with overview and setup instructions - Card entry in all_providers.mdx (alphabetical order) - Card and Finance table entry in tools/index.mdx Cerebrus Pulse provides real-time crypto market intelligence tools for Hyperliquid perpetuals using x402 USDC micropayments (no API keys). Package: langchain-cerebrus-pulse v0.2.0 on PyPI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
295b6f7 to
6daae8a
Compare
Author
|
Closing for now to reduce noise. The integration is on PyPI (pip install langchain-cerebrus-pulse) if anyone wants to try it. Happy to reopen or resubmit whenever. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Add Cerebrus Pulse as a LangChain community integration. Cerebrus Pulse provides real-time crypto market intelligence tools for Hyperliquid perpetuals, powered by x402 USDC micropayments on Base (no API keys needed).
Package:
langchain-cerebrus-pulsev0.2.0 on PyPIGitHub: https://github.com/0xsl1m/langchain-cerebrus-pulse
Type of change
Type: New documentation page
Files changed (4)
src/oss/python/integrations/tools/cerebrus_pulse.mdx— Tool integration page covering all 10 tools (8 paid, 2 free), setup, invocation examples, and agent usagesrc/oss/python/integrations/providers/cerebrus_pulse.mdx— Provider overview pagesrc/oss/python/integrations/providers/all_providers.mdx— Added Card entry in alphabetical ordersrc/oss/python/integrations/tools/index.mdx— Added Card to "All tools" grid and row to Finance category tableAvailable tools
CerebrusPulseToolCerebrusSentimentToolCerebrusFundingToolCerebrusBundleToolCerebrusScreenerToolCerebrusOIToolCerebrusSpreadToolCerebrusCorrelationToolCerebrusListCoinsToolCerebrusHealthToolChecklist
docs devsrc/docs.jsonif needed (not needed — tool pages are linked from index.mdx)Additional notes
This is an external community package (not part of
langchain-community). The package is published on PyPI and follows LangChain's tool interface conventions. It uses the x402 payment protocol for micropayments, similar to the existing Ampersend integration.