MCPcopy Create free account

hub / github.com/IBM/AssetOpsBench / functions

Functions947 in github.com/IBM/AssetOpsBench

Functionget_my_assigned_workorders
Work orders assigned to a given technician (labor code).
src/servers/wo/main.py:219
Functionget_schedule_calendar
Scheduled (non-terminal) work orders in a date window, optionally bucketed by day.
src/servers/wo/workorders.py:280
Functionget_schedule_calendar
Scheduled (non-terminal) work orders in a date window, bucketed by day.
src/servers/wo/main.py:202
Functionget_temp_filename
()
src/servers/utilities/main.py:41
Functionget_tsfm_models
Returns the list of available pre-trained TinyTimeMixer (TTM) model checkpoints. Models: ttm_96_28 (context_length=96), ttm_512_96 (context_lengt
src/servers/tsfm/main.py:137
Functionget_vibration_data
Fetch vibration sensor time-series from CouchDB and load into the analysis store. Returns a data_id that can be passed to analysis tools (compute
src/servers/vibration/main.py:137
Functionget_workorder
Get the full work-order document by number + site.
src/servers/wo/workorders.py:107
Functionget_workorder
Get a single work order by number and site.
src/servers/wo/main.py:130
Functionget_workorder_actuals_vs_planned
Estimated vs actual hours and cost variance for one work order.
src/servers/wo/workorders.py:183
Functionget_workorder_actuals_vs_planned
Estimated vs actual hours and cost variance for a work order.
src/servers/wo/main.py:176
Functionget_workorder_costs
Labor + material + service + tool actual-cost breakdown for one work order.
src/servers/wo/workorders.py:139
Functionget_workorder_costs
Actual labor/material/service/tool cost breakdown for a work order.
src/servers/wo/main.py:163
Functionget_workorder_kpis
Site KPIs over a period: totals, backlog, overdue, avg completion, priority + asset breakdowns.
src/servers/wo/workorders.py:227
Functionget_workorder_kpis
Site KPIs: totals, backlog, overdue, avg completion, priority/asset breakdowns.
src/servers/wo/main.py:189
Functionget_workorder_tasks
List child task rows whose `parent` references this work order.
src/servers/wo/workorders.py:118
Functionget_workorder_tasks
List the child tasks of a parent work order.
src/servers/wo/main.py:144
Functionhistory
Returns a list of historical sensor values for the specified asset(s) at a site within a given time range (start to final).
src/servers/iot/main.py:308
Functioninstall
Register the static JSON scorer.
src/evaluation/scorers/static_json.py:483
Functionjson_reader
Reads a JSON file, parses its content, and returns the parsed data.
src/servers/utilities/main.py:58
Functionlist_databases
(include_system=False)
src/couchdb/loader.py:203
Methodlist_entries
Return summaries of all stored entries.
src/servers/vibration/data_store.py:134
Functionlist_known_bearings
List all bearings in the built-in database with their geometric parameters.
src/servers/vibration/main.py:331
Functionlist_vibration_sensors
List available sensor fields for an asset. Args: site_name: Site identifier (e.g., 'MAIN'). asset_id: Asset identifier (e.g., 'Ch
src/servers/vibration/main.py:181
Functionlist_workorders
List work orders with optional filters (site, status, asset, priority, date window). `status` accepts a single value, or the pseudo-values OPEN /
src/servers/wo/workorders.py:49
Functionlist_workorders
List work orders with optional filters (site, status, asset, priority, dates). status accepts OPEN / APPROVED_PENDING; page_size=0 returns all mat
src/servers/wo/main.py:93
Functionload_collection
Load one collection's data into a database named after the key. Returns (db, n).
src/couchdb/loader.py:279
Functionmemory_exporter
Install a fresh InMemorySpanExporter as the global tracer provider.
src/observability/tests/test_tracing.py:22
Functionmock_asset2fm_chain
Patch _call_asset2fm to return a fixed failure mode list.
src/servers/fmsr/tests/conftest.py:42
Functionmock_db
Patch the module-level _get_db in couchdb_client with a mock.
src/servers/vibration/tests/conftest.py:24
Functionmock_db
Patch the module-level `db` object in main with a mock.
src/servers/iot/tests/conftest.py:36
Functionmock_relevancy_chain
Patch _call_relevancy so it always returns 'Yes' without calling the LLM.
src/servers/fmsr/tests/conftest.py:27
Methodmodel_id
Return the backend's model identifier, or ``"unknown"``. Default impl reads ``self._model_id`` if present so existing subclasses work
src/llm/base.py:39
Methodmodel_id
(self)
src/agent/plan_execute/runner.py:60
Methodms
(self)
src/servers/wo/envelope.py:42
Methodn_channels
(self)
src/servers/vibration/data_store.py:47
Methodn_samples
(self)
src/servers/vibration/data_store.py:43
Functionnames
()
src/evaluation/scorers/__init__.py:39
Methodnext_wonum
(self, site_id)
src/servers/wo/tests/test_workorders.py:38
Functionno_db
Patch _get_db to return None (simulate disconnected CouchDB).
src/servers/vibration/tests/conftest.py:31
Functionno_db
Patch the module-level `db` to None (simulate disconnected CouchDB).
src/servers/iot/tests/conftest.py:43
Functionno_llm
Simulate missing WatsonX credentials.
src/servers/fmsr/tests/conftest.py:20
Methodoutput
(self)
src/agent/stirrup_agent/tests/__init__.py:28
Methodoutput
(self)
src/agent/stirrup_agent/tests/test_runner.py:28
Methodput_auto
Store a signal with an auto-generated ID.
src/servers/vibration/data_store.py:114
Methodregister_workflow
Register a workflow callable fn(tu, **arguments) under `name`.
src/mcphub/__init__.py:247
Functionregistry_assets
List assets from the registry with metadata (assettype, vintage, sensor count), optionally filtered by assettype (e.g. 'PUMP', 'COMPRESSOR'). Comp
src/servers/iot/main.py:412
Functionreport_to_json
Convenience JSON dump that round-trips through pydantic.
src/evaluation/report.py:247
Functionreset_data_store
Clear the in-memory data store between tests.
src/servers/vibration/tests/conftest.py:38
Functionrun_integrated_tsad
Run end-to-end time-series forecasting + anomaly detection in one call. For each target column: runs zero-shot TTM forecasting, then fits a confo
src/servers/tsfm/main.py:520
Functionrun_tsad
Run conformal anomaly detection on TSFM forecasting output. tsfm_output_json must be the results_file path returned by run_tsfm_forecasting.
src/servers/tsfm/main.py:412
Functionrun_tsfm_finetuning
Few-shot fine-tune a TinyTimeMixer model on a local dataset. Returns a FinetuningResult with the saved checkpoint path and a JSON file contai
src/servers/tsfm/main.py:277
Functionrun_tsfm_forecasting
Run zero-shot time-series forecasting with a TinyTimeMixer (TTM) model. Returns a ForecastingResult whose results_file is the path to a JSON file
src/servers/tsfm/main.py:150
Methodscore
(spec)
src/mcphub/__init__.py:229
Functionsensor_inventory_gap
Installed (registry) vs measured (telemetry) sensors for an asset.
src/mcphub/workflows.py:44
Functionsensors
Lists the sensors available for a specified asset at a given site. These are the MEASURED sensors — names discovered from the asset's telemetry do
src/servers/iot/main.py:286
Methodshutdown
No-op: file is opened per-export and closed immediately.
src/observability/file_exporter.py:55
Functionsites
Retrieves the list of sites, discovered dynamically from the asset registry (the distinct `siteid` across asset profiles). Falls back to the defau
src/servers/iot/main.py:250
Methodsuccess
(self)
src/agent/plan_execute/models.py:67
Methodtest_6205_at_1800rpm
(self)
src/servers/vibration/tests/test_dsp.py:146
Functiontest_agent_run_span_emits_attributes
(memory_exporter)
src/observability/tests/test_tracing.py:76
Functiontest_agent_run_span_records_exception
(memory_exporter)
src/observability/tests/test_tracing.py:97
Methodtest_ahu_returns_hardcoded
(self)
src/servers/fmsr/tests/test_tools.py:33
Methodtest_all_groups
(self)
src/servers/vibration/tests/test_dsp.py:206
Functiontest_answer_excludes_intermediate_narration
Only the final assistant message is the answer, not scratch talk.
src/agent/opencode_agent/tests/test_runner.py:274
Functiontest_answer_excludes_reasoning_parts
()
src/agent/opencode_agent/tests/test_runner.py:291
Methodtest_args_lines_in_raw_are_ignored
#Args lines left over from old prompts are silently ignored.
src/agent/tests/test_planner.py:120
Functiontest_arguments_parsed_when_already_dict
()
src/agent/stirrup_agent/tests/__init__.py:122
Functiontest_arguments_parsed_when_already_dict
()
src/agent/stirrup_agent/tests/test_runner.py:122
Methodtest_basic
(self)
src/servers/vibration/tests/test_tools.py:154
Methodtest_basic
(self)
src/servers/vibration/tests/test_dsp.py:71
Methodtest_basic
(self)
src/servers/vibration/tests/test_dsp.py:79
Methodtest_basic
(self)
src/servers/vibration/tests/test_dsp.py:115
Methodtest_basic
(self)
src/servers/vibration/tests/test_dsp.py:217
Methodtest_basic_50hz
(self)
src/servers/vibration/tests/test_tools.py:54
Methodtest_basic_run
(self)
src/servers/vibration/tests/test_tools.py:88
Functiontest_batch_evaluation
()
src/evaluation/tests/test_static_json_scorer.py:113
Functiontest_boundary
()
src/servers/wo/tests/test_models_boundary.py:90
Methodtest_bounded_range_integration
(self)
src/servers/iot/tests/test_tools.py:203
Functiontest_build_chat_model_litellm
(monkeypatch)
src/agent/deep_agent/tests/test_runner.py:54
Functiontest_build_chat_model_missing_env_raises
(monkeypatch)
src/agent/deep_agent/tests/test_runner.py:62
Functiontest_build_mcp_config_entrypoint
()
src/agent/opencode_agent/tests/test_runner.py:21
Functiontest_build_mcp_config_path
()
src/agent/opencode_agent/tests/test_runner.py:32
Functiontest_build_mcp_connections_empty
()
src/agent/deep_agent/tests/test_runner.py:45
Functiontest_build_mcp_connections_entrypoint
()
src/agent/deep_agent/tests/test_runner.py:29
Functiontest_build_mcp_connections_path
()
src/agent/deep_agent/tests/test_runner.py:39
Functiontest_build_mcp_servers_empty
()
src/agent/openai_agent/tests/test_runner.py:43
Functiontest_build_mcp_servers_empty
()
src/agent/claude_agent/tests/test_runner.py:63
Functiontest_build_mcp_servers_entrypoint
()
src/agent/openai_agent/tests/test_runner.py:28
Functiontest_build_mcp_servers_entrypoint
()
src/agent/claude_agent/tests/test_runner.py:47
Functiontest_build_mcp_servers_path
()
src/agent/openai_agent/tests/test_runner.py:36
Functiontest_build_mcp_servers_path
()
src/agent/claude_agent/tests/test_runner.py:57
Functiontest_build_methods_gemini_workspace_options
(tmp_path: Path)
src/benchmark/tests/test_scenario_suite_runner.py:257
Functiontest_build_methods_openclaw_workspace_options
(tmp_path: Path)
src/benchmark/tests/test_scenario_suite_runner.py:292
Functiontest_build_methods_opencode_thinking_and_variant
()
src/benchmark/tests/test_scenario_suite_runner.py:223
Functiontest_build_methods_opencode_workspace_options
(tmp_path: Path)
src/benchmark/tests/test_scenario_suite_runner.py:192
Functiontest_build_methods_uses_cli_defaults
()
src/benchmark/tests/test_scenario_suite_runner.py:147
Functiontest_build_opencode_config_includes_agent_and_mcp
()
src/agent/opencode_agent/tests/test_runner.py:126
Functiontest_build_permissions_allows_opt_in_tools
()
src/agent/opencode_agent/tests/test_runner.py:53
Functiontest_build_permissions_default_safe
()
src/agent/opencode_agent/tests/test_runner.py:37
Functiontest_build_report_handles_empty
()
src/evaluation/tests/test_report.py:55
← previousnext →501–600 of 947, ranked by callers