MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / namespace

Method namespace

src/workflow/runtime.py:124–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 return True
123
124 def namespace(self) -> dict[str, Any]:
125 return {
126 "agent": self.agent,
127 "parallel": self.parallel,
128 "pipeline": self.pipeline,
129 "phase": self.phase,
130 "log": self.log,
131 "workflow": self.workflow,
132 "budget": self._budget,
133 }
134
135 # ── primitives ───────────────────────────────────────────────────────────
136

Callers 1

run_workflowFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected