MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / WorkflowState

Class WorkflowState

workflow/state.py:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class WorkflowState(TypedDict):
23 message: Annotated[Sequence[Any], operator.add]
24 sender: str
25 vulns: list[dict[str, Any]]
26 check_count: int
27
28
29@dataclass(slots=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected