MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / EventType

Class EventType

src/memory/types.py:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8from src.dynamic import dynamic_manager
9
10class EventType(Enum):
11
12 # Agent Event Types
13 TASK_START = "task_start"
14 TOOL_STEP = "tool_step"
15 TASK_END = "task_end"
16
17 # Optimizer Event Types
18 OPTIMIZATION_STEP = "optimization_step"
19
20class ChatEvent(BaseModel):
21 id: str = Field(..., description="The unique identifier for the event.")

Callers 8

add_eventMethod · 0.90
load_from_jsonMethod · 0.90
add_eventMethod · 0.90
load_from_jsonMethod · 0.90
add_eventMethod · 0.90
load_from_jsonMethod · 0.90
add_eventMethod · 0.90
load_from_jsonMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected