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.
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"client": "Pioneer Assembly — Indianapolis Plant Expansion",
|
|
"date": "2026-04-27",
|
|
"contract": {
|
|
"deadline": "2026-05-26",
|
|
"budget_total_usd": 220000,
|
|
"budget_per_hour_max": 30,
|
|
"local_bonus_per_hour": 5,
|
|
"local_bonus_radius_mi": 60,
|
|
"fill_requirement": "paramount"
|
|
},
|
|
"staffer": {
|
|
"id": "S-002",
|
|
"name": "James Park",
|
|
"tenure_months": 14,
|
|
"role": "mid",
|
|
"tool_level": "local"
|
|
},
|
|
"events": [
|
|
{
|
|
"kind": "baseline_fill",
|
|
"at": "07:30",
|
|
"role": "Assembler",
|
|
"count": 6,
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"shift_start": "07:30 AM",
|
|
"scenario_note": "Staffed by James Park (mid, 14mo). Contract deadline 2026-05-26, fill=paramount."
|
|
},
|
|
{
|
|
"kind": "recurring",
|
|
"at": "09:30",
|
|
"role": "Quality Tech",
|
|
"count": 2,
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"shift_start": "09:30 AM",
|
|
"scenario_note": "Staffed by James Park (mid, 14mo). Contract deadline 2026-05-26, fill=paramount."
|
|
},
|
|
{
|
|
"kind": "expansion",
|
|
"at": "11:00",
|
|
"role": "Machine Operator",
|
|
"count": 5,
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"shift_start": "11:00 PM",
|
|
"scenario_note": "Staffed by James Park (mid, 14mo). Contract deadline 2026-05-26, fill=paramount."
|
|
},
|
|
{
|
|
"kind": "emergency",
|
|
"at": "14:00",
|
|
"role": "Machine Operator",
|
|
"count": 3,
|
|
"deadline": "16:00",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"shift_start": "14:00 PM",
|
|
"scenario_note": "Staffed by James Park (mid, 14mo). Contract deadline 2026-05-26, fill=paramount."
|
|
},
|
|
{
|
|
"kind": "misplacement",
|
|
"at": "16:00",
|
|
"role": "Assembler",
|
|
"count": 1,
|
|
"replaces_event": "07:30",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"shift_start": "16:00 PM",
|
|
"scenario_note": "Staffed by James Park (mid, 14mo). Contract deadline 2026-05-26, fill=paramount."
|
|
}
|
|
]
|
|
} |