MCPcopy Create free account

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

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

MethodremoveAgent
(agentId: string)
agent-governance-typescript/agent-os-vscode/src/views/kernelDebuggerView.ts:285
MethodremovePlaintextPeer
(peerId: string)
agent-governance-typescript/src/encryption/mesh-client.ts:260
Methodremove_agent
Remove an agent from the dependency graph
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:1577
Methodremove_binding
Remove an identity binding. Args: agt_agent_id: The AGT agent identifier to unbind. Returns: True if the bin
agent-governance-python/agent-os/src/agent_os/integrations/citadel/identity_bridge.py:318
Methodremove_callback
Remove a callback. Args: callback: The callback to remove.
agent-governance-python/agent-os/modules/atr/atr/metrics.py:317
Methodremove_edge
Remove a sponsorship relationship by sponsor ID.
agent-governance-python/agent-hypervisor/src/hypervisor/liability/__init__.py:55
Methodremove_monitored_agent
Remove an agent from monitoring
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:491
Methodremove_peer
Remove a peer from verified list. Args: did: The peer's DID Returns: True if peer was removed, False if not
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/callbacks.py:411
Methodremove_policy
Remove a policy by name. Returns True if found.
agent-governance-python/agent-mesh/src/agentmesh/governance/multi_agent_policy.py:247
Methodremove_policy
Remove a tool's specific policy. Args: tool_name: Name of the tool. Returns: True if policy was removed, Fal
agent-governance-python/agent-os/modules/atr/atr/access.py:228
Methodremove_rule
Remove a constraint rule by name. Returns True if removed.
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:324
Functionrent_car
()
agent-governance-python/agent-hypervisor/tutorials/saga-compensation/demo.py:56
Functionrepl
(match: re.Match[str])
agent-governance-python/agent-os/src/agent_os/credential_vault.py:762
Methodreplay
Replay messages from a topic. Args: topic: Topic to replay from_timestamp: Start timestamp (inclusiv
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:145
Methodreplay
Replay messages from a topic.
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:270
Methodreplay
Replay messages from files.
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:484
Methodreplay_agent_history
Replay agent history, optionally with a callback for each event. Args: agent_id: Agent identifier se
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/time_travel_debugger.py:373
Methodreplay_batch
( self, actions: list[SimulatedAction], production_decisions: list[dict[str, Any]] | N
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:378
Methodreplay_batch
( self, actions: list[SimulatedAction], production_decisions: list[dict[str, Any]] | N
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:440
Functionreplay_handler
(msg: Message)
agent-governance-python/agent-os/modules/amb/examples/advanced_features.py:193
Functionreport
Generate a comprehensive red-team assessment report. Combines prompt defense scanning with adversarial playbook execution into a single asses
agent-governance-python/agent-compliance/src/agent_compliance/cli/red_team.py:381
Functionreport_agents
Report trust score summary for all registered agents.
agent-governance-python/agent-mesh/src/agentmesh/cli/trust_cli.py:577
Functionreport_outcome
Report a task outcome to update reputation. Admin-only. The body's ``reporter_did`` is informational and is **not** verified against the call
agent-governance-python/agent-os/services/cloud-board/api/routes/reputation.py:197
Functionreputation_engine
()
agent-governance-python/agent-os/modules/nexus/tests/conftest.py:23
Methodrequest
Send a request and wait for response. Args: message: Request message timeout: Timeout in seconds
agent-governance-python/agent-os/modules/amb/amb_core/memory_broker.py:318
Methodrequest
Send a request and wait for a response (request-response pattern). Args: message: The request message
agent-governance-python/agent-os/modules/amb/amb_core/broker.py:88
Methodrequest
Send request and wait for response using Redis streams. Args: message: Request message timeout: Time
agent-governance-python/agent-os/modules/amb/amb_core/adapters/redis_broker.py:177
Methodrequest
Send request and wait for response using NATS request-reply. NATS has native request-reply support which makes this efficien
agent-governance-python/agent-os/modules/amb/amb_core/adapters/nats_broker.py:201
Methodrequest
Send request and wait for response. Uses correlation ID and reply-to for request-response pattern. Args:
agent-governance-python/agent-os/modules/amb/amb_core/adapters/azure_servicebus_broker.py:246
Methodrequest
Send request and wait for response using RabbitMQ RPC pattern. Args: message: Request message timeou
agent-governance-python/agent-os/modules/amb/amb_core/adapters/rabbitmq_broker.py:166
Methodrequest
Send request and wait for response. Uses a temporary response queue for the request-response pattern. Args:
agent-governance-python/agent-os/modules/amb/amb_core/adapters/aws_sqs_broker.py:267
Methodrequest
Send request and wait for response. This is a simplified implementation using temporary topics. Args:
agent-governance-python/agent-os/modules/amb/amb_core/adapters/kafka_broker.py:175
FunctionrequestRefresh
Post a refresh request to the extension host.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubDetail.tsx:42
Methodrequest_approval
(self, request: ApprovalRequest)
agent-governance-python/agent-mesh/src/agentmesh/governance/approval.py:171
Methodrequest_approval
(self, request: ApprovalRequest)
agent-governance-python/agent-mesh/src/agentmesh/governance/approval.py:221
Methodrequest_human_review
Request human review for a decision. This is a hook for human-in-the-loop patterns. In production, would integrate w
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/governance_layer.py:313
FunctionrequireApiKey
(req: Request, res: Response, next: NextFunction)
agent-governance-python/agent-mesh/services/api/src/middleware/apiKey.ts:19
MethodrequireAuth
(roles?: string[])
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/ssoProvider.ts:232
Functionrequire_admin
Require an administrator bearer token. Returns ``401`` for **any** non-admin credential — including valid agent tokens — so that the endpoint
agent-governance-python/agent-os/services/cloud-board/api/auth.py:43
Functionrequire_agent
Require an agent-scoped bearer token, with administrator fallback.
agent-governance-python/agent-os/services/cloud-board/api/auth.py:61
Functionrequire_code_review
Flag code execution for review (simplified)
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:176
Methodrequire_url_or_command
(self)
agent-governance-python/agent-marketplace/src/agent_marketplace/schema_adapters.py:53
Methodrequired_passed
(self)
agent-governance-python/agent-sre/src/agent_sre/certification/__init__.py:114
Methodrequired_ring
Determine minimum ring required for this action.
agent-governance-python/agent-hypervisor/src/hypervisor/models.py:268
Methodrequired_total
(self)
agent-governance-python/agent-sre/src/agent_sre/certification/__init__.py:118
FunctionrequiresPermission
(rbac: RBACManager, permissionId: string)
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/rbacManager.ts:283
Methodrequires_intent_locks
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/session/isolation.py:36
Methodrequires_vector_clocks
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/session/isolation.py:32
Functionreserve_hotel
()
agent-governance-python/agent-hypervisor/tutorials/saga-compensation/demo.py:46
Functionreset
(nodes: SimNode[], edges: SimEdge[])
agent-governance-typescript/agent-os-vscode/src/webviews/shared/forceSimulation.ts:234
Methodreset
Reset the singleton instance (mainly for testing)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:142
Methodreset
Reset metrics. Args: tool_name: Specific tool to reset, or None for all.
agent-governance-python/agent-os/modules/atr/atr/metrics.py:326
Methodreset
Reset all counters to zero (useful for test isolation).
agent-governance-python/agent-os/src/agent_os/metrics.py:117
Methodreset
Reset the bucket to *tokens* or back to full capacity.
agent-governance-python/agent-os/src/agent_os/policies/rate_limiting.py:135
Methodreset
Clear validation history.
agent-governance-python/agent-os/src/agent_os/integrations/agentshield_adapter.py:1054
Methodreset
Reset all tracked usage for *agent_id*.
agent-governance-python/agent-os/src/agent_os/integrations/token_budget.py:102
Methodreset
Reset the bucket for *agent_id* (or the global bucket if ``per_agent=False``).
agent-governance-python/agent-os/src/agent_os/integrations/rate_limiter.py:127
Methodreset
(self)
agent-governance-python/agent-os/examples/agent-lightning-training/sql_agent.py:58
Methodreset
Reset circuit breaker to initial state.
agent-governance-python/agent-os/examples/self-evaluating/src/circuit_breaker.py:485
Methodreset
Reset all counters and close the circuit.
agent-governance-python/agent-sre/src/agent_sre/incidents/circuit_breaker.py:130
MethodresetCount
* Reset blocked count (called at start of day)
agent-governance-typescript/agent-os-vscode/src/statusBar.ts:54
MethodresetCount
* Reset blocked count (called at start of day)
agent-governance-python/agent-os/extensions/cursor/src/statusBar.ts:55
MethodresetDaily
Reset all violation state. Intended to be called at the start of each day.
agent-governance-typescript/agent-os-vscode/src/governanceStatusBar.ts:232
FunctionresetRateLimits
Reset rate limit counters (for testing).
agent-governance-python/agentmesh-integrations/mastra-agentmesh/src/governance.ts:126
Methodreset_all
(self)
agent-governance-python/agent-os/src/agent_os/_circuit_breaker_impl.py:220
Methodreset_all_budgets
Reset call counters for every agent. This clears the recorded call count for each tracked agent.
agent-governance-python/agent-os/src/agent_os/mcp_gateway.py:590
Functionreset_cloud_board_state
(monkeypatch)
agent-governance-python/agent-os/tests/cloud_board/test_api_auth.py:34
Functionreset_password
( user_id: Annotated[str, Field(description="The user needing a password reset.")], )
examples/maf-integration/04-it-helpdesk/python/main.py:173
Methodreset_timeout_seconds
(self)
agent-governance-python/agent-os/src/agent_os/_circuit_breaker_impl.py:74
Methodreset_timeout_seconds
(self)
agent-governance-python/agent-sre/src/agent_sre/cascade/circuit_breaker.py:82
Functionreset_verifier_for_tests
Test-only hook: clears the cached verifier so subsequent :func:`get_verifier` calls re-read the environment. Production callers MUST NOT call
agent-governance-python/agent-mesh/src/agentmesh/identity/entra_verifier.py:331
Methodresetter
()
agent-governance-python/agent-os/tests/test_conversation_guardian.py:638
Methodresolve
Resolve a policy bundle from a Citadel Access Contract config. Reads the ``agtPolicyBundle`` parameter from the contract and loads th
agent-governance-python/agent-os/src/agent_os/integrations/citadel/policy_bundle.py:278
MethodresolveCompletionItem
( item: vscode.CompletionItem, token: vscode.CancellationToken )
agent-governance-typescript/agent-os-vscode/src/language/completionProvider.ts:341
MethodresolveWebviewView
( webviewView: vscode.WebviewView, _context: vscode.WebviewViewResolveContext, _token:
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/SidebarProvider.ts:45
Functionresolve_dispute
Resolve a dispute using an admin-supplied outcome. The outcome **must** be supplied by the administrator; the arbiter does not derive it from
agent-governance-python/agent-os/services/cloud-board/api/routes/arbiter.py:207
Functionresolve_incident
Resolve an incident.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:531
Functionresolver
(ip, result)
agent-governance-python/agent-os/tests/test_integrations.py:2288
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/test_runtime.py:177
Functionresolver
(ip: str, result: Any)
agent-governance-python/agt-policies/tests/test_e2e_entry_paths.py:396
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_guardrails_adapter_scenarios.py:182
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_agentshield_adapter_scenarios.py:190
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_a2a_adapter_scenarios.py:184
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_openai_adapter_scenarios.py:196
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_crewai_adapter_scenarios.py:237
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_bedrock_adapter_scenarios.py:242
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_semantic_kernel_adapter_scenarios.py:217
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_llamaindex_adapter_scenarios.py:226
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_pydantic_ai_adapter_scenarios.py:179
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_gemini_adapter_scenarios.py:230
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_google_adk_adapter_scenarios.py:205
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_mistral_adapter_scenarios.py:217
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_anthropic_adapter_scenarios.py:210
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_smolagents_adapter_scenarios.py:202
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_autogen_adapter_scenarios.py:229
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_maf_adapter_scenarios.py:238
Functionresolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_langchain_adapter_scenarios.py:208
Methodresolver
(intervention_point, result)
policy-engine/sdk/python/tests/test_escalation.py:60
Methodresources
Read-only view of registered resources.
agent-governance-python/agent-os/src/agent_os/constraint_graph.py:121
Functionresponder
(msg: Message)
agent-governance-python/agent-os/modules/amb/tests/test_tracing.py:87
← previousnext →16,001–16,100 of 32,326, ranked by callers