MCPcopy Create free account

hub / github.com/chaxiu/munk-ai / functions

Functions4,438 in github.com/chaxiu/munk-ai

↓ 615 callersMethodget
(self, card_id: str)
src/munk/services/knowledge/provider.py:43
↓ 385 callersMethodget
(self, card_id: str)
packages/shared/shared-tools-api/tests/test_knowledge_tools.py:48
↓ 297 callersMethodexists
(self, app_id: str)
src/munk/app_assets/storage.py:36
↓ 60 callersMethodexecute
( self, *, tracker: OperationTracker, request: RequirementInput, plan_
src/munk/services/plan_operation_service.py:58
↓ 57 callersMethodget
( self, request: KnowledgeGetRequest, *, context: KnowledgeRuntimeContext,
packages/shared/agent-base/src/munk/app_knowledge/runtime.py:181
↓ 54 callersFunctionunwrapData
( promise: Promise<{ data?: TEnvelope error?: unknown response: Response }> )
apps/web-ui/src/shared/api/client.ts:61
↓ 42 callersFunction_boot_log
(message: str)
src/munk/cli.py:44
↓ 40 callersFunctionemit_json_response
(payload: dict[str, Any])
src/munk/adapters/cli/machine_io.py:83
↓ 39 callersMethodexecute
(self, action: Action)
packages/shared/agent-base/src/munk/agent_base/action/executor.py:47
↓ 38 callersMethodpush
(self, src: str, dst: str)
packages/devices/device-runtime-android/tests/test_android_device.py:54
↓ 37 callersMethodappend_event
( self, *, event_type: str, message: str | None, data: dict[str, objec
src/munk/services/running/service.py:60
↓ 37 callersFunctiontypedViFn
(implementation?: T)
apps/web-ui/src/shared/testing/typedViFn.ts:5
↓ 35 callersFunction_apply_workspace_home
()
src/munk/cli.py:52
↓ 35 callersFunction_clean_text
(value: str)
packages/shared/agent-base/src/munk/app_knowledge/models.py:26
↓ 32 callersFunction_error_response
(status_code: int, command: str, code: str, message: str)
src/munk/adapters/local_api/plan_routes.py:489
↓ 30 callersMethodexecute
( self, *, tracker: OperationTracker, request: OptimizeCaseOperationRequest,
src/munk/services/optimization/operation_service.py:39
↓ 29 callersFunctionbuild_app_target
()
packages/devices/device-runtime-android/tests/test_android_device.py:113
↓ 29 callersFunctionhandle_cli_error
(*, command: str, exc: Exception, json_output: bool)
src/munk/adapters/cli/machine_io.py:87
↓ 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
↓ 27 callersMethodwrite
(entry: LogEntry)
apps/web-ui/src/shared/logging/types.ts:13
↓ 26 callersMethodencode
(self, texts: list[str])
packages/shared/knowledge-runtime-local/src/munk_knowledge_local/onnx_embedding_loader.py:45
↓ 24 callersMethodbuild_json_artifact_check
( *, artifact_id: str, path: Path, required_fields: tuple[str, ...] = (),
src/munk/services/diagnostics_service.py:27
↓ 24 callersMethodrun
(self)
src/munk/services/doctor_service.py:16
↓ 23 callersFunctionsetLocale
(locale: SupportedLocale)
apps/web-ui/src/shared/i18n/index.ts:28
↓ 22 callersFunction_clean_text
(value: str)
packages/shared/agent-base/src/munk/app_knowledge/build_models.py:6
↓ 22 callersFunction_section
(name: str, lines: Iterable[str])
packages/agents/runner-agent-runtime-local/src/munk_runner_local/brain/pydantic_runner_prompt.py:118
↓ 22 callersFunctionbuild_success_response
( *, command: str, data: dict[str, Any], artifacts: dict[str, Any] | None = None, )
src/munk/adapters/cli/machine_io.py:58
↓ 21 callersFunction_clean_text_list
(items: list[str])
packages/shared/agent-base/src/munk/app_knowledge/models.py:30
↓ 21 callersFunction_error_response
(status_code: int, command: str, code: str, message: str)
src/munk/adapters/local_api/knowledge_routes.py:318
↓ 21 callersFunction_target_attr
(target: object, name: str)
packages/shared/agent-base/src/munk/agent_base/platform_profile.py:228
↓ 21 callersFunctionrequireField
(value: T | undefined, field: string)
apps/web-ui/src/shared/api/recording.ts:124
↓ 19 callersFunctionbuild_error_result
( *, command: str, exc: Exception, details: dict[str, Any] | None = None, )
src/munk/services/machine_contracts.py:135
↓ 18 callersMethod_connect
(self)
src/munk/scheduling/registry.py:22
↓ 18 callersFunctionasString
(value: unknown)
apps/web-ui/src/features/runs/lib/runMapperShared.ts:74
↓ 18 callersMethodinfo
(self)
packages/devices/device-runtime-android/src/munk_device_android/device.py:48
↓ 18 callersFunctionresolve_role_model_config
( config: MunkConfig, *, role: AgentRole, )
src/munk/config/resolve.py:61
↓ 17 callersMethodappend_event
(self, *, event_type: str, message: str | None, data: dict[str, Any] | None = None)
src/munk/services/operations/service.py:156
↓ 17 callersFunctionemptyToNull
(value: string)
apps/web-ui/src/features/settings/types.ts:423
↓ 17 callersMethodupdate_progress
(self, **progress: Any)
src/munk/services/running/service.py:68
↓ 16 callersFunction_error_response
(status_code: int, command: str, code: str, message: str)
src/munk/adapters/local_api/app_routes.py:232
↓ 16 callersFunctionbuild_app_target
(**launch_context: str)
packages/devices/device-runtime-ios/tests/test_ios_device.py:149
↓ 16 callersFunctionbuild_device
(monkeypatch, *, device_ref: str | None = None, **launch_context: str)
packages/devices/device-runtime-web/tests/test_web_device.py:212
↓ 15 callersMethod_connect
(self)
src/munk/services/operations/registry.py:42
↓ 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
↓ 15 callersMethod_string_or_none
(value: Any)
src/munk/config/profile_config_service.py:366
↓ 15 callersFunction_xml_attr
(element: ET.Element, key: str)
packages/agents/recording-agent-runtime-local/src/munk_recording_local/analysis.py:260
↓ 15 callersFunctionasNumber
(value: unknown)
apps/web-ui/src/features/runs/lib/runMapperShared.ts:70
↓ 15 callersFunctionbuild_app_target
(app_id: str = "demo-app", package_name: str = "com.demo.app")
packages/agents/recording-agent-runtime-local/tests/test_service.py:26
↓ 15 callersMethodcreate_session
( self, *, app_target: AppTarget, device_ref: str | None = None, case_
packages/agents/recording-agent-runtime-local/src/munk_recording_local/service.py:93
↓ 15 callersMethodget_machine_service
(self)
src/munk/adapters/local_api/app_context.py:34
↓ 15 callersMethodnormalize_app_id
(app_id: str)
src/munk/app_assets/storage.py:33
↓ 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
↓ 14 callersFunctionbuild_structured_output_spec
(output_schema: Any, *, output_strategy: OutputStrategy)
packages/shared/agent-base/src/munk/agent_base/output_strategy.py:33
↓ 14 callersMethodget_record
(self)
src/munk/services/operations/service.py:57
↓ 14 callersFunctiontoText
(value: number | null | undefined)
apps/web-ui/src/features/settings/types.ts:458
↓ 14 callersMethodwait
(duration: float, summary: str | None = None)
packages/shared/agent-base/src/munk/agent_base/types.py:177
↓ 13 callersFunction_consume_budget
(deps: StepStageDeps | FinalizeStageDeps)
src/munk/recording_analysis/pydantic_analysis_tools.py:187
↓ 13 callersFunction_error_response
(command: str, exc: Exception)
src/munk/adapters/local_api/recording_routes.py:322
↓ 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
↓ 13 callersFunction_remember_tool
(deps: StepStageDeps | FinalizeStageDeps, tool_name: str)
src/munk/recording_analysis/pydantic_analysis_tools.py:197
↓ 13 callersFunction_success_response
(response: Response, result: MachineCommandResponse)
src/munk/adapters/local_api/recording_routes.py:317
↓ 13 callersFunctionappend_system_prompt_suffix
(system_prompt: str, suffix: str | None)
packages/shared/agent-base/src/munk/agent_base/output_strategy.py:48
↓ 13 callersMethodbegin_session
(self, recording_id: str)
packages/agents/recording-agent-runtime-local/src/munk_recording_local/service.py:114
↓ 13 callersMethodget_schedule
(self, schedule_id: str)
src/munk/scheduling/registry.py:179
↓ 13 callersFunctionrequire_config_context
( *, cli_path: Path | None, workspace_root: Path, command_name: str, )
src/munk/config/runtime.py:14
↓ 13 callersMethodsave
(self, plan: RequirementPlan)
src/munk/planning/storage.py:69
↓ 12 callersMethodinfo
(entry: Omit<LogEntry, 'timestamp' | 'level'>)
apps/web-ui/src/shared/logging/logger.ts:40
↓ 12 callersFunctionrun_agent_sync_compatible
Run a pydantic-ai agent from sync code, even if an event loop already exists. `Agent.run_sync(...)` internally drives an event loop and raises
packages/shared/agent-base/src/munk/agent_base/llm/pydantic_ai.py:9
↓ 12 callersFunctionrun_command
(command: list[str], *, cwd: Path, env: dict[str, str] | None = None)
src/munk/runtime_distribution/build_env.py:1009
↓ 11 callersMethod_artifacts_payload
(self, session: RecordingSession)
src/munk/services/recording/session_service.py:385
↓ 11 callersMethod_connect
(self)
src/munk/planning/index_store.py:80
↓ 11 callersFunction_path_or_none
(value: str | None)
src/munk/services/judging/runtime_host.py:146
↓ 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
↓ 11 callersMethod_telemetry_properties
( *, kind: OperationKind, app_id: str | None, plan_id: str | None, cas
src/munk/services/operations/submission_service.py:542
↓ 11 callersMethoddismiss_soft_keyboard
(summary: str | None = None)
packages/shared/agent-base/src/munk/agent_base/types.py:123
↓ 11 callersMethoderror
(entry: Omit<LogEntry, 'timestamp' | 'level'>)
apps/web-ui/src/shared/logging/logger.ts:48
↓ 11 callersMethodget_operation
(self, operation_id: str)
src/munk/services/operations/registry.py:198
↓ 11 callersMethodload_manifest
(self, path: Path)
src/munk/services/artifact_manifest_service.py:152
↓ 11 callersFunctionmachine_route_response
( response: Response, command_response: MachineCommandResponse, )
src/munk/adapters/local_api/route_helpers.py:29
↓ 11 callersFunctionresolve_runtime_layout
()
src/munk/runtime_distribution/resolver.py:25
↓ 10 callersMethod_ensure_page
(self)
packages/devices/device-runtime-web/src/munk_device_web/device.py:207
↓ 10 callersMethod_progress_payload
(self, session: RecordingSession)
src/munk/services/recording/session_service.py:418
↓ 10 callersMethod_require_state
(self, recording_id: str)
packages/agents/recording-agent-runtime-local/src/munk_recording_local/service.py:662
↓ 10 callersMethod_write_json
(path: Path, payload: dict[str, object])
packages/agents/recording-agent-runtime-local/src/munk_recording_local/store.py:405
↓ 10 callersFunctionbuild_provider
(handler: RequestHandler)
packages/devices/device-runtime-ios/tests/test_http_wda_provider.py:15
↓ 10 callersMethodcapture_command_finished
( self, *, entrypoint: TelemetryEntrypoint, command: str, started_at:
src/munk/telemetry/service.py:26
↓ 10 callersMethodclose
(self)
packages/devices/device-api/src/munk/device/protocols.py:120
↓ 10 callersMethodload
(self, path: Path)
src/munk/services/diagnostics_service.py:23
↓ 10 callersFunctionload_json_request
(path: Path, model_type: type[ModelT])
src/munk/adapters/cli/machine_io.py:24
↓ 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
↓ 10 callersFunctionparseNumber
(value: string)
apps/web-ui/src/features/settings/types.ts:435
↓ 10 callersMethodrecord_interaction
(self, recording_id: str, command: RecordInteractionCommand)
packages/agents/recording-agent-runtime-local/src/munk_recording_local/service.py:195
↓ 10 callersMethodshell
(self, command)
packages/devices/device-runtime-android/tests/test_android_device.py:66
↓ 10 callersFunctiontoUserMessage
(error: unknown)
apps/web-ui/src/features/recording/lib/toUserMessage.ts:4
↓ 10 callersMethodupdate_operation
(self, **fields: Any)
src/munk/services/operations/service.py:143
↓ 9 callersFunction_consume_budget
(deps: JudgeRunDeps, tool_name: str)
packages/agents/judge-agent-runtime-local/src/munk_judge_local/tools.py:181
↓ 9 callersFunction_contains
(haystack: str | None, needle: str | None)
packages/shared/agent-base/src/munk/agent_base/locator.py:12
↓ 9 callersFunction_dict_list
(raw: object)
packages/agents/judge-agent-runtime-local/src/munk_judge_local/evidence_builder.py:28
next →1–100 of 4,438, ranked by callers