MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _save_companion

Function _save_companion

src/command_system/buddy_command.py:77–80  ·  view source on GitHub ↗
(stored: dict)

Source from the content-addressed store, hash-verified

75
76
77def _save_companion(stored: dict) -> None:
78 mgr = _get_default_manager()
79 mgr.set_global('companion', stored)
80 mgr.set_global('companion_muted', False)
81
82
83def _set_companion_muted(muted: bool) -> None:

Callers 1

buddy_command_callFunction · 0.85

Calls 2

_get_default_managerFunction · 0.90
set_globalMethod · 0.45

Tested by

no test coverage detected