↓ 37 callersMethodappend_event(
self,
*,
event_type: str,
message: str | None,
data: dict[str, objec
src/munk/services/running/service.py:60
↓ 27 callersFunctionbuild_success_result(
*,
command: str,
data: dict[str, Any],
artifacts: dict[str, Any] | None = None,
exit_cod
src/munk/services/machine_contracts.py:120
↓ 24 callersMethodbuild_json_artifact_check(
*,
artifact_id: str,
path: Path,
required_fields: tuple[str, ...] = (),
src/munk/services/diagnostics_service.py:27
↓ 22 callersFunctionbuild_success_response(
*,
command: str,
data: dict[str, Any],
artifacts: dict[str, Any] | None = None,
)
src/munk/adapters/cli/machine_io.py:58
↓ 19 callersFunctionbuild_error_result(
*,
command: str,
exc: Exception,
details: dict[str, Any] | None = None,
)
src/munk/services/machine_contracts.py:135
↓ 17 callersMethodappend_event(self, *, event_type: str, message: str | None, data: dict[str, Any] | None = None)
src/munk/services/operations/service.py:156
↓ 15 callersFunction_record_materialized_action(
deps: RunnerStepDeps,
tool_name: str,
arguments: dict[str, object],
action: Action,
)
packages/agents/runner-agent-runtime-local/src/munk_runner_local/brain/pydantic_runner_tools.py:494
↓ 14 callersMethod_request(
self,
*,
method: str,
path: str,
json_body: dict[str, Any] | None =
src/munk/adapters/local_api/client.py:160
↓ 14 callersFunction_run_subprocess(
command: list[str],
*,
cwd: Path,
env: dict[str, str] | None = None,
capture_output: boo
scripts/assemble_standalone_runtime.py:928
↓ 13 callersFunction_record_read_tool(
deps: RunnerStepDeps,
tool_name: str,
arguments: dict[str, object],
result: str,
)
packages/agents/runner-agent-runtime-local/src/munk_runner_local/brain/pydantic_runner_tools.py:413
↓ 11 callersMethod_session_request(
self,
method: str,
route: str,
*,
json: dict[str, object] | None = N
packages/devices/device-runtime-ios/src/munk_device_ios/http_wda_provider.py:129
↓ 10 callersMethodmark_cancelled(
self,
*,
result_json: dict[str, Any] | None = None,
artifacts: dict[str, str
src/munk/services/operations/service.py:111
↓ 10 callersMethodmark_failed(
self,
*,
error_code: str,
error_message: str,
artifacts: dict[str, s
src/munk/services/operations/service.py:91