Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/agent-governance-toolkit
/ functions
Functions
32,326 in github.com/microsoft/agent-governance-toolkit
⨍
Functions
32,326
◇
Types & classes
6,875
↳
Endpoints
332
Function
execute_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
Method
execute_tool
Execute a tool by name with error handling.
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:296
Method
execute_tool
Execute a tool by name.
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:749
Method
execute_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
Method
executions
Return all executions.
agent-governance-python/agent-sre/src/agent_sre/incidents/runbook_executor.py:251
Method
exists
Check if key exists.
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_provider.py:103
Method
exists
Check if key exists.
agent-governance-python/agent-mesh/src/agentmesh/storage/memory_provider.py:71
Method
exists
Check if key exists.
agent-governance-python/agent-mesh/src/agentmesh/storage/postgres_provider.py:189
Method
exists
Check if path exists.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:142
Method
exists
(self, path: str)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:222
Method
exists
(self, path: str)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:624
Function
exit_agent
Agent that calls sys.exit.
agent-governance-python/agent-os/modules/control-plane/tests/test_process_isolation.py:80
Function
expensive_agent
Agent that exceeds cost budget.
agent-governance-python/agent-sre/tests/test_benchmarks.py:65
Method
experiments
Get recorded experiments.
agent-governance-python/agent-sre/src/agent_sre/integrations/braintrust/exporter.py:100
Method
expires_at
UTC expiry, or ``None`` if the handle does not expire.
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:61
Method
expires_at
(self)
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:127
Method
explainTrace
* Explain an execution trace
agent-governance-python/agent-os/extensions/copilot/src/debugHelper.ts:112
Function
explain_return_policy
( category: Annotated[str, Field(description="The product category.")], )
examples/maf-integration/02-customer-service/python/main.py:173
Method
exploding_app
(scope, receive, send)
policy-engine/sdk/python/tests/test_streaming_adapter_hardening.py:315
Method
export
(self, spans)
agent-governance-python/agent-mesh/tests/test_otel_governance.py:48
Method
export
(self, spans)
agent-governance-python/agent-mesh/tests/test_otel_tracing.py:37
Method
export
(self, spans)
agent-governance-python/agent-mesh/tests/test_otel_tracing.py:231
Method
export
(self, spans)
agent-governance-python/agent-os/modules/observability/tests/test_tracer.py:35
Method
export
(self, spans)
agent-governance-python/agent-os/modules/observability/tests/test_integration.py:34
Method
export
(self, spans)
agent-governance-python/agent-sre/tests/test_tracing.py:29
Method
exportForCompliance
* Export audit log for compliance reporting.
agent-governance-python/agent-os/extensions/mcp-server/src/services/audit-logger.ts:235
Function
exportJSON
()
agent-governance-antigravity-cli/test/policy-engine.test.mjs:279
Method
exportJSON
Serialize including the private key. Use only for secure key storage.
agent-governance-typescript/src/identity.ts:363
Method
exportJSON
()
examples/copilot-cli-agt/test/policy-engine.test.mjs:147
Function
export_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
Method
export_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
Function
export_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
Function
export_production_secrets
( service: Annotated[str, Field(description="The service whose secrets would be exported.")], )
examples/maf-integration/05-devops-deploy/python/main.py:208
Method
export_prometheus
Export metrics in Prometheus format. Returns: Prometheus-compatible metrics string.
agent-governance-python/agent-os/modules/atr/atr/metrics.py:340
Method
export_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
Method
export_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
Method
export_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
Function
exporter
(tracer_bundle)
agent-governance-python/agent-os/modules/observability/tests/test_tracer.py:86
Function
exporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_datadog.py:21
Function
exporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_langfuse.py:23
Function
exporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_langsmith.py:21
Function
exporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_sentry.py:20
Function
exporter
Offline exporter for testing.
agent-governance-python/agent-sre/tests/test_braintrust.py:21
Method
exporter
(self)
agent-governance-python/agent-mesh/tests/governance/test_annex_iv.py:184
Function
extract_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
Function
extract_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
Method
f1
(self)
agent-governance-python/agent-os/benchmarks/injection_benchmark.py:270
Function
face_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
Method
factory
( key_id: str = "test-key", key_origin: KeyOrigin = KeyOrigin.LOCAL, expir
agent-governance-python/agent-mesh/tests/test_tee_keystore.py:35
Method
fail
()
agent-governance-python/agent-os/modules/observability/tests/test_tracer.py:217
Method
fail_async
()
agent-governance-python/agent-os/modules/observability/tests/test_tracer.py:225
Function
fail_exec
()
agent-governance-python/agent-hypervisor/examples/demo.py:151
Method
fail_first
(step: ActionStep)
agent-governance-python/agent-os/tests/test_mute_primitives.py:304
Method
failed
(self)
agent-governance-python/agent-compliance/src/agent_compliance/policy_test.py:75
Method
failed_count
(self)
agent-governance-python/agent-sre/src/agent_sre/benchmarks/__init__.py:401
Method
failed_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
Function
failing
(ctx)
scripts/verify_tutorials.py:677
Method
failing
(ctx)
agent-governance-python/agent-mesh/tests/test_advisory.py:63
Function
failingFactory
(url: string)
agent-governance-typescript/tests/mesh-client-auto-reconnect.test.ts:133
Method
failing_callback
(req)
agent-governance-python/agent-mesh/tests/test_approval.py:84
Method
failing_check
()
agent-governance-python/agent-os/modules/atr/tests/test_v2_features.py:515
Method
failing_classifier
(ctx)
agent-governance-python/agent-mesh/tests/test_advisory.py:192
Function
failing_compensation
()
agent-governance-python/agent-os/modules/iatp/iatp/tests/test_recovery.py:225
Method
failing_compensator
(step)
agent-governance-python/agent-hypervisor/tests/unit/test_saga.py:194
Method
failing_executor
()
agent-governance-python/agent-hypervisor/tests/unit/test_saga.py:147
Method
failing_factory
()
agent-governance-python/agent-os/modules/control-plane/tests/test_lifecycle.py:292
Function
failing_func
(x: int)
agent-governance-python/agent-os/modules/atr/tests/test_executor.py:55
Function
failing_get
(self, url, *args, **kwargs)
agent-governance-python/agent-mesh/tests/test_external_jwks.py:385
Function
failing_handler
(msg: Message)
agent-governance-python/agent-os/modules/amb/examples/advanced_features.py:150
Method
failing_handler
(**kwargs)
agent-governance-python/agent-mesh/tests/test_negative_security.py:828
Method
failing_handler
(msg: Message)
agent-governance-python/agent-os/modules/amb/tests/test_features.py:244
Method
failing_mute
(step: ActionStep)
agent-governance-python/agent-os/tests/test_mute_primitives.py:261
Method
failing_next
()
agent-governance-python/agent-os/tests/test_e2e_governance_pipeline.py:352
Method
failing_step
(x: int)
agent-governance-python/agent-os/modules/atr/tests/test_v2_features.py:611
Method
failing_tool
()
agent-governance-python/agentmesh-integrations/mcp-receipt-governed/tests/test_adapter.py:245
Method
failing_tool
()
agent-governance-python/agent-os/modules/control-plane/tests/test_kernel_space_integration.py:222
Function
failing_worker
(input_data, context)
agent-governance-python/agent-os/examples/self-evaluating/tests/test_orchestration.py:364
Method
fails
()
agent-governance-python/agent-os/tests/test_profiling.py:80
Method
failure_count
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/saga/fan_out.py:53
Method
failure_count
(self)
agent-governance-python/agent-os/src/agent_os/_circuit_breaker_impl.py:108
Method
failure_count
(self)
agent-governance-python/agent-sre/src/agent_sre/cascade/circuit_breaker.py:118
Method
failures
(self)
agent-governance-python/agent-os/src/agent_os/content_governance.py:74
Method
failures
(self)
agent-governance-python/agent-sre/src/agent_sre/certification/__init__.py:126
Method
fake_create
(**kwargs)
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:725
Function
fake_get
(self, url, *args, **kwargs)
agent-governance-python/agent-mesh/tests/test_external_jwks.py:86
Function
fake_import
(name, globals=None, locals=None, fromlist=(), level=0)
agent-governance-python/agent-os/tests/test_base_runtime_module_wiring.py:160
Function
fake_import
(name, *args, **kwargs)
agent-governance-python/agt-policies/tests/test_migrate.py:529
Function
fake_import
(name, globals=None, locals=None, fromlist=(), level=0)
agent-governance-python/agent-compliance/tests/test_init_imports.py:40
Method
fake_import
(name, *a, **kw)
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:365
Method
fake_import
(name, globals=None, locals=None, fromlist=(), level=0)
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:650
Function
fake_npm
(name, version)
scripts/tests/test_check_lockfile_integrity.py:482
Function
fake_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
Function
fake_sdk
Install a fake ``hyperlight_sandbox`` module in ``sys.modules``.
agent-governance-python/agent-sandbox/tests/test_hyperlight_sandbox.py:130
Method
fake_select
()
agent-governance-python/agent-sandbox/tests/test_docker_sandbox.py:2359
Method
fallback
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
Function
fallback_worker
(input_data, context)
agent-governance-python/agent-os/examples/self-evaluating/tests/test_orchestration.py:368
Method
fan_out_step_ids
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/saga/dsl.py:60
Method
fast
()
agent-governance-python/agent-os/tests/test_profiling.py:63
Method
fd_read
Read from file descriptor.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:500
Method
fd_write
Write to file descriptor.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:515
← previous
next →
14,301–14,400 of 32,326, ranked by callers