20 lines
441 B
YAML
20 lines
441 B
YAML
# Example instance only. Replace `Tess` with the chosen provisioned identity.
|
|
version: 1
|
|
transport: tmux
|
|
tmux:
|
|
socket_name: mosaic-fleet
|
|
holder_session: _holder
|
|
defaults:
|
|
working_directory: ~/src
|
|
runtimes:
|
|
pi:
|
|
reset_command: /new
|
|
agents:
|
|
- name: Tess
|
|
runtime: pi
|
|
class: operator-interaction
|
|
model_hint: openai/gpt-5.6-sol
|
|
reasoning_level: high
|
|
tool_policy: operator-interaction
|
|
persistent_persona: true
|