Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
def
get_peer_cli_manager() -> PeerCLIManager:
291
global _manager
292
if
_manager is None:
293
_manager = PeerCLIManager()
294
return
_manager
295
296
297
def
escalate(
Callers
3
handle_command
Function · 0.90
run_agent
Function · 0.90
escalate
Function · 0.85
Calls
1
PeerCLIManager
Class · 0.85
Tested by
no test coverage detected