Problem or use case
Choosing an agent, model, and effort for each worker is repetitive. A hardcoded routing table cannot reflect each user's models. Intent routing should remain optional.
Proposed solution
Let users save agent profiles with a name, agent, model, effort, and short "when to use" note. Offer profiles when starting an agent. When a user requests profile-based orchestration, the coordinator reads those notes and picks a profile for each task already selected for delegation. Explicit user choices win; ordinary orchestration stays unchanged. Profiles belong to the worker's host. Report the effective launch settings, and use the agent default when no suitable profile is available.
Example: Save UI work with codex, gpt-5.6-sol, high, and note “Use for layout and styling.” For “Build the settings page using profile routing,” the coordinator selects UI work and starts that worker. A normal request uses Orca's existing launch flow.
Alternatives or additional context
Paseo profiles show this pattern. #21747 covers a separate account-aware runtime policy hook.
Problem or use case
Choosing an agent, model, and effort for each worker is repetitive. A hardcoded routing table cannot reflect each user's models. Intent routing should remain optional.
Proposed solution
Let users save agent profiles with a name, agent, model, effort, and short "when to use" note. Offer profiles when starting an agent. When a user requests profile-based orchestration, the coordinator reads those notes and picks a profile for each task already selected for delegation. Explicit user choices win; ordinary orchestration stays unchanged. Profiles belong to the worker's host. Report the effective launch settings, and use the agent default when no suitable profile is available.
Example: Save
UI workwithcodex,gpt-5.6-sol,high, and note “Use for layout and styling.” For “Build the settings page using profile routing,” the coordinator selectsUI workand starts that worker. A normal request uses Orca's existing launch flow.Alternatives or additional context
Paseo profiles show this pattern. #21747 covers a separate account-aware runtime policy hook.