MCPcopy Index your code
hub / github.com/MiniMax-AI/Mini-Agent / get

Method get

mini_agent/tools/bash_tool.py:120–122  ·  view source on GitHub ↗

Get a background shell by ID.

(cls, bash_id: str)

Source from the content-addressed store, hash-verified

118
119 @classmethod
120 def get(cls, bash_id: str) -> BackgroundShell | None:
121 """Get a background shell by ID."""
122 return cls._shells.get(bash_id)
123
124 @classmethod
125 def get_available_ids(cls) -> list[str]:

Callers 15

from_yamlMethod · 0.80
executeMethod · 0.80
start_monitorMethod · 0.80
terminateMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
load_mcp_tools_asyncFunction · 0.80
load_skillMethod · 0.80
get_skillMethod · 0.80
create_fade_animationFunction · 0.80
create_shake_animationFunction · 0.80

Calls

no outgoing calls