MCPcopy Create free account

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

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

Methodget_health_report
(self)
agent-governance-python/agent-mesh/src/agentmesh/reward/trust_decay.py:313
Methodget_hibernated_agents
Get list of all hibernated agents
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/agent_hibernation.py:302
Methodget_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
Methodget_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
Methodget_identity
Retrieve an existing identity.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langflow/__init__.py:198
Methodget_in_flight_operations
Get all in-flight operations
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:1816
Functionget_incident
Get incident details.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:506
Methodget_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
Functionget_leaderboard
Get top agents by trust score.
agent-governance-python/agent-os/services/cloud-board/api/routes/reputation.py:100
Functionget_loan_rates
( product: Annotated[str, Field(description="The lending product to price.")], )
examples/maf-integration/01-loan-processing/python/main.py:179
Methodget_manifest
Return the capability manifest. This is the "handshake" endpoint.
agent-governance-python/agent-os/modules/iatp/iatp/sidecar/__init__.py:96
Functionget_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
Methodget_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
Functionget_metrics
Get sidecar metrics and statistics.
agent-governance-python/agent-os/modules/iatp/iatp/main.py:471
Functionget_metrics
()
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/server.py:183
Functionget_metrics
Return governance metrics snapshot.
agent-governance-python/agent-os/src/agent_os/server/app.py:454
Methodget_metrics
Get current metrics for an agent (read-only snapshot).
agent-governance-python/agent-mesh/src/agentmesh/services/behavior_monitor.py:174
Methodget_metrics
Get Prometheus-formatted metrics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:3060
Methodget_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
Functionget_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
Methodget_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
Methodget_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
Methodget_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
Methodget_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
Methodget_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
Methodget_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
Methodget_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
Methodget_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
Methodget_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
Methodget_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
Methodget_plugin
Get any plugin by ID
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:679
Methodget_plugin_registry
Get the plugin registry if enabled
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:584
Methodget_policy_providers
Get all registered policy providers
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:442
Methodget_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
Methodget_presence
Get agent presence / last-seen.
agent-governance-python/agent-mesh/src/agentmesh/registry/app.py:371
Methodget_prompt
(self, request)
policy-engine/sdk/python/tests/test_adapters.py:480
Methodget_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
Methodget_quarantine_session
Get quarantine session info.
agent-governance-python/agent-os/modules/iatp/iatp/sidecar/__init__.py:392
Methodget_query_history
Get query history
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/multimodal.py:705
Methodget_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
Methodget_queue_status
Get current queue status.
agent-governance-python/agent-os/services/cloud-board/workers/dispute_resolver.py:278
Methodget_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
Functionget_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
Methodget_registered_validators
Get all registered validators
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:580
Functionget_registry
()
agent-governance-python/agent-os/services/cloud-board/api/main.py:87
Methodget_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
Methodget_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
Methodget_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
Functionget_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
Methodget_replay_plan
All steps need execution (Public Preview: no skip logic).
agent-governance-python/agent-hypervisor/src/hypervisor/saga/checkpoint.py:100
Functionget_reputation
()
agent-governance-python/agent-os/services/cloud-board/api/main.py:91
Functionget_reputation
Get detailed reputation for an agent.
agent-governance-python/agent-os/services/cloud-board/api/routes/reputation.py:153
Methodget_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
Functionget_resolution
Get resolution for a resolved dispute.
agent-governance-python/agent-os/services/cloud-board/api/routes/arbiter.py:329
Methodget_resolution
Get resolution for a dispute.
agent-governance-python/agent-os/modules/nexus/arbiter.py:335
Methodget_resource_locks
(self, resource_path: str)
agent-governance-python/agent-hypervisor/src/hypervisor/session/intent_locks.py:105
Methodget_results
Get all verification results.
agent-governance-python/agent-os/examples/carbon-auditor/src/agents/auditor_agent.py:322
Methodget_review_for_client
Get review with PII redacted for client sharing.
agent-governance-python/agent-os/examples/legal-review/main.py:741
Functionget_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
Functionget_ring_distribution
Get the ring distribution for all participants in a session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:338
Functionget_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
Functionget_rollout
Get rollout details and progress.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:610
Methodget_routing_statistics
Get routing statistics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:372
Methodget_routing_statistics
Get routing statistics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/protocol_interfaces.py:381
Functionget_saga
Get detailed saga information including steps and state.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:452
Methodget_schema
Get the schema for a topic.
agent-governance-python/agent-os/modules/amb/amb_core/schema.py:248
Methodget_scope
Get the isolation scope for a session.
agent-governance-python/agent-hypervisor/src/hypervisor/session/isolation.py:146
Methodget_score
Get the current trust score for an agent.
agent-governance-python/agent-mesh/src/agentmesh/services/reward_engine/__init__.py:42
Methodget_score
Return the score for a specific dimension, or ``None`` if unrated.
agent-governance-python/agent-marketplace/src/agent_marketplace/quality_scoring.py:75
Methodget_score_at
(self, agent_id: str, timestamp: datetime)
examples/decision-bom/decision_bom_demo.py:46
Methodget_score_at
(self, agent_id: str, timestamp: datetime)
agent-governance-python/agent-mesh/tests/test_decision_bom.py:53
Methodget_score_at
(self, agent_id, timestamp)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:49
Methodget_score_at
(self, agent_id, timestamp)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:74
Methodget_score_history
(self, agent_id: str, start: datetime, end: datetime)
examples/decision-bom/decision_bom_demo.py:49
Methodget_score_history
(self, agent_id: str, start: datetime, end: datetime)
agent-governance-python/agent-mesh/tests/test_decision_bom.py:56
Methodget_score_history
(self, agent_id, start, end)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:52
Methodget_score_history
(self, agent_id, start, end)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:77
Functionget_session
Get detailed session information including participants and sagas.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:249
Methodget_session
Get an active session with a peer.
agent-governance-python/agent-mesh/src/agentmesh/encryption/bridge.py:211
Methodget_session
(self, session_id: str)
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:469
Methodget_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
Methodget_session_status
( self, agent_id: str, session_id: str )
agent-governance-python/agent-sandbox/src/agent_sandbox/hyperlight_provider/provider.py:596
Methodget_session_status
( self, agent_id: str, session_id: str )
agent-governance-python/agent-sandbox/src/agent_sandbox/docker_provider/provider.py:733
Methodget_shadow_simulations
Get shadow mode simulation log
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:477
Methodget_signing_key_from_jwt
(self, _token: str)
agent-governance-python/agent-mesh/tests/test_entra_verifier.py:92
Methodget_signing_keys
(self)
agent-governance-python/agent-mesh/tests/test_entra_verifier.py:95
Functionget_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
Functionget_slo
Get SLO details including indicators, budget, and burn rate.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:296
Functionget_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
Functionget_slo_history
Get SLO snapshots over time.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:307
Methodget_spans
(self, trace_id: str)
examples/decision-bom/decision_bom_demo.py:69
Methodget_spans
(self, trace_id: str)
agent-governance-python/agent-mesh/tests/test_decision_bom.py:80
Methodget_spans
(self, trace_id)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:65
Methodget_spans
(self, trace_id)
agent-governance-python/agent-mesh/tests/test_decision_bom_hardened.py:97
Methodget_state
Get agent state for preservation during reload
agent-governance-python/agent-os/modules/control-plane/examples/lifecycle_demo.py:94
Methodget_statistics
Get registry statistics
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:731
Methodget_statistics
Get statistics about shadow mode executions
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/shadow_mode.py:274
Functionget_stats
Get overall hypervisor statistics.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:179
Functionget_stats
Get Nexus network statistics.
agent-governance-python/agent-os/services/cloud-board/api/main.py:152
Methodget_stats
Get node execution statistics.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langgraph/__init__.py:217
← previousnext →14,701–14,800 of 32,326, ranked by callers