MCPcopy Create free account
hub / github.com/apache/maka / observeApp

Function observeApp

scripts/computer-use/runtime-model.mjs:30–39  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

28 }));
29 },
30 async observeApp(input) {
31 const result = scenario.execute(
32 canonicalizeSyntheticComputerArgs({
33 action: 'observe',
34 app: input.app,
35 window_id: input.windowId,
36 }),
37 );
38 return toRuntimeObservation(result);
39 },
40 async runSemantic(action) {
41 if (action.type !== 'set_value') {
42 return {

Callers

nothing calls this directly

Calls 3

toRuntimeObservationFunction · 0.85
executeMethod · 0.65

Tested by

no test coverage detected