WZRD velocity signals, oracle inference, and earn-loop tooling for CrewAI agents
Project description
crewai-wzrd
WZRD velocity signal and earn-loop tooling for CrewAI. Gives agents real-time model momentum data for task-aware model selection, plus a native one-shot earn cycle that wraps wzrd-client.
Free tier. No auth required. Signals cached 60s.
Install
pip install crewai-wzrd
WzrdEarnTool uses the same shared wzrd-client loop as the CLI, so it will resolve the agent keypair from the usual WZRD_* env vars or auto-generate a dedicated wallet on first use.
Usage
from crewai import Agent, Task, Crew
from crewai_wzrd import WzrdEarnTool, WzrdVelocityTool
researcher = Agent(
role="Model Selection Specialist",
tools=[WzrdVelocityTool(), WzrdEarnTool()],
goal="Pick the best AI model for each task and harvest CCM when the work is done"
)
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.
WzrdEarnTool runs one full earn cycle through wzrd-client: it authenticates, picks a model, runs server-witnessed inference, reports the result, and checks/claims rewards when available. The tool returns the captured loop log as plain text so the agent can inspect the cycle outcome.
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.3.0.tar.gz.
File metadata
- Download URL: crewai_wzrd-0.3.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c6c12c550a6a121df20e3204dbe4b7bfa42ca9ab9a6d1f180ba024d177c34ee
|
|
| MD5 |
9545ae009defee5effc981414737986d
|
|
| BLAKE2b-256 |
cdfe095d67d53fc3c4e14433e1b2f1786f9c570b3c6e40d88daa46e0119609db
|
File details
Details for the file crewai_wzrd-0.3.0-py3-none-any.whl.
File metadata
- Download URL: crewai_wzrd-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
7b70c20c57b2c3e89f20f40d54e7367b27c830458fb6a3a7210091eb5152687f
|
|
| MD5 |
89a5f10b4571d5f62a2966dcd9e7327f
|
|
| BLAKE2b-256 |
52c3bb787c8e5d3b3f5768f0f7a6152ee0f25d9d0f7c66392eea434a628bfdc9
|