Skip to main content

WZRD velocity tools for OpenAI Agents SDK - real-time AI model routing

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.1.0.tar.gz (4.2 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.1.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: openai_agents_wzrd-0.1.0.tar.gz
  • Upload date:
  • Size: 4.2 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.1.0.tar.gz
Algorithm Hash digest
SHA256 1b88b0e804620b543297326ecfc1e1a511b436e5563bb21af34891a26f7e39b7
MD5 f7056b78baa0f81802cfda630d41364f
BLAKE2b-256 41ba3dc35c43523add116daace62a08ea72ee79c04896fe742ccf84cdc1d9831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openai_agents_wzrd-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d10594a0e5f5962116805762b0b266cb3585dc6fa01352d455e8535b5a11f57b
MD5 effa2b8f201f4b3c73cf81ee0a2aa071
BLAKE2b-256 48575fdbef1c649dd4db78d66db459532ceb2dedffb353b44a5a0ceb4a588f2f

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