33 lines
691 B
YAML
33 lines
691 B
YAML
version: 1
|
|
transport: tmux
|
|
tmux:
|
|
socket_name: mosaic-factory
|
|
holder_session: _holder
|
|
defaults:
|
|
working_directory: ~
|
|
runtimes:
|
|
claude:
|
|
reset_command: /clear
|
|
pi:
|
|
reset_command: /new
|
|
agents:
|
|
- name: orchestrator
|
|
runtime: claude
|
|
class: orchestrator
|
|
persistent_persona: true
|
|
- name: researcher0
|
|
runtime: pi
|
|
class: researcher
|
|
model_hint: openai-codex/gpt-5.5:high
|
|
reset_between_tasks: true
|
|
- name: researcher1
|
|
runtime: pi
|
|
class: researcher
|
|
model_hint: openai-codex/gpt-5.5:high
|
|
reset_between_tasks: true
|
|
- name: analyst
|
|
runtime: pi
|
|
class: analyst
|
|
model_hint: openai-codex/gpt-5.5:high
|
|
reset_between_tasks: true
|