Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ name
Method
name
tutorials/18_design_patterns_for_agents.py:828–828 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
826
def
check_path(self, path):
827
return
any(path.startswith(a)
for
a in self.allowed)
828
def
name(self):
return
"AllowList"
829
830
# 同一组路径, 不同策略, 不同结果
831
test_paths = [
Callers
2
spawn_agent_job
Function · 0.45
lesson_5_strategy_pattern
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected