Real-time tracker and scorer for 30+ autonomous AI agent tokens.
Monitors the AI agent crypto sector β tokens like Virtuals Protocol (VIRTUAL), Bittensor (TAO), AI16z, and more β with composite scoring, sector analysis, and a live dashboard.
π https://lolarok.github.io/ai-agent-radar/
- Scanner (
scanner.py) fetches live data from CoinGecko and DeFiLlama - Each token gets a composite score (0-100) based on:
- Price momentum (24h, 7d, 30d) β 50%
- Volume activity β 15%
- Market cap rank β 15%
- ATH distance β 10%
- Sector momentum β 10%
- Tokens are classified: π₯ STRONG, π UPTREND, π‘ NEUTRAL, π DOWNTREND, βοΈ WEAK
- Results are grouped by sector (ASI, Virtuals, Infra, Meme-AI, DeFi-AI, Agents)
- A static HTML dashboard is generated with sorting, filtering, and sector cards
- Zero API keys needed (CoinGecko free + DeFiLlama free)
- 30+ AI agent tokens tracked
- Sector classification and summary cards
- Sortable table with 10 sortable columns
- Dark-themed dashboard, mobile-friendly
- Runs automatically every 6 hours via GitHub Actions
| Sector | Description | Examples |
|---|---|---|
| ASI | ASI Alliance tokens (merged intelligence) | FET, AGIX, OCEAN |
| Virtuals | Virtuals Protocol ecosystem | VIRTUAL, AIXBT, GOAT |
| Infra | AI infrastructure & compute | TAO, RNDR, MWA |
| Agents | Consumer AI agents & assistants | Sentio, Brainlet |
| Meme-AI | AI agent meme coins | GRIFFAIN, TRUTH |
| DeFi-AI | AI-powered DeFi automation | MOXIE, Anzen |
git clone https://github.com/Lolarok/ai-agent-radar.git
cd ai-agent-radar
python3 scanner.py
# Open public/index.html in browserNo pip install needed β uses only Python stdlib.
ai-agent-radar/
βββ config.json # Token watchlist and settings
βββ scanner.py # Main scanner (CLI)
βββ public/
β βββ index.html # Dashboard (standalone, no build)
β βββ ai-agents.json # Latest scan results
βββ .github/workflows/
βββ scan.yml # Auto-scan every 6 hours β deploy to Pages
>65 π₯ STRONG
55-65 π UPTREND
40-55 π‘ NEUTRAL
25-40 π DOWNTREND
<25 βοΈ WEAK
Scores are composite technical signals β NOT financial advice. DYOR.