MCPcopy Create free account

hub / github.com/microsoft/agent-governance-toolkit / functions

Functions32,326 in github.com/microsoft/agent-governance-toolkit

Functionexecute_tool
Execute a registered tool with optional sandboxing. This is a convenience function that retrieves a tool and executes it using the specified
agent-governance-python/agent-os/modules/atr/atr/__init__.py:542
Methodexecute_tool
Execute a tool by name with error handling.
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:296
Methodexecute_tool
Execute a tool by name.
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:749
Methodexecute_workflow
Execute a workflow. Args: workflow_id: Workflow to execute input_data: Input data for the workflow
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/orchestrator.py:302
Methodexecutions
Return all executions.
agent-governance-python/agent-sre/src/agent_sre/incidents/runbook_executor.py:251
Methodexists
Check if key exists.
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_provider.py:103
Methodexists
Check if key exists.
agent-governance-python/agent-mesh/src/agentmesh/storage/memory_provider.py:71
Methodexists
Check if key exists.
agent-governance-python/agent-mesh/src/agentmesh/storage/postgres_provider.py:189
Methodexists
Check if path exists.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:142
Methodexists
(self, path: str)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:222
Methodexists
(self, path: str)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:624
Functionexit_agent
Agent that calls sys.exit.
agent-governance-python/agent-os/modules/control-plane/tests/test_process_isolation.py:80
Functionexpensive_agent
Agent that exceeds cost budget.
agent-governance-python/agent-sre/tests/test_benchmarks.py:65
Methodexperiments
Get recorded experiments.
agent-governance-python/agent-sre/src/agent_sre/integrations/braintrust/exporter.py:100
Methodexpires_at
UTC expiry, or ``None`` if the handle does not expire.
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:61
Methodexpires_at
(self)
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:127
MethodexplainTrace
* Explain an execution trace
agent-governance-python/agent-os/extensions/copilot/src/debugHelper.ts:112
Functionexplain_return_policy
( category: Annotated[str, Field(description="The product category.")], )
examples/maf-integration/02-customer-service/python/main.py:173
Methodexploding_app
(scope, receive, send)
policy-engine/sdk/python/tests/test_streaming_adapter_hardening.py:315
Methodexport
(self, spans)
agent-governance-python/agent-mesh/tests/test_otel_governance.py:48
Methodexport
(self, spans)
agent-governance-python/agent-mesh/tests/test_otel_tracing.py:37
Methodexport
(self, spans)
agent-governance-python/agent-mesh/tests/test_otel_tracing.py:231
Methodexport
(self, spans)
agent-governance-python/agent-os/modules/observability/tests/test_tracer.py:35
Methodexport
(self, spans)
agent-governance-python/agent-os/modules/observability/tests/test_integration.py:34
Methodexport
(self, spans)
agent-governance-python/agent-sre/tests/test_tracing.py:29
MethodexportForCompliance
* Export audit log for compliance reporting.
agent-governance-python/agent-os/extensions/mcp-server/src/services/audit-logger.ts:235
FunctionexportJSON
()
agent-governance-antigravity-cli/test/policy-engine.test.mjs:279
MethodexportJSON
Serialize including the private key. Use only for secure key storage.
agent-governance-typescript/src/identity.ts:363
MethodexportJSON
()
examples/copilot-cli-agt/test/policy-engine.test.mjs:147
Functionexport_compliance_report
Export compliance audit report for SOC2/HIPAA auditors. Returns a comprehensive report of all inter-agent communications, data handling
agent-governance-python/agent-os/services/cloud-board/api/routes/compliance.py:213
Methodexport_event
Add a governance event to the export buffer. Events are batched and flushed periodically or when the buffer reaches batch_size. Call
agent-governance-python/agent-os/src/agent_os/exporters/citadel_exporter.py:214
Functionexport_payment_card_data
( order_id: Annotated[str, Field(description="The order identifier whose payment data to export.")], )
examples/maf-integration/02-customer-service/python/main.py:209
Functionexport_production_secrets
( service: Annotated[str, Field(description="The service whose secrets would be exported.")], )
examples/maf-integration/05-devops-deploy/python/main.py:208
Methodexport_prometheus
Export metrics in Prometheus format. Returns: Prometheus-compatible metrics string.
agent-governance-python/agent-os/modules/atr/atr/metrics.py:340
Methodexport_reputation
Export all reputation data for network-wide propagation. This allows other nodes to learn about agent reputations.
agent-governance-python/agent-os/modules/iatp/iatp/sidecar/__init__.py:472
Methodexport_slo
Export SLO evaluation as Braintrust scores. Creates evaluation records with SLO metrics as scores: - status, budget_remaining, burn_r
agent-governance-python/agent-sre/src/agent_sre/integrations/braintrust/exporter.py:187
Methodexport_slo
Export SLO evaluation as feedback on a run. Creates feedback records for: - slo.status, slo.budget_remaining, slo.burn_rate -
agent-governance-python/agent-sre/src/agent_sre/integrations/langsmith/exporter.py:194
Functionexporter
(tracer_bundle)
agent-governance-python/agent-os/modules/observability/tests/test_tracer.py:86
Functionexporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_datadog.py:21
Functionexporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_langfuse.py:23
Functionexporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_langsmith.py:21
Functionexporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_sentry.py:20
Functionexporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_braintrust.py:21
Methodexporter
(self)
agent-governance-python/agent-mesh/tests/governance/test_annex_iv.py:184
Functionextract_tables
Extract structured data (project ID, coordinates, NDVI, carbon stock) from text. Args: text: The document text to parse
agent-governance-python/agent-os/examples/carbon-auditor/src/tools.py:186
Functionextract_trace
Extract trace context from a message. Args: message: Message to extract trace from Returns: TraceContext (n
agent-governance-python/agent-os/modules/amb/amb_core/tracing.py:348
Methodf1
(self)
agent-governance-python/agent-os/benchmarks/injection_benchmark.py:270
Functionface_agent
Decorator that marks a function as a Face (reasoning) agent. The decorated function: - CAN call LLMs, reason, and produce plans - MUS
agent-governance-python/agent-os/src/agent_os/mute.py:169
Methodfactory
( key_id: str = "test-key", key_origin: KeyOrigin = KeyOrigin.LOCAL, expir
agent-governance-python/agent-mesh/tests/test_tee_keystore.py:35
Methodfail
()
agent-governance-python/agent-os/modules/observability/tests/test_tracer.py:217
Methodfail_async
()
agent-governance-python/agent-os/modules/observability/tests/test_tracer.py:225
Functionfail_exec
()
agent-governance-python/agent-hypervisor/examples/demo.py:151
Methodfail_first
(step: ActionStep)
agent-governance-python/agent-os/tests/test_mute_primitives.py:304
Methodfailed
(self)
agent-governance-python/agent-compliance/src/agent_compliance/policy_test.py:75
Methodfailed_count
(self)
agent-governance-python/agent-sre/src/agent_sre/benchmarks/__init__.py:401
Methodfailed_validators
Return the names of all validators that did not pass. Returns: List of validator name strings where passed is False.
agent-governance-python/agent-os/src/agent_os/integrations/guardrails_adapter.py:142
Functionfailing
(ctx)
scripts/verify_tutorials.py:677
Methodfailing
(ctx)
agent-governance-python/agent-mesh/tests/test_advisory.py:63
FunctionfailingFactory
(url: string)
agent-governance-typescript/tests/mesh-client-auto-reconnect.test.ts:133
Methodfailing_callback
(req)
agent-governance-python/agent-mesh/tests/test_approval.py:84
Methodfailing_check
()
agent-governance-python/agent-os/modules/atr/tests/test_v2_features.py:515
Methodfailing_classifier
(ctx)
agent-governance-python/agent-mesh/tests/test_advisory.py:192
Functionfailing_compensation
()
agent-governance-python/agent-os/modules/iatp/iatp/tests/test_recovery.py:225
Methodfailing_compensator
(step)
agent-governance-python/agent-hypervisor/tests/unit/test_saga.py:194
Methodfailing_executor
()
agent-governance-python/agent-hypervisor/tests/unit/test_saga.py:147
Methodfailing_factory
()
agent-governance-python/agent-os/modules/control-plane/tests/test_lifecycle.py:292
Functionfailing_func
(x: int)
agent-governance-python/agent-os/modules/atr/tests/test_executor.py:55
Functionfailing_get
(self, url, *args, **kwargs)
agent-governance-python/agent-mesh/tests/test_external_jwks.py:385
Functionfailing_handler
(msg: Message)
agent-governance-python/agent-os/modules/amb/examples/advanced_features.py:150
Methodfailing_handler
(**kwargs)
agent-governance-python/agent-mesh/tests/test_negative_security.py:828
Methodfailing_handler
(msg: Message)
agent-governance-python/agent-os/modules/amb/tests/test_features.py:244
Methodfailing_mute
(step: ActionStep)
agent-governance-python/agent-os/tests/test_mute_primitives.py:261
Methodfailing_next
()
agent-governance-python/agent-os/tests/test_e2e_governance_pipeline.py:352
Methodfailing_step
(x: int)
agent-governance-python/agent-os/modules/atr/tests/test_v2_features.py:611
Methodfailing_tool
()
agent-governance-python/agentmesh-integrations/mcp-receipt-governed/tests/test_adapter.py:245
Methodfailing_tool
()
agent-governance-python/agent-os/modules/control-plane/tests/test_kernel_space_integration.py:222
Functionfailing_worker
(input_data, context)
agent-governance-python/agent-os/examples/self-evaluating/tests/test_orchestration.py:364
Methodfails
()
agent-governance-python/agent-os/tests/test_profiling.py:80
Methodfailure_count
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/saga/fan_out.py:53
Methodfailure_count
(self)
agent-governance-python/agent-os/src/agent_os/_circuit_breaker_impl.py:108
Methodfailure_count
(self)
agent-governance-python/agent-sre/src/agent_sre/cascade/circuit_breaker.py:118
Methodfailures
(self)
agent-governance-python/agent-os/src/agent_os/content_governance.py:74
Methodfailures
(self)
agent-governance-python/agent-sre/src/agent_sre/certification/__init__.py:126
Methodfake_create
(**kwargs)
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:725
Functionfake_get
(self, url, *args, **kwargs)
agent-governance-python/agent-mesh/tests/test_external_jwks.py:86
Functionfake_import
(name, globals=None, locals=None, fromlist=(), level=0)
agent-governance-python/agent-os/tests/test_base_runtime_module_wiring.py:160
Functionfake_import
(name, *args, **kwargs)
agent-governance-python/agt-policies/tests/test_migrate.py:529
Functionfake_import
(name, globals=None, locals=None, fromlist=(), level=0)
agent-governance-python/agent-compliance/tests/test_init_imports.py:40
Methodfake_import
(name, *a, **kw)
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:365
Methodfake_import
(name, globals=None, locals=None, fromlist=(), level=0)
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:650
Functionfake_npm
(name, version)
scripts/tests/test_check_lockfile_integrity.py:482
Functionfake_sdk
Patch ``azure.containerapps.sandbox`` + ``azure.identity``. Yields ``(group_client, mgmt_client, sandbox_factory)`` where ``sandbox_factory``
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:116
Functionfake_sdk
Install a fake ``hyperlight_sandbox`` module in ``sys.modules``.
agent-governance-python/agent-sandbox/tests/test_hyperlight_sandbox.py:130
Methodfake_select
()
agent-governance-python/agent-sandbox/tests/test_docker_sandbox.py:2359
Methodfallback
Add fallback execution. Args: steps: Steps to try until one succeeds. Returns: Self for chaining.
agent-governance-python/agent-os/modules/atr/atr/composition.py:611
Functionfallback_worker
(input_data, context)
agent-governance-python/agent-os/examples/self-evaluating/tests/test_orchestration.py:368
Methodfan_out_step_ids
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/saga/dsl.py:60
Methodfast
()
agent-governance-python/agent-os/tests/test_profiling.py:63
Methodfd_read
Read from file descriptor.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:500
Methodfd_write
Write to file descriptor.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:515
← previousnext →14,301–14,400 of 32,326, ranked by callers