openai-agents-wzrd
WZRD velocity tools for OpenAI Agents SDK. Gives any agent real-time AI model velocity signals from 100+ models across 4 platforms.
Free tier. No API key required. 60s cache.
Install
pip install openai-agents-wzrd
Usage
from agents import Agent, Runner
from openai_agents_wzrd import pick_model, get_velocity_signals
agent = Agent(
name="Model Router",
tools=[pick_model, get_velocity_signals],
instructions="Use WZRD velocity signals to pick the best model for each task.",
)
result = Runner.run_sync(agent, "Which model is best for code generation right now?")
print(result.final_output)
Tools
pick_model(task)- Top-ranked model for a task keyword ("code","chat","reasoning","auto"), plus score, trend, platform, and 3 alternatives.get_velocity_signals()- Full velocity data for all tracked models sorted by composite score.
Both tools hit the public WZRD momentum API (api.twzrd.xyz/v1/signals/momentum), rank by composite trend boost + velocity score weighted by confidence, and return JSON.
Release files for openai-agents-wzrd 0.3.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 | |
|---|---|---|---|
| openai_agents_wzrd-0.3.0.tar.gz | 7.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openai_agents_wzrd-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.5 kB
Release files / openai_agents_wzrd-0.3.0.tar.gz
| Download URL | openai_agents_wzrd-0.3.0.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d29dcaa817356caeb79e0bcf2bd676bda882fa3cee9e4eb59df4a1d65bfc12e2
|
|
BLAKE2b-256 checksum How to use checksums |
a3ad3570131e034ff5d89977d04c16ffe7c55b7479820aff175a7b8a48b53a67
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.12
|
Release files / openai_agents_wzrd-0.3.0-py3-none-any.whl
| Download URL | openai_agents_wzrd-0.3.0-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8cf9e1d04207c5870c629aed6d5ee544a9efa815fd70480d13bddac4108359da
|
|
BLAKE2b-256 checksum How to use checksums |
6fdb0747e8add0157f097167d4c98c9b1d0e875e71ff98a76db13ef932d298c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.12
|