Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/AutoAgent
/ InvokeInterCache
Class
InvokeInterCache
autoagent/flow/types.py:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
29
class
InvokeInterCache(TypedDict):
30
result: Any
31
already_sent_to_event_group: set[str]
32
33
34
GroupEventReturns = dict[str, Any]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected