WZRD velocity signals and oracle inference for OpenAI Agents SDK
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openai_agents_wzrd-0.2.0.tar.gz.
File metadata
- Download URL: openai_agents_wzrd-0.2.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
219d93c57010ea0df593e0173dbb662d47b885d11e9b283a674c2427e8df811e
|
|
| MD5 |
ef10194143fa51601ffefa86885ea4c0
|
|
| BLAKE2b-256 |
18ad5db1972f23f2168defdb266f0b3670ff4c972c7fe5fc1c759713768ed006
|
File details
Details for the file openai_agents_wzrd-0.2.0-py3-none-any.whl.
File metadata
- Download URL: openai_agents_wzrd-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fbb30031ec056aeace1ba19a760d538570c0e818b03cab3eb625826a5aa89ef
|
|
| MD5 |
462db0bb1f2b3d624d7d983251335936
|
|
| BLAKE2b-256 |
077deb2c255986599280726ef44f2e3872ce2d45a576c96cbf4ba9ae1a822330
|