Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/AutoAgent
/ EventGroupInput
Class
EventGroupInput
autoagent/flow/types.py:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
@dataclass
38
class
EventGroupInput:
39
group_name: str
40
results: GroupEventReturns
41
behavior: ReturnBehavior = ReturnBehavior.DISPATCH
42
43
44
@dataclass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected