Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_for
Method · 0.95
recursion_limit
Method · 0.95
debug_enabled
Method · 0.95
draw_graph_enabled
Method · 0.95
Calls
1
WorkflowConfig
Class · 0.90
Tested by
no test coverage detected