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

Class WorkflowConfig

config/schema.py:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52@dataclass(slots=True)
53class WorkflowConfig:
54 sys_iterations: int = 15
55 exp_iterations: int = 1
56 query_iterations: int = 1
57 scan_iterations: int = 1
58 debug: bool = False
59 draw_graph: bool = False
60
61
62@dataclass(slots=True)

Callers 2

_workflow_configMethod · 0.90
_build_workflowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected