Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ _inbox_path
Method
_inbox_path
tutorials/13_multi_agent_coordination.py:194–195 ·
view source on GitHub ↗
(self, agent_name: str)
Source
from the content-addressed store, hash-verified
192
os.makedirs(self.inbox_dir, exist_ok=True)
193
194
def
_inbox_path(self, agent_name: str) -> str:
195
return
os.path.join(self.inbox_dir, f
"{agent_name}.json"
)
196
197
def
send(self, message: AgentMessage):
198
""
"
Callers
3
send
Method · 0.95
receive
Method · 0.95
peek
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected