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

Method _workflow_config

workflow/state.py:95–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 }
94
95 def _workflow_config(self) -> WorkflowConfig:
96 if self.config is None:
97 return WorkflowConfig()
98 return self.config.workflow
99
100 def _benchmark_context(self) -> str:
101 if self.benchmark is None:

Callers 4

max_iterations_forMethod · 0.95
recursion_limitMethod · 0.95
debug_enabledMethod · 0.95
draw_graph_enabledMethod · 0.95

Calls 1

WorkflowConfigClass · 0.90

Tested by

no test coverage detected