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
active_agents
(self)
agent-governance-python/agentmesh-integrations/crewai-agentmesh/crewai_agentmesh/trust.py:209
Method
active_agents
(self)
agent-governance-python/agent-os/src/agent_os/context_budget.py:252
Method
active_count
(self)
agent-governance-python/agent-os/src/agent_os/context_budget.py:256
Method
active_count
Number of active (non-terminal) rollouts.
agent-governance-python/agent-sre/src/agent_sre/k8s/__init__.py:622
Method
active_elevations
All currently active (non-expired) elevations.
agent-governance-python/agent-hypervisor/src/hypervisor/rings/elevation.py:359
Method
active_groups
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/saga/fan_out.py:125
Method
active_lock_count
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/session/intent_locks.py:113
Method
active_quarantines
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/liability/quarantine.py:114
Method
active_sagas
Get all non-terminal sagas.
agent-governance-python/agent-hypervisor/src/hypervisor/saga/orchestrator.py:228
Method
active_session_count
Return the number of active sessions. Returns: The number of currently active, non-expired sessions.
agent-governance-python/agent-os/src/agent_os/mcp_session_auth.py:272
Method
active_sessions
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/core.py:304
Method
active_sessions
Number of sessions with active isolation scopes.
agent-governance-python/agent-hypervisor/src/hypervisor/session/isolation.py:189
Method
active_sessions
Return all active encrypted sessions, keyed by peer DID.
agent-governance-python/agent-mesh/src/agentmesh/encryption/bridge.py:85
Method
actual_usage
(self)
policy-engine/sdk/python/tests/test_real_packages.py:475
Method
adapter
()
agent-governance-python/agent-compliance/tests/test_agt_cli.py:275
Function
add
Simple function to test wrapping.
agent-governance-python/agent-mesh/tests/test_govern.py:62
Function
add
Add two numbers.
agent-governance-python/agent-os/modules/atr/tests/test_integration_executor.py:14
Function
add
Store or replace a credential. Use '-' as VALUE to read from stdin.
agent-governance-python/agent-compliance/src/agent_compliance/cli/cred.py:76
Method
add
(a: int, b: int)
agent-governance-python/agent-os/modules/atr/tests/test_v2_features.py:687
Method
add
Add numbers.
agent-governance-python/agent-os/modules/atr/atr/tools/safe/calculator.py:331
Method
add
Add time to datetime. Args: iso_datetime: ISO format datetime years: Years to add months
agent-governance-python/agent-os/modules/atr/atr/tools/safe/datetime_tool.py:246
Method
add
(self, nonce: str, expires_at: datetime)
agent-governance-python/agent-os/src/agent_os/mcp_protocols.py:110
Method
add
(a: int, b: int)
agent-governance-python/agent-os/tests/test_openai_agents_sdk_adapter.py:787
Method
addAgent
(agent: AgentState)
agent-governance-typescript/agent-os-vscode/src/views/kernelDebuggerView.ts:280
Method
addCheckpoint
(agentId: string, checkpoint: Checkpoint)
agent-governance-typescript/agent-os-vscode/src/views/kernelDebuggerView.ts:298
Method
addCustomPermission
(permission: Permission)
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/rbacManager.ts:244
Method
addCustomRole
(role: Role)
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/rbacManager.ts:240
Method
addPlaintextPeer
(peerId: string)
agent-governance-typescript/src/encryption/mesh-client.ts:256
Method
add_api_endpoint
Add an API endpoint to the graph
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/constraint_graphs.py:142
Method
add_approval_requirement
Add approval requirement for resources
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/constraint_graphs.py:222
Method
add_business_hours
Add business hours constraint
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/constraint_graphs.py:289
Method
add_callback
Add a callback to be notified of new metrics. Args: callback: Function called with (tool_name, event_data).
agent-governance-python/agent-os/modules/atr/atr/metrics.py:309
Method
add_capability_mapping
Add a custom capability to ActionType mapping.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/a2a_adapter.py:416
Method
add_chart_entry
Add entry to patient chart with access check.
agent-governance-python/agent-os/examples/healthcare-hipaa/main.py:561
Function
add_cold_context
Add cold context - the historical archive. Cold context represents WHAT HAPPENED IN THE PAST: - Old tickets from last year - Clo
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:651
Function
add_conversation_turn
Add a conversation turn to the history using Sliding Window (FIFO). The Brutal Squeeze Philosophy: Instead of asking an AI to summar
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:785
Function
add_credits
Add credits to an agent's balance.
agent-governance-python/agent-os/services/cloud-board/api/routes/escrow.py:394
Method
add_delegation
Add a delegation to the chain.
agent-governance-python/agentmesh-integrations/llamaindex-agentmesh/llama_index/agent/agentmesh/trust.py:224
Method
add_dispute
Add a dispute to the resolution queue.
agent-governance-python/agent-os/services/cloud-board/workers/dispute_resolver.py:232
Method
add_freeze_period
Add a freeze period (e.g., end of quarter, holidays)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/constraint_graphs.py:311
Function
add_hot_context
Add hot context - the current situation. Hot context represents what is happening RIGHT NOW: - Current conversation messages - O
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:578
Method
add_maintenance_window
Add a maintenance window constraint
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/constraint_graphs.py:266
Method
add_monitored_agent
Add an agent to monitoring
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:487
Method
add_one
(x: int)
agent-governance-python/agent-os/modules/atr/tests/test_v2_features.py:583
Method
add_pii_protection
Add PII protection policy to resources
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/constraint_graphs.py:212
Method
add_policy
Add a new policy
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:427
Method
add_policy_rule
Add a policy rule to the kernel. Args: rule: Policy rule to add (implementation-specific)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/kernel_interface.py:183
Method
add_rule
Add a new constraint rule to the engine.
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:320
Function
add_saga_step
Add a step to an existing saga.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:485
Method
add_signal
(self, signal: Signal)
agent-governance-python/agent-sre/src/agent_sre/incidents/detector.py:144
Method
add_stage
Add a stage to the pipeline.
agent-governance-python/agent-os/modules/iatp/iatp/ipc_pipes.py:441
Method
add_supervisor
Add a supervisor to the network
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/supervisor_agents.py:349
Method
add_supervisor_hierarchy
Create hierarchical supervision (supervisors watching supervisors)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/supervisor_agents.py:353
Method
add_tool_mapping
Add a custom tool name to ActionType mapping. Args: tool_name: The name of the tool as used in OpenAI
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/adapter.py:341
Method
add_tool_mapping
Add a custom tool name to ActionType mapping. Args: tool_name: The name of the tool as used in LangChain
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/langchain_adapter.py:338
Method
add_trust_headers
Add trust headers to outgoing response.
agent-governance-python/agentmesh-integrations/dify/middleware.py:123
Method
add_verified_peer
Add a verified peer agent. Args: card: The peer's agent card Returns: True if peer was verified and added, F
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/callbacks.py:396
Function
add_warm_context
Add warm context - the user persona. Warm context represents WHO THE USER IS: - LinkedIn profile - Medium articles - GitHub
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:613
Method
advance
Move to the next step — not available in Public Preview.
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:495
Function
advance_rollout
Advance rollout to the next step.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:620
Function
adversarial_call
()
examples/demos/maf_governance_demo.py:1078
Function
afterModelCall
(response: JsonValue, hookContext: AdapterOptions = {})
policy-engine/sdk/node/src/adapters.ts:674
Method
after_agent
Post-delegation audit.
agent-governance-python/agentmesh-integrations/adk-agentmesh/src/adk_agentmesh/governance.py:99
Method
after_agent_callback
Output content filtering and audit logging.
agent-governance-python/agent-os/src/agent_os/integrations/google_adk_adapter.py:1366
Method
after_tool
Post-tool audit logging.
agent-governance-python/agentmesh-integrations/adk-agentmesh/src/adk_agentmesh/governance.py:89
Function
after_tool_call
(event: unknown, context: unknown = {})
policy-engine/sdk/node/src/adapters.ts:753
Method
after_tool_callback
Output content filtering on tool results.
agent-governance-python/agent-os/src/agent_os/integrations/google_adk_adapter.py:1478
Method
age_seconds
Get the age of the message in seconds.
agent-governance-python/agent-os/modules/amb/amb_core/models.py:124
Function
agent
()
agent-governance-python/agent-mesh/tests/test_mtls.py:18
Method
agent
(self)
agent-governance-python/agent-os/tests/test_policy_decisions.py:98
Method
agent
(self)
agent-governance-python/agent-os/tests/test_policy_decisions.py:202
Method
agent_card
Get this agent card for discovery.
agent-governance-python/agentmesh-integrations/llamaindex-agentmesh/llama_index/agent/agentmesh/worker.py:88
Method
agent_count
(self)
agent-governance-python/agent-mesh/src/agentmesh/reward/trust_decay.py:306
Method
agent_count
(self)
agent-governance-python/agent-discovery/src/agent_discovery/models.py:132
Method
agent_count
(self)
agent-governance-python/agent-sre/src/agent_sre/fleet/__init__.py:240
Method
agent_did
The agent's decentralised identifier.
agent-governance-python/agent-mesh/src/agentmesh/client.py:111
Method
agent_did
Agent DID from AI Card identity.
agent-governance-python/agent-mesh/src/agentmesh/integrations/a2a/__init__.py:75
Method
agent_did
(self)
agent-governance-python/agent-mesh/src/agentmesh/encryption/bridge.py:81
Method
agent_did
Get this agent's DID.
agent-governance-python/agent-os/modules/nexus/client.py:78
Method
agent_id
Get the agent's unique identifier.
agent-governance-python/agent-os/src/agent_os/base_agent.py:298
Method
agent_id
(self)
agent-governance-python/agent-sre/src/agent_sre/tracing/__init__.py:386
Method
agent_ids
(self)
agent-governance-python/agent-sre/src/agent_sre/fleet/__init__.py:236
Function
agent_info
()
agent-governance-python/agent-mesh/examples/docker-compose/app/server.py:304
Function
agent_task
(request: Request)
agent-governance-python/agent-mesh/examples/docker-compose/app/server.py:296
Method
agents
(self)
agent-governance-python/agentmesh-integrations/crewai-agentmesh/crewai_agentmesh/trust.py:205
Method
agents
(self)
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/manager.py:87
Method
agents
All agents in the inventory.
agent-governance-python/agent-discovery/src/agent_discovery/inventory.py:37
Method
agents_involved
(self)
agent-governance-python/agent-hypervisor/src/hypervisor/liability/attribution.py:42
Method
aget
Async checkpoint read — validate fingerprint before resume.
agent-governance-python/agent-os/src/agent_os/integrations/langgraph_adapter.py:186
Method
aget_relevant_documents
(self, *args: Any, **kwargs: Any)
agent-governance-python/agent-rag-governance/src/agent_rag_governance/governor.py:117
Method
aget_relevant_documents
(self, query: str)
agent-governance-python/agent-rag-governance/tests/test_governor.py:206
Method
aget_tuple
(self, config: Any)
agent-governance-python/agent-os/src/agent_os/integrations/langgraph_adapter.py:193
Function
ai_coder
Coder powered by AI. Implements code based on specifications.
agent-governance-python/agent-os/examples/self-evaluating/examples/example_orchestration_ai.py:90
Function
ai_product_manager
Product Manager powered by AI. Takes requirements and creates technical specifications.
agent-governance-python/agent-os/examples/self-evaluating/examples/example_orchestration_ai.py:41
Function
ai_reviewer
Reviewer powered by AI. Reviews code quality and correctness.
agent-governance-python/agent-os/examples/self-evaluating/examples/example_orchestration_ai.py:138
Method
ainvoke
(self, *args: Any, **kwargs: Any)
agent-governance-python/agent-rag-governance/src/agent_rag_governance/governor.py:108
Method
ainvoke
(self, query: str, **kwargs)
agent-governance-python/agent-rag-governance/tests/test_governor.py:202
Method
alerts
(self)
agent-governance-python/agent-mesh/src/agentmesh/reward/trust_decay.py:310
Method
alerts
Return a copy of the alert history.
agent-governance-python/agent-sre/src/agent_sre/anomaly/detector.py:322
Method
alerts
(self)
agent-governance-python/agent-sre/src/agent_sre/cost/guard.py:463
← previous
next →
12,901–13,000 of 32,326, ranked by callers