MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / get_peer_cli_manager

Function get_peer_cli_manager

core/peer_cli.py:290–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288
289
290def get_peer_cli_manager() -> PeerCLIManager:
291 global _manager
292 if _manager is None:
293 _manager = PeerCLIManager()
294 return _manager
295
296
297def escalate(

Callers 3

handle_commandFunction · 0.90
run_agentFunction · 0.90
escalateFunction · 0.85

Calls 1

PeerCLIManagerClass · 0.85

Tested by

no test coverage detected