Staffer.tool_level now controls which subsystems a specific run gets:
full — qwen3.5 + qwen3 + cloud T3 + cloud rescue
local — qwen3.5 + qwen3 + local gpt-oss:20b T3 + rescue
basic — qwen2.5 + qwen2.5 + local T3, no rescue
minimal — qwen2.5 + qwen2.5, NO T3, NO rescue. Playbook
inheritance only.
applyToolLevel() mutates module-scoped ACTIVE_* slots each run from the
env defaults, so prior staffer's overrides never leak. Hot-path code
reads ACTIVE_EXECUTOR / ACTIVE_REVIEWER / ACTIVE_T3_DISABLED /
ACTIVE_OVERVIEW_CLOUD / ACTIVE_RETRY_ON_FAIL instead of the baked
constants.
The architectural question this answers: does playbook_memory
inheritance carry enough knowledge to let a weakly-tooled coordinator
still produce usable outcomes? "Minimal" Alex runs qwen2.5 exec + no
reviewer overseer + no cloud rescue. If Alex still fills events at a
reasonable rate, the playbook system is the real knowledge carrier —
the senior stack is nice-to-have, not the sine qua non.
Demo personas mapped:
Maria (senior, 48mo, full)
James (mid, 14mo, local)
Sam (junior, 4mo, basic)
Alex (trainee, 1mo, minimal)
Same 3 contracts (Nashville downtown, Joliet warehouse, Indianapolis
assembly) across all four → 12 runs. KB + kb_staffer_report.py
leaderboard already wired; competence_score will now reflect real tool
asymmetry instead of LLM sampling variance.
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"client": "Midway Distribution — Joliet DC Ramp",
|
|
"date": "2026-05-02",
|
|
"contract": {
|
|
"deadline": "2026-05-12",
|
|
"budget_total_usd": 120000,
|
|
"budget_per_hour_max": 28,
|
|
"local_bonus_per_hour": 3,
|
|
"local_bonus_radius_mi": 50,
|
|
"fill_requirement": "preferred"
|
|
},
|
|
"staffer": {
|
|
"id": "S-004",
|
|
"name": "Alex Rivera",
|
|
"tenure_months": 1,
|
|
"role": "trainee",
|
|
"tool_level": "minimal"
|
|
},
|
|
"events": [
|
|
{
|
|
"kind": "baseline_fill",
|
|
"at": "07:00",
|
|
"role": "Warehouse Associate",
|
|
"count": 5,
|
|
"city": "Joliet",
|
|
"state": "IL",
|
|
"shift_start": "07:00 AM",
|
|
"scenario_note": "Staffed by Alex Rivera (trainee, 1mo). Contract deadline 2026-05-12, fill=preferred."
|
|
},
|
|
{
|
|
"kind": "recurring",
|
|
"at": "10:00",
|
|
"role": "Forklift Operator",
|
|
"count": 3,
|
|
"city": "Joliet",
|
|
"state": "IL",
|
|
"shift_start": "10:00 PM",
|
|
"scenario_note": "Staffed by Alex Rivera (trainee, 1mo). Contract deadline 2026-05-12, fill=preferred."
|
|
},
|
|
{
|
|
"kind": "expansion",
|
|
"at": "12:30",
|
|
"role": "Picker",
|
|
"count": 4,
|
|
"city": "Joliet",
|
|
"state": "IL",
|
|
"shift_start": "12:30 PM",
|
|
"scenario_note": "Staffed by Alex Rivera (trainee, 1mo). Contract deadline 2026-05-12, fill=preferred."
|
|
},
|
|
{
|
|
"kind": "misplacement",
|
|
"at": "15:00",
|
|
"role": "Forklift Operator",
|
|
"count": 1,
|
|
"replaces_event": "10:00",
|
|
"city": "Joliet",
|
|
"state": "IL",
|
|
"shift_start": "15:00 PM",
|
|
"scenario_note": "Staffed by Alex Rivera (trainee, 1mo). Contract deadline 2026-05-12, fill=preferred."
|
|
}
|
|
]
|
|
} |