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
Method
removeAgent
(agentId: string)
agent-governance-typescript/agent-os-vscode/src/views/kernelDebuggerView.ts:285
Method
removePlaintextPeer
(peerId: string)
agent-governance-typescript/src/encryption/mesh-client.ts:260
Method
remove_agent
Remove an agent from the dependency graph
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:1577
Method
remove_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
Method
remove_callback
Remove a callback. Args: callback: The callback to remove.
agent-governance-python/agent-os/modules/atr/atr/metrics.py:317
Method
remove_edge
Remove a sponsorship relationship by sponsor ID.
agent-governance-python/agent-hypervisor/src/hypervisor/liability/__init__.py:55
Method
remove_monitored_agent
Remove an agent from monitoring
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:491
Method
remove_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
Method
remove_policy
Remove a policy by name. Returns True if found.
agent-governance-python/agent-mesh/src/agentmesh/governance/multi_agent_policy.py:247
Method
remove_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
Method
remove_rule
Remove a constraint rule by name. Returns True if removed.
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:324
Function
rent_car
()
agent-governance-python/agent-hypervisor/tutorials/saga-compensation/demo.py:56
Function
repl
(match: re.Match[str])
agent-governance-python/agent-os/src/agent_os/credential_vault.py:762
Method
replay
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
Method
replay
Replay messages from a topic.
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:270
Method
replay
Replay messages from files.
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:484
Method
replay_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
Method
replay_batch
( self, actions: list[SimulatedAction], production_decisions: list[dict[str, Any]] | N
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:378
Method
replay_batch
( self, actions: list[SimulatedAction], production_decisions: list[dict[str, Any]] | N
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:440
Function
replay_handler
(msg: Message)
agent-governance-python/agent-os/modules/amb/examples/advanced_features.py:193
Function
report
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
Function
report_agents
Report trust score summary for all registered agents.
agent-governance-python/agent-mesh/src/agentmesh/cli/trust_cli.py:577
Function
report_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
Function
reputation_engine
()
agent-governance-python/agent-os/modules/nexus/tests/conftest.py:23
Method
request
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
Method
request
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
Method
request
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
Method
request
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
Method
request
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
Method
request
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
Method
request
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
Method
request
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
Function
requestRefresh
Post a refresh request to the extension host.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubDetail.tsx:42
Method
request_approval
(self, request: ApprovalRequest)
agent-governance-python/agent-mesh/src/agentmesh/governance/approval.py:171
Method
request_approval
(self, request: ApprovalRequest)
agent-governance-python/agent-mesh/src/agentmesh/governance/approval.py:221
Method
request_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
Function
requireApiKey
(req: Request, res: Response, next: NextFunction)
agent-governance-python/agent-mesh/services/api/src/middleware/apiKey.ts:19
Method
requireAuth
(roles?: string[])
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/ssoProvider.ts:232
Function
require_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
Function
require_agent
Require an agent-scoped bearer token, with administrator fallback.
agent-governance-python/agent-os/services/cloud-board/api/auth.py:61
Function
require_code_review
Flag code execution for review (simplified)
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:176
Method
require_url_or_command
(self)
agent-governance-python/agent-marketplace/src/agent_marketplace/schema_adapters.py:53
Method
required_passed
(self)
agent-governance-python/agent-sre/src/agent_sre/certification/__init__.py:114
Method
required_ring
Determine minimum ring required for this action.
agent-governance-python/agent-hypervisor/src/hypervisor/models.py:268
Method
required_total
(self)
agent-governance-python/agent-sre/src/agent_sre/certification/__init__.py:118
Function
requiresPermission
(rbac: RBACManager, permissionId: string)
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/rbacManager.ts:283
Method
requires_intent_locks
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/session/isolation.py:36
Method
requires_vector_clocks
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/session/isolation.py:32
Function
reserve_hotel
()
agent-governance-python/agent-hypervisor/tutorials/saga-compensation/demo.py:46
Function
reset
(nodes: SimNode[], edges: SimEdge[])
agent-governance-typescript/agent-os-vscode/src/webviews/shared/forceSimulation.ts:234
Method
reset
Reset the singleton instance (mainly for testing)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:142
Method
reset
Reset metrics. Args: tool_name: Specific tool to reset, or None for all.
agent-governance-python/agent-os/modules/atr/atr/metrics.py:326
Method
reset
Reset all counters to zero (useful for test isolation).
agent-governance-python/agent-os/src/agent_os/metrics.py:117
Method
reset
Reset the bucket to *tokens* or back to full capacity.
agent-governance-python/agent-os/src/agent_os/policies/rate_limiting.py:135
Method
reset
Clear validation history.
agent-governance-python/agent-os/src/agent_os/integrations/agentshield_adapter.py:1054
Method
reset
Reset all tracked usage for *agent_id*.
agent-governance-python/agent-os/src/agent_os/integrations/token_budget.py:102
Method
reset
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
Method
reset
(self)
agent-governance-python/agent-os/examples/agent-lightning-training/sql_agent.py:58
Method
reset
Reset circuit breaker to initial state.
agent-governance-python/agent-os/examples/self-evaluating/src/circuit_breaker.py:485
Method
reset
Reset all counters and close the circuit.
agent-governance-python/agent-sre/src/agent_sre/incidents/circuit_breaker.py:130
Method
resetCount
* Reset blocked count (called at start of day)
agent-governance-typescript/agent-os-vscode/src/statusBar.ts:54
Method
resetCount
* Reset blocked count (called at start of day)
agent-governance-python/agent-os/extensions/cursor/src/statusBar.ts:55
Method
resetDaily
Reset all violation state. Intended to be called at the start of each day.
agent-governance-typescript/agent-os-vscode/src/governanceStatusBar.ts:232
Function
resetRateLimits
Reset rate limit counters (for testing).
agent-governance-python/agentmesh-integrations/mastra-agentmesh/src/governance.ts:126
Method
reset_all
(self)
agent-governance-python/agent-os/src/agent_os/_circuit_breaker_impl.py:220
Method
reset_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
Function
reset_cloud_board_state
(monkeypatch)
agent-governance-python/agent-os/tests/cloud_board/test_api_auth.py:34
Function
reset_password
( user_id: Annotated[str, Field(description="The user needing a password reset.")], )
examples/maf-integration/04-it-helpdesk/python/main.py:173
Method
reset_timeout_seconds
(self)
agent-governance-python/agent-os/src/agent_os/_circuit_breaker_impl.py:74
Method
reset_timeout_seconds
(self)
agent-governance-python/agent-sre/src/agent_sre/cascade/circuit_breaker.py:82
Function
reset_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
Method
resetter
()
agent-governance-python/agent-os/tests/test_conversation_guardian.py:638
Method
resolve
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
Method
resolveCompletionItem
( item: vscode.CompletionItem, token: vscode.CancellationToken )
agent-governance-typescript/agent-os-vscode/src/language/completionProvider.ts:341
Method
resolveWebviewView
( webviewView: vscode.WebviewView, _context: vscode.WebviewViewResolveContext, _token:
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/SidebarProvider.ts:45
Function
resolve_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
Function
resolve_incident
Resolve an incident.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:531
Function
resolver
(ip, result)
agent-governance-python/agent-os/tests/test_integrations.py:2288
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/test_runtime.py:177
Function
resolver
(ip: str, result: Any)
agent-governance-python/agt-policies/tests/test_e2e_entry_paths.py:396
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_guardrails_adapter_scenarios.py:182
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_agentshield_adapter_scenarios.py:190
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_a2a_adapter_scenarios.py:184
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_openai_adapter_scenarios.py:196
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_crewai_adapter_scenarios.py:237
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_bedrock_adapter_scenarios.py:242
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_semantic_kernel_adapter_scenarios.py:217
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_llamaindex_adapter_scenarios.py:226
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_pydantic_ai_adapter_scenarios.py:179
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_gemini_adapter_scenarios.py:230
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_google_adk_adapter_scenarios.py:205
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_mistral_adapter_scenarios.py:217
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_anthropic_adapter_scenarios.py:210
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_smolagents_adapter_scenarios.py:202
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_autogen_adapter_scenarios.py:229
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_maf_adapter_scenarios.py:238
Function
resolver
(ip: str, result: EvaluationResult)
agent-governance-python/agt-policies/tests/scenarios/test_langchain_adapter_scenarios.py:208
Method
resolver
(intervention_point, result)
policy-engine/sdk/python/tests/test_escalation.py:60
Method
resources
Read-only view of registered resources.
agent-governance-python/agent-os/src/agent_os/constraint_graph.py:121
Function
responder
(msg: Message)
agent-governance-python/agent-os/modules/amb/tests/test_tracing.py:87
← previous
next →
16,001–16,100 of 32,326, ranked by callers