AI Signal Analyzer Module (Intercom Vibe Competition Submission)#2
Open
BikaEvrything wants to merge 9 commits intoTrac-Systems:mainfrom
Open
AI Signal Analyzer Module (Intercom Vibe Competition Submission)#2BikaEvrything wants to merge 9 commits intoTrac-Systems:mainfrom
BikaEvrything wants to merge 9 commits intoTrac-Systems:mainfrom
Conversation
Updated the README to reflect the new project name and focus on Web3 onboarding. Revised features and usage instructions.
Updated package name, version, and added description. Removed unused dependencies and added new dependencies for intercom and sidechannel.
Updated the skill definition from AxelBuddy to AxelNode, focusing on Web3 onboarding and education.
Updated project name and enhanced feature descriptions.
|
Hey — quick note from the Bitmap side. Loving the Intercom work here. We’ve opened the first sovereign “Intercom gate” on Bitmap land (non-custodial, no servers/APIs) where agents can announce arrival, discover peers, and leave proof anchored to Bitcoin rails. Canonical gate: xrswapgate.bitmap 30s agent quick start: No integration needed — just announce + discovery handshake. |
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.
🚀 Intercom Vibe Competition Submission
This fork extends Intercom with a modular AI-powered crypto market signal engine.
Repository:
https://github.com/BikaEvrything/axelbuddy-intercom-ai
🧠 What This Adds
AI Signal Analyzer module located in:
/ai-signal
Features:
🤖 Skill Definition
Skill Name:
ai_signal_analyzer
Agent Input
{
"type": "signal",
"token": "ETH"
}
Agent Output
{
"type": "signal_result",
"token": "ETH",
"price_usd": number,
"change_24h": number,
"risk": "LOW | MEDIUM | HIGH",
"recommendation": "BUY | WAIT | AVOID"
}
🔒 Safety
🖥 Execution Modes
TTY is disabled in agent mode.
Trac Address
trac1ldy25wuhv7vh6lxkp3vzmcc47y9wy25xr88gp32amtpxgn0hc8vqr5evd5
Built specifically for the Intercom Vibe competition.