WZRD velocity signals and oracle inference for CrewAI agents
Project description
crewai-wzrd
WZRD velocity signal tool for CrewAI. Gives agents real-time model momentum data for task-aware model selection.
Free tier. No auth required. Signals cached 60s.
Install
pip install crewai-wzrd
Usage
from crewai import Agent, Task, Crew
from crewai_wzrd import WzrdVelocityTool
researcher = Agent(
role="Model Selection Specialist",
tools=[WzrdVelocityTool()],
goal="Pick the best AI model for each task using real-time velocity data"
)
task = Task(
description="Find the fastest model for code generation right now",
agent=researcher,
expected_output="Model name with supporting velocity data"
)
crew = Crew(agents=[researcher], tasks=[task])
result = crew.kickoff()
The tool auto-detects capability from the task description (code, reasoning, chat, vision) and filters signals accordingly.
What it returns
WZRD Velocity Signal (capability: code)
Top models by momentum:
1. deepseek/deepseek-coder-v2 - trend: surging, score: 0.87, confidence: normal
2. anthropic/claude-3.5-sonnet - trend: accelerating, score: 0.82, confidence: normal
3. openai/gpt-4o - trend: stable, score: 0.79, confidence: normal
Recommended: deepseek/deepseek-coder-v2 - momentum is surging.
Signal timestamp: 2026-04-02T12:00:00Z
Links
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 crewai_wzrd-0.2.0.tar.gz.
File metadata
- Download URL: crewai_wzrd-0.2.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
978938b17051192f58e931a024130f8890bce10cfea1a01514f7625595b7f42d
|
|
| MD5 |
d5c6aedaa9f7050d4c9bd1b915fe0c65
|
|
| BLAKE2b-256 |
14d30a8f3e6832baf3eca2b75cd22ed8f000353a9bb39faf484ede4ba0dcb762
|
File details
Details for the file crewai_wzrd-0.2.0-py3-none-any.whl.
File metadata
- Download URL: crewai_wzrd-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.6 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 |
93074de1a08b67fd4b859326f8b68de6b8e828a1910afd4a1e82f9436472c0df
|
|
| MD5 |
606c9673d2ae9c0dbbe1c1fd300874f4
|
|
| BLAKE2b-256 |
768f02b617432ef4d542c54bc9471189685446068c18f79221af4af958e835f5
|