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
Function
policy
Load and validate a policy file.
agent-governance-python/agent-mesh/src/agentmesh/cli/main.py:415
Function
policy
()
agent-governance-python/agent-os/modules/nexus/tests/test_dmz.py:24
Function
policy
Create a governance policy for testing.
agent-governance-python/agent-os/tests/test_anthropic_hooks.py:33
Function
policy
Create a governance policy for testing.
agent-governance-python/agent-os/tests/test_semantic_kernel_hooks.py:35
Function
policy
Create a governance policy for testing.
agent-governance-python/agent-os/tests/test_pydantic_ai_hooks.py:32
Function
policy
(ctx: InjectionContext)
agent-governance-python/agent-os/examples/credential_vault_example.py:48
Method
policy
(self)
agent-governance-python/agent-os/src/agent_os/integrations/_v5_runtime_bridge.py:136
Method
policy
The base policy of this hierarchy node.
agent-governance-python/agent-os/src/agent_os/integrations/policy_compose.py:121
Method
policy
Return the :class:`GovernancePolicy` driving the bridge, if any.
agent-governance-python/agent-os/src/agent_os/integrations/guardrails_adapter.py:375
Method
policy
(ctx: InjectionContext)
agent-governance-python/agent-os/tests/test_credential_vault.py:254
Method
policy_client
Create a client with policies loaded from a temp directory.
agent-governance-python/agent-mesh/tests/test_sidecar.py:124
Method
policy_count
Total number of registered policies.
agent-governance-python/agent-mesh/src/agentmesh/governance/multi_agent_policy.py:468
Function
policy_dir
(tmp_path)
agent-governance-python/agentmesh-integrations/openshell-skill/tests/test_skill.py:18
Function
policy_dir
Create a temp directory with test policy files.
agent-governance-python/agent-mesh/tests/test_policy_composition.py:12
Function
policy_dir
(tmp_path: Path, policy_file: Path)
agent-governance-python/agent-compliance/tests/test_agt_cli.py:85
Method
policy_engine
The underlying policy engine.
agent-governance-python/agent-mesh/src/agentmesh/client.py:116
Method
policy_engine
Create a PolicyEngine with test policies.
agent-governance-python/agent-os/modules/control-plane/tests/test_kernel_space_integration.py:52
Function
policy_file
(tmp_path: Path)
agent-governance-python/agent-compliance/tests/test_agt_cli.py:38
Function
policy_no_approval
()
agent-governance-python/agent-os/tests/test_escalation.py:39
Function
policy_requires_approval
()
agent-governance-python/agent-os/tests/test_escalation.py:34
Method
policy_sli
(self)
agent-governance-python/agent-sre/src/agent_sre/integrations/agent_os/bridge.py:69
Function
policy_tracker
()
agent-governance-python/agent-os/tests/test_token_budget.py:27
Method
port
(self)
agent-governance-python/agent-sre/src/agent_sre/api/__init__.py:346
Function
postModelCall
(response, callOptions = {})
policy-engine/sdk/node/src/adapters.ts:150
Function
postWebhook
(args)
policy-engine/examples/research_agent/app/index.js:160
Method
post_model_call
(self, model_response: ModelResponseT)
policy-engine/sdk/python/agent_control_specification/_adapters/_generic.py:49
Method
postgres_provider
Create and connect a PostgreSQL storage provider.
agent-governance-python/agent-mesh/tests/test_storage.py:210
Method
power
Calculate power.
agent-governance-python/agent-os/modules/atr/atr/tools/safe/calculator.py:391
Function
preModelCall
(request, callOptions = {})
policy-engine/sdk/node/src/adapters.ts:139
Method
pre_model_call
(self, model_request: ModelRequestT)
policy-engine/sdk/python/agent_control_specification/_adapters/_generic.py:47
Method
precision
(self)
agent-governance-python/agent-os/benchmarks/injection_benchmark.py:261
Method
prepare_messages
Prepare messages with caching hints. Args: system_prompt: Optional system prompt context: The contex
agent-governance-python/agent-os/modules/caas/src/caas/caching.py:202
Method
prepare_messages
No special preparation needed for local caching.
agent-governance-python/agent-os/modules/caas/src/caas/caching.py:432
Function
prescribe_controlled_substance
( patient_id: Annotated[str, Field(description="The patient identifier.")], medication: Annotated[str,
examples/maf-integration/03-healthcare/python/main.py:208
Method
principals_only
Create a policy that only allows specific principals.
agent-governance-python/agent-os/modules/atr/atr/access.py:160
Method
principle_set
Get the principle set.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/constitutional.py:696
Method
principles
Get the list of principles.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/constitutional.py:691
Method
print_response_stream
(self)
agent-governance-python/agent-os/src/agent_os/integrations/llamaindex_adapter.py:65
Function
print_step
Print a step header.
agent-governance-python/agent-mesh/examples/00-registration-hello-world/simulated_registration.py:40
Function
priority_handler
(msg: Message)
agent-governance-python/agent-os/modules/amb/examples/backpressure_demo.py:31
Method
process
Process a message through the agent.
agent-governance-python/agent-os/modules/iatp/iatp/ipc_pipes.py:390
Method
process
Process raw content into a Document.
agent-governance-python/agent-os/modules/caas/src/caas/ingestion/processors.py:19
Method
process
Process HTML content.
agent-governance-python/agent-os/modules/caas/src/caas/ingestion/processors.py:89
Method
process
Process source code content.
agent-governance-python/agent-os/modules/caas/src/caas/ingestion/processors.py:172
Function
process_banking_request
Process a secure banking transaction. This agent demonstrates best practices: - Idempotent operations - Transaction tracking
agent-governance-python/agent-os/modules/iatp/examples/secure_bank_agent.py:25
Function
process_data
Process a list of numbers.
agent-governance-python/agent-os/modules/atr/tests/test_integration_executor.py:173
Function
process_items
Process a list of items. Args: items: List of strings to process reverse: Whether to reverse the list
agent-governance-python/agent-os/modules/atr/examples/demo.py:62
Function
process_list
(items: list)
agent-governance-python/agent-os/modules/atr/tests/test_executor.py:66
Function
process_request
Process a request - but store everything permanently! This simulates a rogue agent that doesn't respect privacy. The sidecar should
agent-governance-python/agent-os/modules/iatp/examples/untrusted_agent.py:34
Function
process_request
Process a request from the sidecar. The agent receives clean, validated JSON and doesn't need to worry about security checks or priv
agent-governance-python/agent-os/modules/iatp/examples/backend_agent.py:16
Function
process_text
Process text with various operations. Args: text: The text to process operation: The operation (upper, lower, reverse, title)
agent-governance-python/agent-os/modules/atr/examples/sandbox_demo.py:36
Method
producer
(thread_idx: int)
agent-governance-python/agent-hypervisor/tests/unit/test_observability.py:276
Function
product_manager_worker
Product Manager: Creates technical specifications. This is a PROBABILISTIC AI worker.
agent-governance-python/agent-os/examples/self-evaluating/examples/example_orchestration.py:39
Function
profile
(request: pytest.FixtureRequest)
examples/aegis-governance-profile/tests/test_compilation.py:69
Function
profile_governance
Decorator that profiles execution time (and optionally memory) of a method. Usage: @profile_governance def my_method(self, ...):
agent-governance-python/agent-os/src/agent_os/integrations/profiling.py:77
Method
progress_percent
(self)
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:486
Method
progress_percent
(self)
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:562
Function
prometheus_metrics
Prometheus-compatible metrics endpoint.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:227
Method
promote
Immediately promote — not available in Public Preview.
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:519
Function
prompt_dir
Directory with mixed prompts.
agent-governance-python/agent-compliance/tests/test_red_team_cli.py:77
Function
prompt_file
A well-defended system prompt.
agent-governance-python/agent-compliance/tests/test_red_team_cli.py:29
Function
protectModel
( control: RunnableControl, execute: (request: JsonValue) => Promise<JsonValue> | JsonValue, defaultOpti
policy-engine/sdk/node/src/adapters.ts:123
Method
protected
()
agent-governance-python/agent-mesh/tests/test_http_middleware.py:221
Method
protected
(result=Depends(trust_dep))
agent-governance-python/agent-mesh/tests/test_http_middleware.py:290
Method
protocol_spans
All protocol spans recorded so far.
agent-governance-python/agent-sre/src/agent_sre/tracing/__init__.py:699
Method
provideCodeActions
( document: vscode.TextDocument, _range: vscode.Range | vscode.Selection, context: vsc
agent-governance-typescript/agent-os-vscode/src/language/governanceCodeActions.ts:93
Method
provideCodeActions
( document: vscode.TextDocument, range: vscode.Range | vscode.Selection, context: vsco
agent-governance-typescript/agent-os-vscode/src/language/diagnosticProvider.ts:325
Method
provideCompletionItems
( document: vscode.TextDocument, position: vscode.Position, token: vscode.Cancellation
agent-governance-typescript/agent-os-vscode/src/language/completionProvider.ts:210
Method
provideHover
( document: vscode.TextDocument, position: vscode.Position, token: vscode.Cancellation
agent-governance-typescript/agent-os-vscode/src/language/completionProvider.ts:389
Function
provideInlineCompletionItems
( _document: vscode.TextDocument, _position: vscode.Position,
agent-governance-typescript/agent-os-vscode/src/extension.ts:250
Function
provideInlineCompletionItems
( document: vscode.TextDocument, position: vscode.Position, co
agent-governance-python/agent-os/extensions/cursor/src/extension.ts:49
Function
provider
()
agent-governance-python/agentmesh-integrations/agentmesh-avp/tests/test_provider.py:18
Function
provider
Yield a real DockerSandboxProvider and destroy all sessions on teardown.
agent-governance-python/agent-sandbox/tests/test_docker_integration.py:55
Function
provider
One provider per module — sandboxes are created/destroyed per test.
agent-governance-python/agent-sandbox/tests/test_azure_sandbox_integration.py:108
Function
provider
(fake_sdk)
agent-governance-python/agent-sandbox/tests/test_hyperlight_sandbox.py:148
Function
provider
()
agent-governance-python/agent-sandbox/tests/test_hyperlight_integration.py:118
Method
provider
(action: str, params: dict)
agent-governance-python/agent-os/modules/mcp-kernel-server/tests/test_tools.py:307
Method
provider
Return the provider this strategy is for.
agent-governance-python/agent-os/modules/caas/src/caas/caching.py:197
Method
provider
(self)
agent-governance-python/agent-os/modules/caas/src/caas/caching.py:257
Method
provider
(self)
agent-governance-python/agent-os/modules/caas/src/caas/caching.py:358
Method
provider
(self)
agent-governance-python/agent-os/modules/caas/src/caas/caching.py:429
Function
provider_with_evaluator
Provision a session and inject a stub evaluator under the lock.
agent-governance-python/agent-sandbox/tests/test_azure_sandbox.py:894
Function
provider_with_resolvers
()
agent-governance-python/agentmesh-integrations/agentmesh-avp/tests/test_provider.py:23
Method
provider_with_session
(self, docker_provider)
agent-governance-python/agent-sandbox/tests/test_docker_sandbox.py:1117
Function
proxy
Start an AgentMesh MCP proxy. Wraps an existing MCP server with governance, policy enforcement, and trust scoring. Examples:
agent-governance-python/agent-mesh/src/agentmesh/cli/proxy.py:459
Function
proxy
Forward requests to the appropriate upstream component.
agent-governance-python/agent-mesh/src/agentmesh/server/api_gateway.py:116
Method
proxy_request
Main proxy endpoint that forwards requests to the backend agent. Headers: - X-User-Override: Must equal the secr
agent-governance-python/agent-os/modules/iatp/iatp/sidecar/__init__.py:128
Function
proxy_task
The Main Gateway - Intercepts and validates all requests. Flow: 1. Generate/validate trace ID 2. Parse and validate the payload
agent-governance-python/agent-os/modules/iatp/iatp/main.py:222
Method
public_key
(self)
agent-governance-python/agent-mesh/src/agentmesh/marketplace/_marketplace_impl.py:122
Method
public_key
(self)
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:115
Method
public_key_bytes
Raw 32-byte public key.
agent-governance-python/agent-sre/src/agent_sre/signing.py:103
Method
public_key_hex
(self)
agent-governance-python/agentmesh-integrations/langgraph-trust/langgraph_trust/identity.py:33
Function
public_label
()
agent-governance-python/agent-os/tests/test_data_classification.py:28
Method
publish
Publish a message to the broker. Args: message: The message to publish wait_for_confirmation: If Tru
agent-governance-python/agent-os/modules/amb/amb_core/broker.py:40
Method
publish
Publish message to NATS subject. Args: message: Message to publish wait_for_confirmation: Wait for a
agent-governance-python/agent-os/modules/amb/amb_core/adapters/nats_broker.py:109
Function
publish_call
()
examples/crewai-governed/crewai_governance_demo.py:691
Method
publish_forecast
Publish forecast to AMB
agent-governance-python/agent-os/examples/grid-balancing/demo.py:147
Method
publish_manifest
Publish the agent's metadata manifest. In a real system, this would register the agent in a marketplace or registry
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:711
Function
publish_plugin
Sign and register a plugin with the registry.
agent-governance-python/agent-mesh/src/agentmesh/cli/marketplace_commands.py:143
Function
publish_plugin
Sign and register a plugin with the registry.
agent-governance-python/agent-marketplace/src/agent_marketplace/cli_commands.py:248
← previous
next →
15,701–15,800 of 32,326, ranked by callers