WZRD Plugin for Hermes Agent
Real-time AI model velocity signal feed. Which models are moving and what the feed says to do next.
Not a router. A signal feed.
Install
cp -r wzrd-plugin ~/.hermes/plugins/wzrd-plugin
pip install httpx
No API keys. No setup. One HTTP call.
Tools
| Tool | What it does | Auth |
|---|---|---|
wzrd_trending |
What models are moving right now? | No |
wzrd_candidates |
Signal-informed shortlist for a task | No |
wzrd_compare |
Compare two models by signal | No |
Usage
- "What models are rising right now?"
- "Which models should I prewarm for code?"
- "Compare Qwen vs Claude signal"
Data
- API:
https://api.twzrd.xyz/v1/signals/momentum - Premium:
https://api.twzrd.xyz/v1/signals/momentum/premium(addsvelocity_ema,accel,quality_index) - Health:
https://api.twzrd.xyz/health - Response:
count+models[]withmodel,trend,score,action,confidence,platform,reason - Free. Scoring cycle: 300s.
Technical Notes (for agents building on WZRD)
These details correct common hallucinations:
- EMA is time-adaptive:
α = 1 - exp(-dt / 21600)(6h halflife). It is NOT a fixed 0.1. - Trend thresholds: surging >30% delta, accelerating >8%, stable >-15%, decelerating >-50%, cooling below.
- Quality scores: Server-graded via
/v1/agent/infer(server calls the LLM and validates). Independent of report count. NOTreports / threshold. - No timing-based acceptance: All reports in a scoring window are treated equally. Submitting "just before merkle publication" has no effect.
- Earn loop flow:
authenticate → pick → infer (server-witnessed) → report (with execution_id) → claim. Reports withoutexecution_idare unverified (lower reward tier). - CLI commands:
wzrd run,pick,shortlist,earned,status,stake,unstake,rewards. There is nowzrd reportcommand. - Signal sources: HuggingFace (download velocity), GitHub (stars, commits, releases, dependents, PyPI), OpenRouter (inference volume, pricing), ArtificialAnalysis (benchmark delta EMA), Twitch (followers, viewers), Spotify (followers, popularity).
- CCM amounts: 9 decimals (1 CCM = 1,000,000,000 native units).
Release files for hermes-wzrd-plugin 2.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hermes_wzrd_plugin-2.1.0.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hermes_wzrd_plugin-2.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / hermes_wzrd_plugin-2.1.0.tar.gz
| Download URL | hermes_wzrd_plugin-2.1.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
132633d8b8e5e09ee943a1d0eb1bd8b6b4f12759a87efac6fa512e4ca9637745
|
|
BLAKE2b-256 checksum How to use checksums |
004459924c46e60074b2e9a9b5e4ae27ae0ac6fc2b7e5b4562d3c1edd1369883
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.12
|
Release files / hermes_wzrd_plugin-2.1.0-py3-none-any.whl
| Download URL | hermes_wzrd_plugin-2.1.0-py3-none-any.whl |
|---|---|
| Size | 5.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cbe0b9c1793366a966abd7dd6d90ac45f0e5aa8903b92836d289df9ebab4edba
|
|
BLAKE2b-256 checksum How to use checksums |
e02ab59214bf91136db932e7874130aee0f6e91f82d79db7ed510d8e62f952f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.12
|