feat: bind all agent slots to active persona model routing
This commit is contained in:
parent
b9e4938a0f
commit
98f25c5848
23 changed files with 573 additions and 42 deletions
5
server-tools/persona-dynamic-subagent-command/README.md
Normal file
5
server-tools/persona-dynamic-subagent-command/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Persona Dynamic Subagent Command Router
|
||||
|
||||
On a verified persona wake or switch, this router atomically rebuilds every registered Agent job slot as a model-backed child Agent of the current persona. The stable job remains; the commander, derived child IDs, model context and task envelopes switch together.
|
||||
|
||||
Deterministic programs remain attached as organs. They are not called personas or Agents by themselves. `dispatch` goes through the existing persona limb model runtime (`codex` or `qwen`); credentials stay in the host or server provider layer and never enter the team snapshot.
|
||||
Loading…
Reference in a new issue