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
↓ 1 callers
Method
get_active_executions
Get currently active executions
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/execution_engine.py:228
↓ 1 callers
Method
get_active_policies_at
Return policies that were active at a given timestamp.
agent-governance-python/agent-mesh/src/agentmesh/governance/decision_bom.py:73
↓ 1 callers
Method
get_affected_agents
(self)
agent-governance-python/agent-os/src/agent_os/_circuit_breaker_impl.py:213
↓ 1 callers
Method
get_agent_card
Get this agent's Agent Card for discovery.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/a2a_adapter.py:421
↓ 1 callers
Method
get_agent_drift_history
(self, agent_did: str, session_id: str | None = None)
agent-governance-python/agent-hypervisor/src/hypervisor/integrations/verification_adapter.py:107
↓ 1 callers
Method
get_agent_info
Get information about a registered agent
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/orchestrator.py:407
↓ 1 callers
Method
get_agent_locks
(self, agent_did: str, session_id: str)
agent-governance-python/agent-hypervisor/src/hypervisor/session/intent_locks.py:97
↓ 1 callers
Method
get_agent_mapping
(self)
agent-governance-python/agent-mesh/src/agentmesh/identity/managed_identity.py:322
↓ 1 callers
Method
get_agent_version
Get the current version of an agent
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:2599
↓ 1 callers
Method
get_agents_with_capability
Get all agent DIDs that currently hold a capability. Args: capability: Capability string to search for. Returns:
agent-governance-python/agent-mesh/src/agentmesh/trust/capability.py:418
↓ 1 callers
Method
get_alert_history
Get alert history
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/observability.py:419
↓ 1 callers
Method
get_all
Instantiate and return all registered scanners.
agent-governance-python/agent-discovery/src/agent_discovery/scanners/base.py:69
↓ 1 callers
Method
get_all_scores
Return all stored trust scores.
agent-governance-python/agent-mesh/src/agentmesh/storage/file_trust_store.py:106
↓ 1 callers
Method
get_all_validators
Get all registered validators
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:287
↓ 1 callers
Method
get_answer
Get answer from knowledge base. Returns: (answer, source_ids, confidence)
agent-governance-python/agent-os/examples/customer-service/main.py:312
↓ 1 callers
Method
get_app_role_assignments
Fetch app role assignments for a service principal. Returns a list of role assignment dicts.
agent-governance-python/agent-mesh/src/agentmesh/identity/entra_graph.py:86
↓ 1 callers
Method
get_audit_log
(self)
agent-governance-python/agentmesh-integrations/mcp-trust-proxy/mcp_trust_proxy/proxy.py:252
↓ 1 callers
Method
get_audit_log
Return the agent audit log.
agent-governance-python/agent-mesh/src/agentmesh/integrations/haystack/__init__.py:303
↓ 1 callers
Method
get_audit_trail
Get the full audit trail for an agent.
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/manager.py:285
↓ 1 callers
Method
get_audit_trail
Get audit trail entries. Args: framework: Optional framework filter days: Number of days to look bac
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/compliance.py:343
↓ 1 callers
Method
get_audit_trail
Get HIPAA audit trail for patient.
agent-governance-python/agent-os/examples/healthcare-hipaa/main.py:710
↓ 1 callers
Method
get_audit_trail
Get the cmvk audit trail entries (CMVK-006).
agent-governance-python/agent-os/examples/carbon-auditor/src/agents/auditor_agent.py:343
↓ 1 callers
Method
get_authority_chain
Return the ordered chain of supervisor names that would evaluate *action*. The chain goes from the lowest (closest to workers) up to the trus
agent-governance-python/agent-os/src/agent_os/supervisor.py:107
↓ 1 callers
Method
get_available_agent
Get an available agent instance (load balanced)
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:3034
↓ 1 callers
Method
get_baseline
(self, server_id: str)
agent-governance-python/agent-sre/src/agent_sre/integrations/mcp/__init__.py:194
↓ 1 callers
Method
get_blocked_output
Get payload if decision is BLOCKED, else None.
agent-governance-python/agentmesh-integrations/langflow-agentmesh/src/langflow_agentmesh/trust_router.py:209
↓ 1 callers
Method
get_by_category
Get all principles in a category.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/constitutional.py:146
↓ 1 callers
Method
get_by_topic
Get messages by topic from files.
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:445
↓ 1 callers
Function
get_callable
Get the callable function for a registered tool. This returns the function object but does NOT execute it. The caller (Agent Runtime) is resp
agent-governance-python/agent-os/modules/atr/atr/__init__.py:515
↓ 1 callers
Method
get_capabilities
Get all active capability strings for this agent. Returns: De-duplicated list of capability strings from grants that
agent-governance-python/agent-mesh/src/agentmesh/trust/capability.py:211
↓ 1 callers
Method
get_cases_by_difficulty
Filter cases by difficulty level.
agent-governance-python/agent-os/examples/self-evaluating/src/evaluation_engineering.py:213
↓ 1 callers
Method
get_cases_by_tag
Filter cases by tag.
agent-governance-python/agent-os/examples/self-evaluating/src/evaluation_engineering.py:209
↓ 1 callers
Method
get_catalog_json
Get the full catalog as JSON. Returns: JSON string with all registered cards.
agent-governance-python/agent-mesh/src/agentmesh/integrations/ai_card/discovery.py:82
↓ 1 callers
Method
get_circuit_breaker
Get the circuit breaker for an agent
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:3056
↓ 1 callers
Method
get_compensation_plan
Get the compensation plan for an action.
agent-governance-python/agent-os/src/agent_os/reversibility.py:248
↓ 1 callers
Method
get_compliance_report
Generate a formatted compliance report.
agent-governance-python/agent-os/examples/slack-compliance/main.py:490
↓ 1 callers
Method
get_constraint_validation_log
Get log of constraint graph validations
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:610
↓ 1 callers
Function
get_container
Get the global dependency container. Returns: The global DependencyContainer instance.
agent-governance-python/agent-os/modules/atr/atr/injection.py:406
↓ 1 callers
Method
get_context_router
Get a context router by ID or the first available
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:399
↓ 1 callers
Method
get_credits
Get credit balance.
agent-governance-python/agent-os/modules/nexus/client.py:438
↓ 1 callers
Method
get_current_time
Get the current time.
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:152
↓ 1 callers
Method
get_dashboard
Get formatted dashboard stats.
agent-governance-python/agent-os/examples/sql-agent/main.py:547
↓ 1 callers
Function
get_data
Return a snapshot of the current data.
agent-governance-python/agent-mesh/examples/trust-dashboard/dashboard.py:76
↓ 1 callers
Method
get_delegations
( self, source_org: str, target_org: str )
agent-governance-python/agent-mesh/src/agentmesh/governance/federation.py:501
↓ 1 callers
Method
get_dependencies
Get all dependencies for an agent
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:1586
↓ 1 callers
Method
get_dependents
Get all agents that depend on this agent
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:1593
↓ 1 callers
Method
get_divergence_report
(self, session_id: str | None = None)
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:472
↓ 1 callers
Method
get_document
Get a document by ID
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/multimodal.py:527
↓ 1 callers
Method
get_drift_rate
(self, agent_did: str, session_id: str | None = None)
agent-governance-python/agent-hypervisor/src/hypervisor/integrations/verification_adapter.py:110
↓ 1 callers
Method
get_due_schedules
Return all schedules that are due to run at the given time. Args: now: Point in time to evaluate. Defaults to UTC now. R
agent-governance-python/agent-sre/src/agent_sre/chaos/chaos_scheduler.py:65
↓ 1 callers
Method
get_edges_to
Get all edges pointing to a node
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/constraint_graphs.py:87
↓ 1 callers
Method
get_error_breakdown
Get breakdown of error types. Args: tool_name: Name of the tool. window: Optional time window (None = all time).
agent-governance-python/agent-os/modules/atr/atr/metrics.py:282
↓ 1 callers
Method
get_escalation_queue
Get pending escalation requests.
agent-governance-python/agent-os/src/agent_os/base_agent.py:557
↓ 1 callers
Method
get_evaluation_log
Return all evaluation results.
agent-governance-python/agentmesh-integrations/a2a-protocol/a2a_agentmesh/trust_gate.py:163
↓ 1 callers
Method
get_evaluations
Return policy evaluation results for a trace ID.
agent-governance-python/agent-mesh/src/agentmesh/governance/decision_bom.py:69
↓ 1 callers
Method
get_evaluations
(self)
agent-governance-python/agent-os/src/agent_os/integrations/a2a_adapter.py:442
↓ 1 callers
Function
get_evaluator
Get a PolicyEvaluator if available, otherwise a no-op.
agent-governance-python/agent-os/src/agent_os/compat.py:66
↓ 1 callers
Method
get_events
Get all logged trust events. Returns: List of trust events
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/callbacks.py:425
↓ 1 callers
Method
get_failed_cases
Get all failed test cases for debugging.
agent-governance-python/agent-os/examples/self-evaluating/src/evaluation_engineering.py:391
↓ 1 callers
Method
get_flow_report
Get trust status for the entire flow.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langflow/__init__.py:260
↓ 1 callers
Method
get_health_report
Return a summary of scheduler state.
agent-governance-python/agent-os/src/agent_os/context_budget.py:273
↓ 1 callers
Method
get_health_status
Get overall system health status. Returns: Health status with overall assessment
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/observability.py:733
↓ 1 callers
Method
get_history
Get quarantine history, optionally filtered.
agent-governance-python/agent-hypervisor/src/hypervisor/liability/quarantine.py:102
↓ 1 callers
Method
get_history
Get conversation history.
agent-governance-python/agent-os/examples/chat-agent/memory.py:51
↓ 1 callers
Method
get_integrity_violations
Return all recorded integrity violations.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/tool_registry.py:404
↓ 1 callers
Method
get_kernel
Get a kernel by ID or the active kernel. Args: plugin_id: Optional specific kernel ID Retur
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:195
↓ 1 callers
Method
get_kernel_stats
Get verification kernel statistics.
agent-governance-python/agent-os/examples/carbon-auditor/src/agents/auditor_agent.py:326
↓ 1 callers
Method
get_last_timestamp
Get the timestamp of the last event in the stream.
agent-governance-python/agent-os/examples/self-evaluating/src/telemetry.py:95
↓ 1 callers
Method
get_leader_info
Get information about the current leader
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:1473
↓ 1 callers
Function
get_liability_engine
Get the best available liability engine. Advanced: Shapley-value fault attribution with vouch cascades. Community: ``LiabilityMatrix`` from `
agent-governance-python/agent-hypervisor/src/hypervisor/providers.py:68
↓ 1 callers
Function
get_loan_rates_impl
(product: str)
examples/maf-integration/01-loan-processing/python/main.py:145
↓ 1 callers
Method
get_log
(self)
agent-governance-python/agentmesh-integrations/openai-agents-agentmesh/openai_agents_agentmesh/trust.py:193
↓ 1 callers
Method
get_log
(self)
agent-governance-python/agentmesh-integrations/openai-agents-agentmesh/openai_agents_agentmesh/trust.py:295
↓ 1 callers
Function
get_manifest
Create capability manifest from environment configuration.
agent-governance-python/agent-os/modules/iatp/iatp/main.py:134
↓ 1 callers
Method
get_message_security
Get the message security provider
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:516
↓ 1 callers
Method
get_metrics
Get all metrics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/observability.py:299
↓ 1 callers
Method
get_metrics
Get agent performance metrics.
agent-governance-python/agent-os/examples/customer-service/main.py:734
↓ 1 callers
Method
get_metrics
Get agent metrics.
agent-governance-python/agent-os/examples/healthcare-hipaa/main.py:725
↓ 1 callers
Method
get_metrics
Get agent metrics.
agent-governance-python/agent-os/examples/legal-review/main.py:771
↓ 1 callers
Method
get_modalities
Get list of modalities present
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/multimodal.py:122
↓ 1 callers
Method
get_mount_info
Get information about all mount points.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:582
↓ 1 callers
Method
get_network_summary
Get summary of entire supervisor network
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/supervisor_agents.py:404
↓ 1 callers
Method
get_path_clock
(self, path: str)
agent-governance-python/agent-hypervisor/src/hypervisor/session/vector_clock.py:128
↓ 1 callers
Method
get_patient_access_history
Get all access to a patient's records.
agent-governance-python/agent-os/examples/healthcare-hipaa/main.py:284
↓ 1 callers
Method
get_payment_info
Get payment methods with PCI-DSS compliant masking.
agent-governance-python/agent-os/examples/ecommerce-support/main.py:228
↓ 1 callers
Method
get_pending_messages
Get pending messages from a topic (if supported by broker). Args: topic: Topic to get messages from
agent-governance-python/agent-os/modules/amb/amb_core/broker.py:106
↓ 1 callers
Method
get_plugin
(self, name: str, version: Optional[str] = None)
agent-governance-python/agent-mesh/src/agentmesh/marketplace/_marketplace_impl.py:181
↓ 1 callers
Method
get_policies
Get applicable policies. Args: agent_id: Optional filter by agent action_type: Optional filter by ac
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:410
↓ 1 callers
Method
get_policy
Get access policy for a tool. Args: tool_name: Name of the tool. Returns: The tool's policy or default polic
agent-governance-python/agent-os/modules/atr/atr/access.py:216
↓ 1 callers
Function
get_policy_engine
Get the best available policy engine. Advanced: ABAC with attribute evaluation, constraint graphs, shadow mode. Community: YAML-driven allow/
agent-governance-python/agent-os/src/agent_os/providers.py:98
↓ 1 callers
Method
get_protocol_for_peer
Get the preferred communication protocol for a peer.
agent-governance-python/agent-mesh/src/agentmesh/trust/bridge.py:363
↓ 1 callers
Method
get_quarantined_agents
List all currently quarantined agents.
agent-governance-python/agent-mesh/src/agentmesh/services/behavior_monitor.py:178
↓ 1 callers
Method
get_recent_violations
(self)
agent-governance-python/agent-lightning/tests/test_lightning_comprehensive.py:778
↓ 1 callers
Method
get_recovery_history
Get recovery history, optionally filtered by agent
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:649
↓ 1 callers
Function
get_registry
Get the global plugin registry instance
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:748
↓ 1 callers
Function
get_registry
Get the global registry instance. This is the preferred way to access the registry instead of using the private _global_registry directly.
agent-governance-python/agent-os/modules/atr/atr/__init__.py:627
↓ 1 callers
Method
get_relevant_documents
LangChain v0.1 compatibility shim — delegates to :meth:`invoke`.
agent-governance-python/agent-rag-governance/src/agent_rag_governance/governor.py:85
↓ 1 callers
Method
get_reload_history
Get reload history
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:2609
↓ 1 callers
Method
get_report
Generate compliance report.
agent-governance-python/agent-os/examples/slack-compliance/main.py:313
↓ 1 callers
Method
get_reputation_sync
Get reputation scores for syncing to local cache. Used by NexusClient.sync_reputation()
agent-governance-python/agent-os/modules/nexus/registry.py:339
← previous
next →
8,801–8,900 of 32,326, ranked by callers