SWARMDX // Nano-Swarm Intel Console
A hacker-style terminal that simulates a nano-swarm of micro-bots to transform raw crypto text into structured intel: summary, keywords, claims, risks, glossary, and a final memo.
Status: ALPHA
UI Theme: terminal / scanlines / neon grid
Inference: Hugging Face Router (optional) + mock mode fallback
⚡ What is SWARMDX?
SWARMDX is a visual-first research console.
You paste a tweet / announcement / thesis and deploy a swarm of nano-units:
- Scout → detects topic + context
- Narrative → extracts keywords/themes
- Claim → lists explicit assertions
- Risk → flags hype / urgency / gaps (text-only evidence)
- Glossary → defines key terms
- Assembler → compiles a clean terminal memo
No live market data. No buy/sell calls. Pure text intelligence.
🧠 Demo Output Contract (JSON)
SWARMDX expects this structure from inference:
{
"summary": "string",
"keywords": ["string"],
"claims": ["string"],
"risks": ["string"],
"glossary": [{"term":"string","def":"string"}],
"checklist": ["string"],
"final_memo": "string"
}
🧪 Modes
Research: balanced memo + careful wording
Brief: short bullets + minimal sections
Aggro: sharper tone (still factual; no hallucinations)
🛡️ Safety / Limitations
Uses only the pasted text as evidence.
Does not fetch live news or price feeds.
Does not provide financial advice.
If information is missing, SWARMDX reports it as a limitation.
🧩 Roadmap
Chip drops on the canvas (not just in the list)
Export memo as “Research Card” image
History / sessions view
Provider selector (hf-inference / other providers)
Prompt presets for different crypto tasks
📄 License
MIT
Contact / Credits
Built for experimentation with terminal + structured inference.
SWARMDX // ALPHA