MCPcopy Create free account

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

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

↓ 1 callersFunction_performance_dashboard
Performance metrics dashboard.
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/dashboards.py:278
↓ 1 callersFunction_persist_agent
(agent_id: str, data: dict)
agent-governance-python/agent-mesh/examples/docker-compose/app/server.py:114
↓ 1 callersMethod_persist_alert
(self, alert: Alert, results: list[DeliveryResult])
agent-governance-python/agent-sre/src/agent_sre/alerts/__init__.py:462
↓ 1 callersMethod_persist_entry
Append entry to persist file.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/audit.py:312
↓ 1 callersFunction_plan_from_answers
(answers: dict[str, Any])
policy-engine/generator/acs_generator/init_flow.py:217
↓ 1 callersFunction_plan_steps_async
(client: AsyncOpenAI, ticket: Ticket, model: str)
examples/quickstart/aca_research_agent.py:94
↓ 1 callersMethod_plan_warnings
(self, plan: PolicyPlan, inventory: dict[str, dict[str, Any]])
policy-engine/generator/acs_generator/engine.py:86
↓ 1 callersFunction_plan_with_fallback
Try the OpenAI planner; fall back to a stub plan on any failure.
examples/quickstart/aca_research_agent.py:183
↓ 1 callersFunction_policy_context
Return the minimal policy context included in the external digest. This helper intentionally limits the digest input to a smallest-stable int
agent-governance-python/agentmesh-integrations/audit-accountability-export/audit_accountability_export/export.py:115
↓ 1 callersFunction_policy_has_deny_semantics
Return True iff the policy is *default-deny*. Default-deny means: in the absence of an explicit-allow rule matching the request, the policy d
agent-governance-python/agent-compliance/src/agent_compliance/verify.py:447
↓ 1 callersFunction_policy_target_and_executor
( method: Execute, args: tuple[Any, ...], kwargs: dict[str, Any], input_kwarg: str | None, )
policy-engine/sdk/python/agent_control_specification/_adapters/_generic.py:263
↓ 1 callersFunction_policy_target_path
(result: InterventionPointResult)
policy-engine/sdk/python/agent_control_specification/_orchestration.py:476
↓ 1 callersFunction_policy_target_path
(result: Any)
policy-engine/sdk/python/agent_control_specification/_adapters/openai.py:346
↓ 1 callersMethod_poll_run
Poll run status with governance checks.
agent-governance-python/agent-os/src/agent_os/integrations/openai_adapter.py:654
↓ 1 callersMethod_poll_task
Poll SQS queue for messages.
agent-governance-python/agent-os/modules/amb/amb_core/adapters/aws_sqs_broker.py:212
↓ 1 callersMethod_post_async_stream_response
Evaluate a complete async stream response before disclosure.
agent-governance-python/agent-os/src/agent_os/integrations/llamaindex_adapter.py:387
↓ 1 callersFunction_post_comment
Create or update the contributor-check comment (idempotent).
scripts/contributor_check_action.py:132
↓ 1 callersFunction_post_model_effect_applied
(result: Any, mode: EnforcementMode | str)
policy-engine/sdk/python/agent_control_specification/_adapters/openai.py:301
↓ 1 callersMethod_prepare_call
(self)
agent-governance-python/agent-os/src/agent_os/_circuit_breaker_impl.py:166
↓ 1 callersMethod_prepare_call
(self)
agent-governance-python/agent-sre/src/agent_sre/cascade/circuit_breaker.py:193
↓ 1 callersFunction_prepare_output_dir
(out_dir: Path, *, force: bool)
policy-engine/generator/acs_generator/init_flow.py:344
↓ 1 callersMethod_print_contradiction_report
Print formatted contradiction report
agent-governance-python/agent-os/examples/pharma-compliance/demo.py:552
↓ 1 callersFunction_print_report
(report: Report)
scripts/check_lockfile_integrity.py:955
↓ 1 callersMethod_priority_delivery_worker
Background worker that delivers messages in priority order. Args: topic: The topic to process
agent-governance-python/agent-os/modules/amb/amb_core/memory_broker.py:132
↓ 1 callersMethod_process_broadcasts
Process pending broadcast events.
agent-governance-python/agent-os/services/cloud-board/workers/reputation_sync.py:90
↓ 1 callersMethod_process_signal_dry_run
Process a signal in dry-run mode (no actions taken). This analyzes the signal and determines: 1. What was observed
agent-governance-python/agent-os/examples/self-evaluating/src/ghost_mode.py:403
↓ 1 callersMethod_process_v4
Legacy v4 PolicyEvaluator-backed processing.
agent-governance-python/agent-os/src/agent_os/integrations/maf_adapter.py:390
↓ 1 callersMethod_process_v4
Legacy v4 allow/deny-list processing.
agent-governance-python/agent-os/src/agent_os/integrations/maf_adapter.py:656
↓ 1 callersMethod_process_v5
AGT 5.0 AdapterRuntimeBridge-backed processing.
agent-governance-python/agent-os/src/agent_os/integrations/maf_adapter.py:479
↓ 1 callersMethod_process_v5
AGT 5.0 AdapterRuntimeBridge-backed processing.
agent-governance-python/agent-os/src/agent_os/integrations/maf_adapter.py:717
↓ 1 callersFunction_project_tool_from_manifest
Project the named tool entry from the manifest catalog. Matches the engine's tool projection at tool intervention points.
agent-governance-python/agt-policies/src/agt/_harness/opa_runner.py:78
↓ 1 callersFunction_prompt
(args: argparse.Namespace)
policy-engine/generator/acs_generator/cli.py:64
↓ 1 callersFunction_prompt_arguments_schema
(arguments: Any)
agent-governance-python/agent-os/src/agent_os/cli/mcp_scan.py:844
↓ 1 callersFunction_prompt_for_answers
(args: argparse.Namespace, stdin: TextIO)
policy-engine/generator/acs_generator/init_flow.py:180
↓ 1 callersMethod_propagate
( self, source_did: str, severity: float, depth: int, visited: set,
agent-governance-python/agent-mesh/src/agentmesh/reward/trust_decay.py:209
↓ 1 callersMethod_prune_old_signals
Remove signals outside the correlation window.
agent-governance-python/agent-sre/src/agent_sre/incidents/detector.py:311
↓ 1 callersMethod_prune_seen_scope_chains
Remove scope chain fingerprints outside replay window.
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/trust.py:297
↓ 1 callersFunction_public_adapter_names
()
agent-governance-python/agent-os/tests/test_adapter_mediation_contract.py:139
↓ 1 callersMethod_pull_kernel_violations
Poll the kernel for violations recorded during the current step. Used when no ``on_policy_violation`` hook was wired. The kernel is e
agent-governance-python/agent-lightning/src/agent_lightning_gov/environment.py:142
↓ 1 callersMethod_purge_expired_challenges
Remove expired challenges to prevent unbounded growth. Caller must hold self._challenges_lock — this method only runs from within ini
agent-governance-python/agent-mesh/src/agentmesh/trust/handshake.py:251
↓ 1 callersMethod_purge_from_prioritization
Purge redundant safety corrections from prioritization framework. Similar logic: if the new model handles a failure scenario
agent-governance-python/agent-os/examples/self-evaluating/src/model_upgrade.py:426
↓ 1 callersMethod_query
Execute query with trust verification.
agent-governance-python/agentmesh-integrations/llamaindex-agentmesh/llama_index/agent/agentmesh/query_engine.py:103
↓ 1 callersMethod_query_osv
Query OSV.dev API for vulnerabilities.
agent-governance-python/agent-os/src/agent_os/mcp_cve_feed.py:146
↓ 1 callersMethod_query_reputation
Query agent reputation.
agent-governance-python/agent-os/modules/mcp-kernel-server/src/mcp_kernel_server/tools.py:1008
↓ 1 callersFunction_random_port
()
agent-governance-python/agent-os/modules/observability/tests/test_integration.py:54
↓ 1 callersFunction_ranges_overlap
( left: tuple[Any, bool, Any, bool], right: tuple[Any, bool, Any, bool], )
agent-governance-python/agt-policies/src/agt/manifest_resolution/merge.py:118
↓ 1 callersFunction_rate_limit_wait
Sleep if the response indicates we are close to the rate limit.
agent-governance-python/agent-discovery/src/agent_discovery/scanners/github.py:95
↓ 1 callersFunction_read_asgi_body
(receive: Execute)
policy-engine/sdk/python/agent_control_specification/_adapters/_shared.py:145
↓ 1 callersMethod_read_audit
Read from audit log.
agent-governance-python/agent-os/modules/mcp-kernel-server/src/mcp_kernel_server/server.py:349
↓ 1 callersFunction_read_bootstrap_ttl_from_env
()
agent-governance-python/agent-os/src/agent_os/server/app.py:235
↓ 1 callersMethod_read_from_client
Read JSON-RPC messages from stdin (MCP client).
agent-governance-python/agent-mesh/src/agentmesh/cli/proxy.py:212
↓ 1 callersMethod_read_from_target
Read responses from target MCP server.
agent-governance-python/agent-mesh/src/agentmesh/cli/proxy.py:246
↓ 1 callersMethod_read_last_hash
Read the content_hash of the last entry in the file.
agent-governance-python/agent-mesh/src/agentmesh/governance/audit_backends.py:315
↓ 1 callersMethod_read_queue_result
Read the result dict from the multiprocessing Queue.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/process_isolation.py:379
↓ 1 callersFunction_read_sse_message
(queue_: queue.Queue[dict[str, Any]], request_id: int, timeout: float)
agent-governance-python/agent-os/src/agent_os/cli/mcp_scan.py:1312
↓ 1 callersMethod_readiness_loop
Main loop for readiness checks
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:263
↓ 1 callersMethod_rebuild_response
Rebuild response with only clean nodes after content scanning.
agent-governance-python/agent-rag-governance/src/agent_rag_governance/llamaindex.py:164
↓ 1 callersMethod_receive_task
Receive messages from Azure Service Bus.
agent-governance-python/agent-os/modules/amb/amb_core/adapters/azure_servicebus_broker.py:188
↓ 1 callersMethod_recommend_actions
Generate recommended actions for a shadow agent.
agent-governance-python/agent-discovery/src/agent_discovery/reconciler.py:104
↓ 1 callersFunction_recompute_tiers
()
agent-governance-python/agent-mesh/examples/trust-dashboard/dashboard.py:56
↓ 1 callersFunction_reconstruct
(data: Dict[str, Any])
agent-governance-python/agentmesh-integrations/mcp-receipt-governed/scripts/verify_receipts.py:25
↓ 1 callersMethod_record
(self, action: str, outcome: str, data: Any = None)
agent-governance-python/agent-os/examples/cross-project/cross_project_example.py:86
↓ 1 callersMethod_record_audit
( self, action: str, tool_name: str, server_name: str, threats: list[M
agent-governance-python/agent-os/src/agent_os/mcp_security.py:1000
↓ 1 callersMethod_record_scope_chain_fingerprint
Record fingerprint with bounded memory growth.
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/trust.py:309
↓ 1 callersFunction_redact
Redact a sensitive value for safe logging.
agent-governance-python/agent-mesh/examples/03-healthcare-hipaa/main.py:26
↓ 1 callersFunction_redact
Redact a sensitive value for safe logging.
agent-governance-python/agent-os/examples/financial-sox/demo.py:50
↓ 1 callersMethod_refill
Add tokens accrued since the last refill.
agent-governance-python/agent-os/src/agent_os/integrations/rate_limiter.py:72
↓ 1 callersMethod_registerListeners
(webviewView: vscode.WebviewView)
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/SidebarProvider.ts:95
↓ 1 callersMethod_registerProviders
()
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/ssoProvider.ts:88
↓ 1 callersMethod_register_default_executors
Register default executors for common action types
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:446
↓ 1 callersMethod_register_default_normalizers
Register default signal normalizers.
agent-governance-python/agent-os/examples/self-evaluating/src/universal_signal_bus.py:432
↓ 1 callersMethod_register_tools
Register MCP tools with governance.
agent-governance-python/agent-mesh/examples/01-mcp-tool-server/main.py:101
↓ 1 callersFunction_rego_field_accessor
Build an inline Rego accessor for a dot-separated snapshot field. Args: field: dotted path such as ``tool_call.args.amount_usd`` or
agent-governance-python/agt-policies/src/agt/manifest_resolution/build.py:293
↓ 1 callersFunction_rego_op_clause
Render the body of a `_match[i]` rule for a given operator. Returns None for unsupported operators; the caller turns the rule into a fail-closed
agent-governance-python/agt-policies/src/agt/manifest_resolution/build.py:321
↓ 1 callersFunction_reject_deprecated_refs
(rego: str)
policy-engine/generator/acs_generator/validation.py:126
↓ 1 callersFunction_reject_repeated_singleton_flags
(argv: list[str])
policy-engine/generator/acs_generator/init_flow.py:280
↓ 1 callersFunction_relative_path_segments
(path: str)
policy-engine/sdk/python/agent_control_specification/_orchestration.py:534
↓ 1 callersFunction_relative_path_segments
(path: str)
policy-engine/sdk/python/agent_control_specification/_adapters/openai.py:398
↓ 1 callersFunction_relative_snapshot_path
(path: str | None)
policy-engine/sdk/python/agent_control_specification/_orchestration.py:487
↓ 1 callersFunction_remote_url
(spec: Mapping[str, Any], transport: str)
agent-governance-python/agent-os/src/agent_os/cli/mcp_scan.py:454
↓ 1 callersMethod_removeEdge
(edgeId: string)
agent-governance-typescript/agent-os-vscode/src/webviews/workflowDesigner/WorkflowDesignerPanel.ts:212
↓ 1 callersMethod_removeNode
(nodeId: string)
agent-governance-typescript/agent-os-vscode/src/webviews/workflowDesigner/WorkflowDesignerPanel.ts:181
↓ 1 callersMethod_remove_replica
Remove a replica
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:1144
↓ 1 callersFunction_render_cedar_snippet
Render a v5 manifest snippet replacing a v4 ``CedarBackend`` call.
agent-governance-python/agt-policies/src/agt/cli/migrate.py:373
↓ 1 callersFunction_render_governance_rewrite_snippet
Render the v5 replacement snippet for a v4 ``GovernancePolicy``. The bridge ships a ``Manifest.from_governance_policy`` helper on the v5 surf
agent-governance-python/agt-policies/src/agt/cli/migrate.py:582
↓ 1 callersFunction_render_job
(job: dict, actions: dict[str, str])
scripts/ci/generate_workflows.py:159
↓ 1 callersFunction_render_point
(point: str, rules: list[RulePlan])
policy-engine/generator/acs_generator/rego_builder.py:41
↓ 1 callersFunction_render_rego
Render a Rego module emitting an AGT verdict from rule conditions. Each rule becomes one ``verdict`` branch keyed on its index. Field paths a
agent-governance-python/agt-policies/src/agt/manifest_resolution/build.py:202
↓ 1 callersFunction_render_rego
Render the bridge Rego module body.
agent-governance-python/agt-policies/src/agt/policies/bridge.py:130
↓ 1 callersMethod_repair_prompt
(self, diagnostics: list[str])
policy-engine/generator/acs_generator/engine.py:80
↓ 1 callersMethod_replay_and_compare
Replay logs against Control Plane and compare. This is the core Arbiter logic - deterministically determines which a
agent-governance-python/agent-os/services/cloud-board/workers/dispute_resolver.py:169
↓ 1 callersFunction_repo_root
Return the repository root, anchored via git to avoid editable-install path drift.
agent-governance-python/agent-os/tests/test_asi_starter_packs.py:34
↓ 1 callersFunction_request_invalid_result
()
policy-engine/sdk/python/agent_control_specification/_orchestration.py:420
↓ 1 callersFunction_requests_stream
(request: JsonValue)
policy-engine/sdk/python/agent_control_specification/_adapters/openai.py:468
↓ 1 callersFunction_require_event_stream
Fail closed unless the upstream returned a 2xx event-stream response.
policy-engine/sdk/python/agent_control_specification/_adapters/litellm.py:262
↓ 1 callersFunction_require_grpc
Raise if the grpcio library is not installed.
agent-governance-python/agent-mesh/src/agentmesh/transport/grpc_transport.py:41
↓ 1 callersFunction_require_redis
Raise ImportError if redis package is not installed.
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_backend.py:24
↓ 1 callersFunction_require_websockets
Raise if the websockets library is not installed.
agent-governance-python/agent-mesh/src/agentmesh/transport/websocket.py:37
↓ 1 callersMethod_research_stage
(self, order: TradeOrder)
agent-governance-python/agent-os/examples/trading-governance/demo.py:502
↓ 1 callersMethod_resetProgress
()
agent-governance-typescript/agent-os-vscode/src/webviews/onboarding/OnboardingPanel.ts:215
← previousnext →7,201–7,300 of 32,326, ranked by callers