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
_base_pre_execute_timeout
()
agent-governance-python/agent-os/tests/test_adapter_str_no_leak.py:110
Function
_blocked
(*args: Any, **kwargs: Any)
agent-governance-python/agent-os/src/agent_os/sandbox.py:910
Method
_bootstrap_sandbox
()
agent-governance-python/agent-sandbox/src/agent_sandbox/hyperlight_provider/provider.py:418
Function
_build
(allow=True, reason="")
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:897
Method
_build_subtree
(span: Span)
agent-governance-python/agent-sre/src/agent_sre/replay/visualization.py:198
Function
_calc
()
agent-governance-python/agent-sre/benchmarks/bench_slo.py:95
Method
_cb
(msg: dict)
agent-governance-python/agent-mesh/tests/test_redis_backend.py:196
Function
_cedarpy_available
()
examples/aegis-governance-profile/tests/test_compilation.py:647
Method
_check
(agent: AgentIdentity)
agent-governance-python/agent-mesh/tests/test_load.py:141
Function
_check_output
( ctx: RunContextWrapper[Any], agent: Agent[Any], output: Any, )
agent-governance-python/agentmesh-integrations/openai-agents-trust/src/openai_agents_trust/guardrails.py:178
Function
_check_policy
( ctx: RunContextWrapper[Any], agent: Agent[Any], input: Union[str, list[TResponseInpu
agent-governance-python/agentmesh-integrations/openai-agents-trust/src/openai_agents_trust/guardrails.py:111
Method
_check_rollout
(self, args: dict[str, Any])
agent-governance-python/agent-sre/src/agent_sre/mcp/server.py:185
Method
_check_slo
(self, args: dict[str, Any])
agent-governance-python/agent-sre/src/agent_sre/mcp/server.py:144
Function
_check_trust
( ctx: RunContextWrapper[Any], agent: Agent[Any], input: Union[str, list[TResponseInpu
agent-governance-python/agentmesh-integrations/openai-agents-trust/src/openai_agents_trust/guardrails.py:47
Method
_check_with_engine
Check message against policy engine.
agent-governance-python/agent-os/modules/iatp/iatp/ipc_pipes.py:340
Function
_clean_config
Reset singleton and clear AGENT_OS_ env vars between tests.
agent-governance-python/agent-os/tests/test_config.py:13
Function
_clean_loggers
Reset logger cache and handlers between tests.
agent-governance-python/agent-os/tests/test_logging.py:22
Function
_clean_prometheus_registry
Reset the default Prometheus registry between tests.
agent-governance-python/agent-mesh/tests/test_prometheus_metrics.py:15
Function
_clean_prometheus_registry
Reset the default Prometheus registry between tests.
agent-governance-python/agent-mesh/tests/test_otel_governance.py:80
Function
_clean_prometheus_registry
Reset the default Prometheus registry between tests.
agent-governance-python/agent-mesh/tests/test_prometheus_exporter.py:15
Function
_clear_hooks
Clear the global hook registry between tests.
agent-governance-python/agent-os/tests/test_crewai_hooks.py:74
Function
_clear_key_cache
Give each test a fresh DID universe to avoid cross-test bleed.
agent-governance-python/agent-mesh/tests/test_relay.py:60
Function
_clear_provider_cache
Clear provider cache before and after each test.
agent-governance-python/agent-os/tests/test_providers.py:25
Method
_compile
(pats: list[str])
agent-governance-python/agent-os/src/agent_os/prompt_injection.py:423
Method
_compile
(pats: list[str])
agent-governance-python/agent-os/src/agent_os/mcp_security.py:402
Method
_counting_resolver
(ip, result)
agent-governance-python/agent-os/tests/test_integrations.py:3304
Function
_create_container
(agent_id, session_id, config, image=None)
agent-governance-python/agent-sandbox/tests/test_docker_sandbox.py:423
Method
_creates_cycle
( self, voucher_did: str, vouchee_did: str, session_id: str )
agent-governance-python/agent-hypervisor/src/hypervisor/liability/vouching.py:132
Method
_decrypt_data
Decrypt data encrypted with AES-256-GCM.
agent-governance-python/agent-os/modules/nexus/dmz.py:431
Method
_default_base_reward
Default base reward: 1.0 for success, 0.0 for failure.
agent-governance-python/agent-lightning/src/agent_lightning_gov/reward.py:137
Method
_default_executor
Default executor for unregistered action types
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/execution_engine.py:162
Method
_default_reward
Default reward function.
agent-governance-python/agent-lightning/src/agent_lightning_gov/environment.py:196
Method
_default_violation_handler
Log a warning when Agent Shield blocks an action.
agent-governance-python/agent-os/src/agent_os/integrations/agentshield_adapter.py:495
Method
_default_violation_handler
Default handler called when a policy violation occurs. Logs the violation at ERROR level. Override by passing a custom on_violation c
agent-governance-python/agent-os/src/agent_os/integrations/google_adk_adapter.py:480
Method
_default_violation_handler
Default handler called when a policy violation occurs. Logs the violation as an error. Override by passing a custom on_violation call
agent-governance-python/agent-os/src/agent_os/integrations/smolagents_adapter.py:485
Method
_default_violation_handler
Default handler called when one or more validators fail. Logs a warning for each failed validator name. Override by passing a custom
agent-governance-python/agent-os/src/agent_os/integrations/guardrails_adapter.py:404
Method
_deny
(self, op: str)
agent-governance-python/agent-os/src/agent_os/sandbox.py:468
Method
_deny
(action, params)
agent-governance-python/agent-os/tests/test_policy_decisions.py:158
Method
_deny_overrides
( self, candidates: list[CandidateDecision] )
agent-governance-python/agent-mesh/src/agentmesh/governance/_conflict_resolution_impl.py:126
Method
_deny_overrides
DENY_OVERRIDES: any deny wins. Among denies, highest priority wins.
agent-governance-python/agent-os/src/agent_os/policies/conflict_resolution.py:203
Method
_depth
(span: Span)
agent-governance-python/agent-sre/src/agent_sre/replay/visualization.py:139
Function
_do_request
()
examples/foundry-ai-gateway-pdp/load/harness.py:62
Method
_do_run
()
agent-governance-python/agent-sandbox/src/agent_sandbox/hyperlight_provider/provider.py:512
Function
_draft_call
()
examples/openai-agents-governed/openai_agents_governance_demo.py:765
Method
_drop_in_worker
(items: list[Any])
agent-governance-python/agent-sandbox/src/agent_sandbox/hyperlight_provider/provider.py:580
Function
_echo_agent
Agent function that returns the task_output stored in the trace.
agent-governance-python/agent-sre/tests/test_golden_traces.py:34
Function
_echo_handler
Simple async handler that echoes its arguments.
agent-governance-python/agent-mesh/tests/test_mcp_integration.py:45
Method
_enforce
()
agent-governance-python/agt-policies/src/agt/policies/runtime.py:317
Function
_enforce_unauthenticated_surface_gate
Refuse to start the CaaS app unless we're in a developer env or the operator has explicitly accepted the risk. Previously this was only a log
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:99
Function
_entry
Console-script entry point for pip-installed CLI.
agent-governance-python/agent-compliance/src/agent_compliance/cli/credential_audit.py:450
Function
_entry
Console-script entry point for pip-installed CLI.
agent-governance-python/agent-compliance/src/agent_compliance/cli/contributor_check.py:1070
Function
_esc_exec
()
examples/openai-agents-governed/openai_agents_governance_demo.py:1522
Method
_eval_correctness
(self, inp: EvalInput)
agent-governance-python/agent-sre/src/agent_sre/evals/__init__.py:152
Method
_eval_hallucination
(self, inp: EvalInput)
agent-governance-python/agent-sre/src/agent_sre/evals/__init__.py:182
Method
_eval_relevance
(self, inp: EvalInput)
agent-governance-python/agent-sre/src/agent_sre/evals/__init__.py:221
Method
_eval_safety
(self, inp: EvalInput)
agent-governance-python/agent-sre/src/agent_sre/evals/__init__.py:257
Method
_eval_tool_use
(self, inp: EvalInput)
agent-governance-python/agent-sre/src/agent_sre/evals/__init__.py:281
Method
_evaluate
()
agent-governance-python/agt-policies/src/agt/policies/runtime.py:305
Method
_evaluate_mock
Mock Rego evaluator for testing/dev only. Supports only simple ``==``, ``!=``, and ``not`` conditions. Does NOT support comprehension
agent-governance-python/agent-mesh/src/agentmesh/governance/opa.py:272
Method
_exec_with_violation
(action)
agent-governance-python/agent-lightning/tests/test_spec_lightning_conformance.py:599
Method
_execute
(self, input_value: Mapping[str, Json])
policy-engine/examples/support_agent/app/run_demo.py:100
Function
_exempt_view
(request)
agent-governance-python/agent-mesh/tests/test_django_middleware.py:58
Method
_explode
(*args, **kwargs)
agent-governance-python/agent-mesh/tests/test_entra_verifier.py:337
Method
_exploding_agent
(_: Any)
agent-governance-python/agent-lightning/tests/test_lightning_comprehensive.py:165
Method
_extract
(*args: Any, **kwargs: Any)
agent-governance-python/agent-mesh/src/agentmesh/observability/tracing.py:374
Function
_fail
()
agent-governance-python/agent-sre/tests/test_cascade.py:26
Function
_fail_action
(incident: Incident)
agent-governance-python/agent-sre/tests/test_runbooks.py:42
Function
_failing_handler
Handler that always raises.
agent-governance-python/agent-mesh/tests/test_mcp_integration.py:50
Function
_fake
(*_args, **_kwargs)
agent-governance-python/agent-compliance/tests/test_cli_api_retry.py:71
Method
_fake_run
(cmd, **kwargs)
agent-governance-python/agent-os/tests/test_policy_backends.py:166
Method
_finalize
(updates: Sequence[ChatResponseUpdate])
examples/maf-integration/shared-python/maf_scripted_runtime.py:79
Method
_gen
()
agent-governance-python/agent-sandbox/tests/test_docker_sandbox.py:1955
Method
_generate_card_component
Generate a card component for structured data.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:327
Method
_generate_chart_component
Generate a chart component for data visualization.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:223
Method
_generate_code_block_component
Generate a code block component with syntax highlighting.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:305
Method
_generate_dashboard_widget
Generate a dashboard widget for real-time monitoring.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:173
Method
_generate_ghost_text_component
Generate a ghost text (autocomplete) component for IDE.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:157
Method
_generate_inline_error_component
Generate an inline error component (like IDE squiggles).
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:379
Method
_generate_list_component
Generate a list component.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:359
Method
_generate_notification_component
Generate a notification/toast component.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:273
Method
_generate_table_component
Generate a table component for tabular data.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:248
Method
_generate_text_component
Generate a simple text/paragraph component.
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:147
Method
_get
()
examples/maf-integration/shared-python/maf_scripted_runtime.py:62
Method
_get
()
agent-governance-python/agent-mesh/tests/test_registry.py:650
Function
_get_evaluator
Lazy import of PromptDefenseEvaluator.
agent-governance-python/agent-compliance/src/agent_compliance/cli/red_team.py:26
Function
_global_exception_handler
(request: Request, exc: Exception)
agent-governance-python/agent-os/src/agent_os/server/app.py:395
Function
_google_adk_allow_list
()
agent-governance-python/agent-os/tests/test_adapter_str_no_leak.py:184
Function
_google_adk_blocked_pattern
()
agent-governance-python/agent-os/tests/test_adapter_str_no_leak.py:193
Method
_governed_call
Wrapped __call__ method with governance.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/langchain_adapter.py:163
Method
_governed_generate
Wrapped generate method with governance.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/langchain_adapter.py:167
Method
_governed_invoke
Wrapped invoke method with governance.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/langchain_adapter.py:171
Function
_governed_os_popen
(command, mode="r", buffering=-1)
agent-governance-python/agentmesh-integrations/openshell-skill/openshell_agentmesh/skill.py:253
Function
_governed_os_system
(command)
agent-governance-python/agentmesh-integrations/openshell-skill/openshell_agentmesh/skill.py:248
Function
_governed_subprocess_popen
(*popenargs, **kwargs)
agent-governance-python/agentmesh-integrations/openshell-skill/openshell_agentmesh/skill.py:240
Function
_governed_subprocess_run
(*popenargs, **kwargs)
agent-governance-python/agentmesh-integrations/openshell-skill/openshell_agentmesh/skill.py:234
Function
_guardrails_regex_validator
()
agent-governance-python/agent-os/tests/test_adapter_str_no_leak.py:238
Method
_handle_all_incidents
(self)
agent-governance-python/agent-sre/src/agent_sre/api/__init__.py:297
Method
_handle_budget_exceeded
SIGBUDGET: Resource budget exceeded.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/signals.py:355
Method
_handle_continue
SIGCONT: Resume execution from paused state.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/signals.py:286
Method
_handle_cost
(self)
agent-governance-python/agent-sre/src/agent_sre/api/__init__.py:302
← previous
next →
12,601–12,700 of 32,326, ranked by callers