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
get_health_report
(self)
agent-governance-python/agent-mesh/src/agentmesh/reward/trust_decay.py:313
Method
get_hibernated_agents
Get list of all hibernated agents
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/agent_hibernation.py:302
Method
get_high_risk_agents
Get all agents above risk threshold. Args: threshold: Score below which an agent is considered high-risk. Default
agent-governance-python/agent-mesh/src/agentmesh/identity/risk.py:335
Method
get_history
Return all validation verdicts from this kernel's lifetime. Returns: List of ShieldVerdict objects in chronological order.
agent-governance-python/agent-os/src/agent_os/integrations/agentshield_adapter.py:1016
Method
get_identity
Retrieve an existing identity.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langflow/__init__.py:198
Method
get_in_flight_operations
Get all in-flight operations
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:1816
Function
get_incident
Get incident details.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:506
Method
get_latest_results
Download and parse the latest results file. Args: local_dir: Local directory to save the file. Returns:
agent-governance-python/agent-os/modules/amb/amb_core/hf_utils.py:478
Function
get_leaderboard
Get top agents by trust score.
agent-governance-python/agent-os/services/cloud-board/api/routes/reputation.py:100
Function
get_loan_rates
( product: Annotated[str, Field(description="The lending product to price.")], )
examples/maf-integration/01-loan-processing/python/main.py:179
Method
get_manifest
Return the capability manifest. This is the "handshake" endpoint.
agent-governance-python/agent-os/modules/iatp/iatp/sidecar/__init__.py:96
Function
get_memory_store
Get the best available episodic memory store. Advanced: Immutable append-only store with hash chaining (GARR). Community: Mutable JSON file-b
agent-governance-python/agent-os/src/agent_os/providers.py:126
Method
get_metadata_manifest
Get the agent's OpenAgent Definition (OAD) metadata manifest. Returns the complete metadata including capabilities, constrai
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:695
Function
get_metrics
Get sidecar metrics and statistics.
agent-governance-python/agent-os/modules/iatp/iatp/main.py:471
Function
get_metrics
()
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/server.py:183
Function
get_metrics
Return governance metrics snapshot.
agent-governance-python/agent-os/src/agent_os/server/app.py:454
Method
get_metrics
Get current metrics for an agent (read-only snapshot).
agent-governance-python/agent-mesh/src/agentmesh/services/behavior_monitor.py:174
Method
get_metrics
Get Prometheus-formatted metrics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:3060
Method
get_monitored_agents
Get list of agent IDs being monitored
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:483
Function
get_mute_agent
Get the best available mute agent implementation. Advanced: NULL response pattern with zero information leakage. Community: Simple empty-stri
agent-governance-python/agent-os/src/agent_os/providers.py:154
Method
get_network_reputation
Get reputation scores for multiple agents. Used for syncing local known_peers cache.
agent-governance-python/agent-os/modules/nexus/reputation.py:362
Method
get_null_response
Get the NULL response message for out-of-scope requests
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/mute_agent.py:274
Method
get_null_response
Get the NULL response message for out-of-scope requests
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:223
Method
get_overall_status
Get overall health status across all tools. Returns: HEALTHY if all healthy, DEGRADED if any degraded, UNHEALTHY if any unhealthy
agent-governance-python/agent-os/modules/atr/atr/health.py:480
Method
get_pending_messages
Get pending messages from Redis stream. Args: topic: Topic to get messages from limit: Maximum messa
agent-governance-python/agent-os/modules/amb/amb_core/adapters/redis_broker.py:237
Method
get_pending_messages
Get pending messages (JetStream only). Args: topic: Topic to get messages from limit: Maximum messag
agent-governance-python/agent-os/modules/amb/amb_core/adapters/nats_broker.py:242
Method
get_pending_messages
Peek at pending messages without consuming them. Args: topic: Topic to filter by limit: Maximum mess
agent-governance-python/agent-os/modules/amb/amb_core/adapters/azure_servicebus_broker.py:296
Method
get_pending_messages
Get pending messages (limited support in RabbitMQ). Args: topic: Topic to get messages from limit: M
agent-governance-python/agent-os/modules/amb/amb_core/adapters/rabbitmq_broker.py:224
Method
get_pending_messages
Peek at pending messages in the queue. Note: SQS doesn't support true peeking, so this uses visibility timeout and t
agent-governance-python/agent-os/modules/amb/amb_core/adapters/aws_sqs_broker.py:315
Method
get_pending_messages
Get pending messages from Kafka topic. This creates a temporary consumer to read recent messages. Args:
agent-governance-python/agent-os/modules/amb/amb_core/adapters/kafka_broker.py:224
Method
get_plugin
Get any plugin by ID
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:679
Method
get_plugin_registry
Get the plugin registry if enabled
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:584
Method
get_policy_providers
Get all registered policy providers
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:442
Method
get_policy_violations
Get all simulations that would have violated policies
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/shadow_mode.py:267
Method
get_presence
Get agent presence / last-seen.
agent-governance-python/agent-mesh/src/agentmesh/registry/app.py:371
Method
get_prompt
(self, request)
policy-engine/sdk/python/tests/test_adapters.py:480
Method
get_public_key
Retrieve the public key from the HSM for an agent. Args: agent_id: Agent identifier. Returns: Raw public key
agent-governance-python/agent-mesh/src/agentmesh/identity/keystore.py:351
Method
get_quarantine_session
Get quarantine session info.
agent-governance-python/agent-os/modules/iatp/iatp/sidecar/__init__.py:392
Method
get_query_history
Get query history
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/multimodal.py:705
Method
get_queue_size
Get current queue size for a topic (if supported by broker). Optional method - brokers may choose not to implement this.
agent-governance-python/agent-os/modules/amb/amb_core/broker.py:133
Method
get_queue_status
Get current queue status.
agent-governance-python/agent-os/services/cloud-board/workers/dispute_resolver.py:278
Method
get_reasoning_trace
Get the reasoning trace for a specific request
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/shadow_mode.py:263
Function
get_recent_turns
Get the N most recent conversation turns. Args: n: Number of recent turns to retrieve (default: 5) Returns: Rec
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:912
Method
get_registered_validators
Get all registered validators
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:580
Function
get_registry
()
agent-governance-python/agent-os/services/cloud-board/api/main.py:87
Method
get_rejection_log
Get log of rejected (out-of-scope) requests
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/mute_agent.py:278
Method
get_rejection_log
Get log of rejected (out-of-scope) requests. Args: agent_id: Optional filter by agent ID Re
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/kernel_interface.py:351
Method
get_rejection_log
Get log of rejected (out-of-scope) requests
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:228
Function
get_replay_engine
Get the best available replay engine. Advanced: Full execution replay with differential analysis. Community: Log-based trace replay.
agent-governance-python/agent-sre/src/agent_sre/providers.py:63
Method
get_replay_plan
All steps need execution (Public Preview: no skip logic).
agent-governance-python/agent-hypervisor/src/hypervisor/saga/checkpoint.py:100
Function
get_reputation
()
agent-governance-python/agent-os/services/cloud-board/api/main.py:91
Function
get_reputation
Get detailed reputation for an agent.
agent-governance-python/agent-os/services/cloud-board/api/routes/reputation.py:153
Method
get_reputation
Get reputation score for an agent. Returns the reputation score and recent events.
agent-governance-python/agent-os/modules/iatp/iatp/sidecar/__init__.py:400
Function
get_resolution
Get resolution for a resolved dispute.
agent-governance-python/agent-os/services/cloud-board/api/routes/arbiter.py:329
Method
get_resolution
Get resolution for a dispute.
agent-governance-python/agent-os/modules/nexus/arbiter.py:335
Method
get_resource_locks
(self, resource_path: str)
agent-governance-python/agent-hypervisor/src/hypervisor/session/intent_locks.py:105
Method
get_results
Get all verification results.
agent-governance-python/agent-os/examples/carbon-auditor/src/agents/auditor_agent.py:322
Method
get_review_for_client
Get review with PII redacted for client sharing.
agent-governance-python/agent-os/examples/legal-review/main.py:741
Function
get_reward_engine
Get the best available reward engine. Advanced: 5-dimension EMA scoring with adaptive weight learning. Community: Single-dimension trust scor
agent-governance-python/agent-mesh/src/agentmesh/providers.py:57
Function
get_ring_distribution
Get the ring distribution for all participants in a session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:338
Function
get_ring_engine
Get the best available execution ring engine. Advanced: 4-ring privilege escalation with breach detection. Community: Basic ring assignment w
agent-governance-python/agent-hypervisor/src/hypervisor/providers.py:54
Function
get_rollout
Get rollout details and progress.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:610
Method
get_routing_statistics
Get routing statistics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:372
Method
get_routing_statistics
Get routing statistics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/protocol_interfaces.py:381
Function
get_saga
Get detailed saga information including steps and state.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:452
Method
get_schema
Get the schema for a topic.
agent-governance-python/agent-os/modules/amb/amb_core/schema.py:248
Method
get_scope
Get the isolation scope for a session.
agent-governance-python/agent-hypervisor/src/hypervisor/session/isolation.py:146
Method
get_score
Get the current trust score for an agent.
agent-governance-python/agent-mesh/src/agentmesh/services/reward_engine/__init__.py:42
Method
get_score
Return the score for a specific dimension, or ``None`` if unrated.
agent-governance-python/agent-marketplace/src/agent_marketplace/quality_scoring.py:75
Method
get_score_at
(self, agent_id: str, timestamp: datetime)
examples/decision-bom/decision_bom_demo.py:46
Method
get_score_at
(self, agent_id: str, timestamp: datetime)
agent-governance-python/agent-mesh/tests/test_decision_bom.py:53
Method
get_score_at
(self, agent_id, timestamp)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:49
Method
get_score_at
(self, agent_id, timestamp)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:74
Method
get_score_history
(self, agent_id: str, start: datetime, end: datetime)
examples/decision-bom/decision_bom_demo.py:49
Method
get_score_history
(self, agent_id: str, start: datetime, end: datetime)
agent-governance-python/agent-mesh/tests/test_decision_bom.py:56
Method
get_score_history
(self, agent_id, start, end)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:52
Method
get_score_history
(self, agent_id, start, end)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:77
Function
get_session
Get detailed session information including participants and sagas.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:249
Method
get_session
Get an active session with a peer.
agent-governance-python/agent-mesh/src/agentmesh/encryption/bridge.py:211
Method
get_session
(self, session_id: str)
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:469
Method
get_session_status
( self, agent_id: str, session_id: str )
agent-governance-python/agent-sandbox/src/agent_sandbox/aca_sandbox_provider/aca_sandbox_provider.py:764
Method
get_session_status
( self, agent_id: str, session_id: str )
agent-governance-python/agent-sandbox/src/agent_sandbox/hyperlight_provider/provider.py:596
Method
get_session_status
( self, agent_id: str, session_id: str )
agent-governance-python/agent-sandbox/src/agent_sandbox/docker_provider/provider.py:733
Method
get_shadow_simulations
Get shadow mode simulation log
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:477
Method
get_signing_key_from_jwt
(self, _token: str)
agent-governance-python/agent-mesh/tests/test_entra_verifier.py:92
Method
get_signing_keys
(self)
agent-governance-python/agent-mesh/tests/test_entra_verifier.py:95
Function
get_slash_history
Get slash event history (admin-only — exposes evidence/trace_ids).
agent-governance-python/agent-os/services/cloud-board/api/routes/reputation.py:134
Function
get_slo
Get SLO details including indicators, budget, and burn rate.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:296
Function
get_slo_detector
Get the best available SLO detection engine. Advanced: Multi-signal SLO detection with agent SLIs. Community: Threshold-based SLO monitoring.
agent-governance-python/agent-sre/src/agent_sre/providers.py:49
Function
get_slo_history
Get SLO snapshots over time.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:307
Method
get_spans
(self, trace_id: str)
examples/decision-bom/decision_bom_demo.py:69
Method
get_spans
(self, trace_id: str)
agent-governance-python/agent-mesh/tests/test_decision_bom.py:80
Method
get_spans
(self, trace_id)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:65
Method
get_spans
(self, trace_id)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:97
Method
get_state
Get agent state for preservation during reload
agent-governance-python/agent-os/modules/control-plane/examples/lifecycle_demo.py:94
Method
get_statistics
Get registry statistics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:731
Method
get_statistics
Get statistics about shadow mode executions
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/shadow_mode.py:274
Function
get_stats
Get overall hypervisor statistics.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:179
Function
get_stats
Get Nexus network statistics.
agent-governance-python/agent-os/services/cloud-board/api/main.py:152
Method
get_stats
Get node execution statistics.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langgraph/__init__.py:217
← previous
next →
14,701–14,800 of 32,326, ranked by callers