Skip to main content

WZRD velocity signals, oracle inference, and earn-loop tooling 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openai_agents_wzrd-0.3.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openai_agents_wzrd-0.3.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file openai_agents_wzrd-0.3.0.tar.gz.

File metadata

  • Download URL: openai_agents_wzrd-0.3.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for openai_agents_wzrd-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d29dcaa817356caeb79e0bcf2bd676bda882fa3cee9e4eb59df4a1d65bfc12e2
MD5 880fd4e0feea961481717f9dc8aa7bab
BLAKE2b-256 a3ad3570131e034ff5d89977d04c16ffe7c55b7479820aff175a7b8a48b53a67

See more details on using hashes here.

File details

Details for the file openai_agents_wzrd-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for openai_agents_wzrd-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8cf9e1d04207c5870c629aed6d5ee544a9efa815fd70480d13bddac4108359da
MD5 9245636885ee3bfbb43ebdc89a10fc96
BLAKE2b-256 6fdb0747e8add0157f097167d4c98c9b1d0e875e71ff98a76db13ef932d298c4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page