MCPcopy Create free account
hub / github.com/Louisym/MiniCC / NoIsolation

Class NoIsolation

tutorials/18_design_patterns_for_agents.py:809–812  ·  view source on GitHub ↗

Off 模式: 不做任何隔离

Source from the content-addressed store, hash-verified

807 ...
808
809 class NoIsolation(IsolationStrategy):
810 """Off 模式: 不做任何隔离"""
811 def check_path(self, path): return True
812 def name(self): return "Off"
813
814 class WorkspaceOnly(IsolationStrategy):
815 """WorkspaceOnly 模式: 只允许访问工作区"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected