بنقرة واحدة
wandb-improve
Analyze Weave traces and eval results, then improve Mistral prompts for the Promus task agent
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyze Weave traces and eval results, then improve Mistral prompts for the Promus task agent
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | wandb-improve |
| description | Analyze Weave traces and eval results, then improve Mistral prompts for the Promus task agent |
You have access to the W&B MCP Server. Follow this loop:
Run cd evals && uv run python scripts/run_eval.py to get baseline scores.
Use the W&B MCP tools to:
Read the current prompts in evals/scripts/run_eval.py:
INTENT_CLASSIFIER_PROMPT — intent classification system promptTASK_PLANNER_PROMPT — task planning system promptCompare prompt instructions against the failures found in traces.
Edit the prompts to address identified issues. Common improvements:
Run cd evals && uv run python scripts/run_eval.py again to generate new scores.
Use W&B MCP create_wandb_report_tool to create a comparison report showing before/after metrics.
Document what changed and why in a commit message.