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_stats
Return summary statistics for this callback.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langchain/callback.py:221
Method
get_stats
Get pipe statistics.
agent-governance-python/agent-os/modules/iatp/iatp/ipc_pipes.py:302
Method
get_stats
Get storage statistics.
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:178
Method
get_stats
Get storage statistics.
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:313
Method
get_stats
Get storage statistics.
agent-governance-python/agent-os/modules/amb/amb_core/persistence.py:521
Method
get_stats
Return Agent Shield validation statistics. Returns: Dict with total validations, pass/fail counts, and per-stage brea
agent-governance-python/agent-os/src/agent_os/integrations/agentshield_adapter.py:1024
Method
get_stats
Get exporter statistics.
agent-governance-python/agent-sre/src/agent_sre/integrations/sentry/exporter.py:150
Method
get_stats
Get statistics about recorded data.
agent-governance-python/agent-sre/src/agent_sre/integrations/braintrust/exporter.py:262
Method
get_stats
Get statistics about recorded data.
agent-governance-python/agent-sre/src/agent_sre/integrations/langsmith/exporter.py:352
Method
get_stats
Get statistics about recorded data.
agent-governance-python/agent-sre/src/agent_sre/integrations/datadog/exporter.py:292
Method
get_summary
Get conversation summary if available.
agent-governance-python/agent-os/examples/chat-agent/memory.py:71
Method
get_supervisors
Get all registered supervisors
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:479
Method
get_supported_security_levels
Get supported security levels
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/protocol_interfaces.py:136
Method
get_supported_strategies
Get supported routing strategies
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/protocol_interfaces.py:385
Method
get_supported_verification_types
Get supported verification types
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/protocol_interfaces.py:243
Method
get_task_status
Get the current status of a task on a peer agent.
agent-governance-python/agent-mesh/src/agentmesh/trust/bridge.py:402
Method
get_thread
Retrieve an existing thread by ID. Args: thread_id: The thread to retrieve. Returns: The OpenAI thread objec
agent-governance-python/agent-os/src/agent_os/integrations/openai_adapter.py:449
Method
get_time_window_metrics
Get metrics for a specific time window. Args: tool_name: Name of the tool. window: Time window to aggregate over.
agent-governance-python/agent-os/modules/atr/atr/metrics.py:246
Method
get_token
Acquire an access token for the given scope.
agent-governance-python/agent-mesh/src/agentmesh/identity/managed_identity.py:54
Method
get_token_usage
Return cumulative token usage statistics. Returns: A dict with ``prompt_tokens``, ``completion_tokens``, ``total_toke
agent-governance-python/agent-os/src/agent_os/integrations/anthropic_adapter.py:513
Method
get_token_usage
Return cumulative token usage statistics. Returns: A dict with ``prompt_tokens``, ``completion_tokens``, ``total_toke
agent-governance-python/agent-os/src/agent_os/integrations/mistral_adapter.py:438
Method
get_token_usage
Return cumulative token usage statistics. Returns: A dict with ``prompt_tokens``, ``completion_tokens``, ``total_toke
agent-governance-python/agent-os/src/agent_os/integrations/gemini_adapter.py:395
Function
get_tool
Retrieve a tool specification from the global registry. Args: name: The unique tool identifier. version: Version constraint (e.g.
agent-governance-python/agent-os/modules/atr/atr/__init__.py:361
Method
get_tool
Get a registered tool by name. Args: name: Tool name Returns: The tool if found, None otherwise
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/tools.py:174
Function
get_tool_handle
Get a ToolHandle for executing a tool with all policies applied. The ToolHandle provides a convenient interface for executing tools with auto
agent-governance-python/agent-os/modules/atr/atr/__init__.py:389
Method
get_tools_by_type
Get all tools of a specific type
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/tool_registry.py:234
Function
get_trace
Retrieve flight recorder logs for a specific trace ID. Useful for debugging and distributed tracing across agent calls.
agent-governance-python/agent-os/modules/iatp/iatp/main.py:458
Method
get_trace
Retrieve flight recorder logs for a trace ID.
agent-governance-python/agent-os/modules/iatp/iatp/sidecar/__init__.py:384
Function
get_treatment_guidelines
( condition: Annotated[str, Field(description="The condition to review.")], )
examples/maf-integration/03-healthcare/python/main.py:180
Function
get_triad_state
Get the current state of the tiered context. Returns: Current tiered context state with item counts
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:736
Function
get_trust
(agent_id: str)
agent-governance-python/agent-mesh/examples/docker-compose/app/server.py:245
Function
get_trust_bridge
Get the best available trust bridge. Advanced: Cross-protocol trust translation (A2A/MCP/IATP). Community: Direct passthrough without transla
agent-governance-python/agent-mesh/src/agentmesh/providers.py:71
Method
get_trust_circle
Return direct trust connections for the given agent.
agent-governance-python/agentmesh-integrations/nostr-wot/agentmesh_nostr_wot/provider.py:97
Function
get_trust_decay
Get the best available trust decay engine. Advanced: Trust contagion + KL divergence regime detection. Community: Linear decay over time.
agent-governance-python/agent-mesh/src/agentmesh/providers.py:113
Method
get_trust_footer
Get trust verification footer for A2A messages.
agent-governance-python/agent-mesh/src/agentmesh/integrations/a2a/__init__.py:304
Function
get_trust_protocol
Get the best available trust protocol engine. Advanced: Full IATP with sidecar attestation and capability handshake. Community: Basic policy
agent-governance-python/agent-os/src/agent_os/providers.py:140
Method
get_trust_report
Get trust status summary for this agent. Returns: Dictionary with agent DID, current score, threshold, interaction co
agent-governance-python/agent-mesh/src/agentmesh/integrations/crewai/agent.py:199
Method
get_trust_report
Get trust status report for this client.
agent-governance-python/agent-mesh/src/agentmesh/integrations/flowise/__init__.py:256
Method
get_trust_score
Retrieve trust score for an agent. Args: agent_did: The agent's DID identifier. Returns: Trust score dict or
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_backend.py:95
Method
get_trust_statistics
Get aggregate trust statistics. Returns: Dictionary of trust statistics
agent-governance-python/agent-mesh/src/agentmesh/services/registry/agent_registry.py:226
Method
get_tuple
(self, config: Any)
agent-governance-python/agent-os/src/agent_os/integrations/langgraph_adapter.py:172
Method
get_unverified_events
Get all unverified events. Returns: List of unverified events
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/callbacks.py:444
Method
get_user_activity
Get user activity within time window.
agent-governance-python/agent-os/examples/healthcare-hipaa/main.py:288
Method
get_validation_log
Get log of validation decisions
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:181
Method
get_validators_for_action
Get all validators for an action type
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:278
Function
get_value
()
agent-governance-python/agent-os/modules/atr/tests/test_executor.py:30
Function
get_version
Return the current version of CaaS.
agent-governance-python/agent-os/modules/caas/src/caas/__init__.py:160
Function
get_version_info
Get detailed version information about the emk package.
agent-governance-python/agent-os/modules/emk/emk/__init__.py:77
Function
get_vfs_file_history
Get the edit history of a file. Shows all edits made to a file, including which agents made changes and when. Useful for understandi
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:1350
Function
get_vfs_state
Get the complete Virtual File System state. Returns the entire file system state, useful for debugging or snapshotting the current p
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:1378
Method
get_violation_history
Get history of detected violations
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/plugin_interface.py:495
Method
get_workflow_status
Get the current status of a workflow
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/orchestrator.py:391
Method
get_working_memory
Get all working memory contents.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:560
Function
global_func
Uses global registry.
agent-governance-python/agent-os/modules/atr/tests/test_decorator.py:285
Function
global_limiter
()
agent-governance-python/agent-os/tests/test_rate_limiter.py:28
Function
good_agent
Agent that always returns correct answers.
agent-governance-python/agent-sre/tests/test_benchmarks.py:23
Function
good_ai
(input_text: str)
agent-governance-python/agent-os/examples/self-evaluating/tests/test_evaluation_engineering.py:395
Function
govern
Decorator that enforces governance policy on a PydanticAI tool. Checks tool name allowlist, argument content against blocked patterns, semant
agent-governance-python/agentmesh-integrations/pydantic-ai-governance/src/pydantic_ai_governance/decorator.py:29
Method
governance_after_llm
Governance gate executed after every LLM call. Scans the LLM response for blocked patterns and runs ``post_execute`` drift de
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:498
Method
governance_after_tool
Governance gate executed after every tool call. Scans the tool result for blocked patterns and runs drift detection via ``pos
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:308
Method
governance_before_llm
Governance gate executed before every LLM call. Scans the message list for blocked patterns and runs Cedar/OPA ``pre_execute`
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:388
Method
governance_before_tool
Governance gate executed before every tool call. Checks tool allowlist/blocklist, scans arguments for blocked patterns, and r
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:194
Function
governedExecute
(this: unknown, ...args: unknown[])
agent-governance-python/agentmesh-integrations/mastra-agentmesh/src/governed-tool.ts:70
Function
governed_action
()
agent-governance-python/benchmarks/governance_overhead.py:535
Method
governed_async
(*args: Any, **kwargs: Any)
agent-governance-python/agent-os/src/agent_os/integrations/langchain_adapter.py:278
Method
governed_delegate
Governed wrapper around CrewAI agent delegation. Intercepts delegation calls between agents, tracks delegation depth, and enf
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:1112
Function
governed_delete
Delete a file through the governed kernel.
agent-governance-python/agent-os/examples/copilot_governed.py:182
Method
governed_execute
Governed wrapper around a CrewAI agent's task execution. Intercepts each task execution call, applies pre-execution
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:901
Function
governed_fn
Governed wrapper that validates and delegates PydanticAI tool calls.
agent-governance-python/agent-os/src/agent_os/integrations/pydantic_ai_adapter.py:583
Method
governed_forward
Governed wrapper around a smolagents tool's forward method. Intercepts the tool invocation, validates the call against the ac
agent-governance-python/agent-os/src/agent_os/integrations/smolagents_adapter.py:439
Method
governed_function
Governed wrapper around an AutoGen function_map entry.
agent-governance-python/agent-os/src/agent_os/integrations/autogen_adapter.py:938
Method
governed_generate_reply
(messages=None, sender=None, **kwargs)
agent-governance-python/agent-os/src/agent_os/integrations/autogen_adapter.py:823
Method
governed_initiate_chat
(recipient, message=None, **kwargs)
agent-governance-python/agent-os/src/agent_os/integrations/autogen_adapter.py:770
Method
governed_invoke
(input_data: Any, **kwargs: Any)
agent-governance-python/agent-os/src/agent_os/integrations/langchain_adapter.py:443
Function
governed_policy_only
()
agent-governance-python/benchmarks/governance_overhead.py:566
Method
governed_receive
(message, sender, **kwargs)
agent-governance-python/agent-os/src/agent_os/integrations/autogen_adapter.py:874
Method
governed_reset
(*args: Any, **kwargs: Any)
agent-governance-python/agent-os/src/agent_os/integrations/autogen_adapter.py:1110
Method
governed_route
( *args: Any, _orig=original_route, _attr=route_attr, **kwargs: Any )
agent-governance-python/agent-os/src/agent_os/integrations/autogen_adapter.py:1033
Method
governed_run
Governed wrapper around a CrewAI tool's run method. Intercepts the tool call, runs pre-execution policy checks,
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:841
Method
governed_save
Governed wrapper around CrewAI memory save operations. Validates content before it is written to crew memory,
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:1045
Method
governed_save_context
Governed wrapper around ``memory.save_context``.
agent-governance-python/agent-os/src/agent_os/integrations/langchain_adapter.py:370
Method
governed_select_speaker
(*args: Any, **kwargs: Any)
agent-governance-python/agent-os/src/agent_os/integrations/autogen_adapter.py:999
Method
governed_step
Governed wrapper around a CrewAI task step. Intercepts individual step calls within a task, validates inputs against
agent-governance-python/agent-os/src/agent_os/integrations/crewai_adapter.py:976
Method
governed_sync
(*args: Any, **kwargs: Any)
agent-governance-python/agent-os/src/agent_os/integrations/langchain_adapter.py:286
Method
governed_tool
(input_str: str)
agent-governance-python/agent-os/examples/crewai-safe-mode/langchain_safe_mode.py:163
Method
governed_update
(*args: Any, **kwargs: Any)
agent-governance-python/agent-os/src/agent_os/integrations/autogen_adapter.py:1075
Method
grab
()
agent-governance-python/agent-sre/tests/unit/test_cost_hardened.py:402
Method
grab_proxy
()
agent-governance-python/agent-os/tests/test_sandbox.py:459
Method
grade
(self)
agent-governance-python/agent-marketplace/src/agent_marketplace/quality_assessment.py:47
Function
grant_capability
Grant a capability to an agent. Authentication: required. The caller must present an ``Ed25519-Timestamp`` header signed by the grantor DID.
agent-governance-python/agent-mesh/src/agentmesh/server/trust_engine.py:275
Function
grant_domain_admin
( user_id: Annotated[str, Field(description="The user who would receive Domain Admin.")], )
examples/maf-integration/04-it-helpdesk/python/main.py:208
Function
graph
Show trust relationships as an ASCII art or Mermaid diagram.
agent-governance-python/agent-mesh/src/agentmesh/cli/trust_cli.py:373
Function
greet
(name: str = "World")
agent-governance-python/agent-os/modules/atr/tests/test_executor.py:41
Function
greet
Greet someone.
agent-governance-python/agent-os/modules/atr/tests/test_integration_executor.py:123
Function
guard
(runnable: TAgent, callOptions: AdapterOptions = {})
policy-engine/sdk/node/src/adapters.ts:285
Function
guard
()
agent-governance-python/agent-compliance/tests/test_supply_chain.py:25
Method
guard
(self, agent: AgentT, control: AgentControl)
policy-engine/sdk/python/agent_control_specification/_adapters/_generic.py:41
Method
guard
(self, agent: AgentT, control: AgentControl)
policy-engine/sdk/python/agent_control_specification/_adapters/_generic.py:58
Method
guard
(func: Callable)
agent-governance-python/agent-os/src/agent_os/integrations/openai_agents_sdk.py:457
Function
guardAgent
(agent: TAgent, callOptions: AdapterOptions = {})
policy-engine/sdk/node/src/adapters.ts:288
← previous
next →
14,801–14,900 of 32,326, ranked by callers