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
list_providers
List all provider slots and their current implementations.
agent-governance-python/agent-mesh/src/agentmesh/providers.py:141
Function
list_providers
List all provider slots and their current implementations.
agent-governance-python/agent-sre/src/agent_sre/providers.py:105
Method
list_registered_agents
Return all registered agents as dicts with at minimum: - 'did' or 'agent_id': unique identifier - 'name': agent name - 'owner'
agent-governance-python/agent-discovery/src/agent_discovery/reconciler.py:26
Function
list_rollouts
List rollouts.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:598
Method
list_runs
List all experiment runs in the repository. Returns: List of run file paths.
agent-governance-python/agent-os/modules/amb/amb_core/hf_utils.py:501
Function
list_sagas
List all sagas in a session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:421
Function
list_sessions
List all sessions, optionally filtered by state.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:225
Function
list_slos
List all SLOs with current status.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:287
Function
list_tools
List all registered tools with optional filtering. Args: tag: Filter by tag (e.g., "math", "web", "file"). cost: Filter by cost l
agent-governance-python/agent-os/modules/atr/atr/__init__.py:459
Method
list_tools
List all registered tool names. Returns: List of tool names
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/tools.py:185
Method
list_tools
List available tools in MCP format.
agent-governance-python/agent-mesh/src/agentmesh/integrations/mcp/__init__.py:369
Function
list_vfs_files
List files in a directory within the Virtual File System. Agents can browse the project structure to understand what files exist and
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:1334
Function
list_vouches
List all sponsors in a session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:583
Method
list_workflows
List all workflows
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/orchestrator.py:424
Function
listen
Start listening on the configured port.
agent-governance-python/agentmesh-integrations/copilot-governance/src/server.ts:156
Function
live_exporter
Exporter with mock Langfuse client.
agent-governance-python/agent-sre/tests/test_langfuse.py:38
Function
live_exporter
Exporter wired to a mock Sentry client.
agent-governance-python/agent-sre/tests/test_sentry.py:35
Method
liveness_check
(self)
agent-governance-python/agent-os/modules/control-plane/tests/test_lifecycle.py:108
Method
liveness_check
Check if agent is alive
agent-governance-python/agent-os/modules/control-plane/examples/lifecycle_demo.py:85
Method
liveness_check
(self)
agent-governance-python/agent-os/modules/control-plane/examples/lifecycle_demo.py:156
Method
liveness_check
(self)
agent-governance-python/agent-os/modules/control-plane/examples/lifecycle_demo.py:178
Method
llen
Get list length.
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_provider.py:146
Method
llen
Get list length.
agent-governance-python/agent-mesh/src/agentmesh/storage/memory_provider.py:120
Method
llen
Get list length.
agent-governance-python/agent-mesh/src/agentmesh/storage/postgres_provider.py:301
Function
llm_call
()
examples/smolagents-governed/getting_started.py:101
Function
llm_call
()
examples/smolagents-governed/smolagents_governance_demo.py:457
Function
llm_call
()
examples/crewai-governed/getting_started.py:101
Function
llm_call
()
examples/openai-agents-governed/getting_started.py:161
Method
llm_calls
(self)
agent-governance-python/agent-sre/src/agent_sre/integrations/llamaindex/handler.py:340
Method
llm_calls
(self)
agent-governance-python/agent-sre/src/agent_sre/integrations/langchain/callback.py:390
Function
llm_input
(event: unknown, context: unknown = {})
policy-engine/sdk/node/src/adapters.ts:733
Function
llm_output
(event: unknown, context: unknown = {})
policy-engine/sdk/node/src/adapters.ts:736
Function
load
()
agent-governance-python/agent-os/benchmarks/bench_policy.py:125
Method
load
Load checkpoint.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langgraph/__init__.py:272
Method
load
Load a trace for replay.
agent-governance-python/agent-sre/src/agent_sre/replay/engine.py:119
Function
loadPolicy
(nameOrPath: string)
agent-governance-python/agent-mesh/packages/mcp-proxy/src/policy.ts:98
Method
loadPolicy
()
agent-governance-copilot-cli/test/policy-engine.test.mjs:226
Method
loadPolicy
()
examples/copilot-cli-agt/test/policy-engine.test.mjs:193
Function
load_cli_policy_rules
Load CLI policy checker rules from a YAML file. Args: path: Path to a YAML file with a ``rules`` section. Returns: List of r
agent-governance-python/agent-os/src/agent_os/cli/policy_checker.py:54
Function
load_conversation_guardian_config
Load conversation guardian configuration from a YAML file. Args: path: Path to a YAML file with a ``thresholds`` section. Returns:
agent-governance-python/agent-os/src/agent_os/integrations/conversation_guardian.py:163
Function
load_from_dbt_run_results
Load example-level data quality evidence from a dbt run_results.json artifact. The adapter derives freshness from metadata.generated_at, computes val
examples/data-quality-aware-governance/adapters/dbt/dbt_adapter.py:18
Method
load_module
Block the import by raising SecurityError (legacy API).
agent-governance-python/agent-os/src/agent_os/sandbox.py:262
Function
load_pii_config
Load PII detection configuration from a YAML file. Args: path: Path to a YAML file with a ``builtin_patterns`` section. Returns:
agent-governance-python/agent-os/src/agent_os/mute_agent.py:78
Method
load_plugin_from_path
Load and register a plugin from a module path. Args: module_path: Python module path class_name: Nam
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/plugin_registry.py:592
Function
load_policy
Load a policy template and return a GovernancePolicy instance. Extracts GovernancePolicy-compatible fields from the YAML template and constru
agent-governance-python/agent-os/templates/policies/loader.py:75
Function
load_rego_into_engine
Register a .rego file with the existing PolicyEngine. Usage: from agentmesh.governance.policy import PolicyEngine from agent
agent-governance-python/agent-mesh/src/agentmesh/governance/opa.py:440
Function
load_sandbox_config
Load sandbox security configuration from a YAML file. Args: path: Path to a YAML file with a ``sandbox`` section. Returns: S
agent-governance-python/agent-os/src/agent_os/sandbox.py:167
Function
load_semantic_policy_config
Load semantic policy configuration from a YAML file. Args: path: Path to a YAML file with a ``signals`` section. Returns: Se
agent-governance-python/agent-os/src/agent_os/semantic_policy.py:205
Method
load_tasks
Load benchmark tasks from JSON file.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/benchmarks.py:124
Method
local_identity_key
(self)
agent-governance-python/agent-mesh/src/agentmesh/encryption/channel.py:200
Function
log
()
agent-governance-antigravity-cli/test/policy-engine.test.mjs:276
Method
log
Log an event to the current span.
agent-governance-python/agent-os/modules/amb/amb_core/tracing.py:252
Function
log_batch
Log a batch of audit entries. SECURITY (known gap): same as ``/audit/log`` — accepts ``agent_did`` per entry without per-entry caller authent
agent-governance-python/agent-mesh/src/agentmesh/server/audit_collector.py:121
Function
log_entry
Log a single audit entry. SECURITY (known gap): this endpoint accepts ``agent_did`` from the request body without authenticating the caller.
agent-governance-python/agent-mesh/src/agentmesh/server/audit_collector.py:88
Function
log_entry
()
agent-governance-python/benchmarks/governance_overhead.py:369
Method
log_episodic
Log an episodic memory event.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:547
Method
log_message
(self, *_args)
scripts/tests/test_check_lockfile_integrity.py:588
Method
log_message
(self, format: str, *args: object)
agent-governance-python/agent-hypervisor/examples/docker-compose/app/dashboard.py:111
Method
log_message
(self, format, *args)
agent-governance-python/agent-mesh/tests/test_managed_identity.py:56
Method
log_message
(self, *args)
agent-governance-python/agent-mesh/tests/test_managed_identity.py:212
Method
log_message
(self, *args)
agent-governance-python/agent-mesh/tests/test_managed_identity.py:267
Method
log_message
Silence default request logging.
agent-governance-python/agent-mesh/examples/trust-dashboard/dashboard.py:316
Method
log_message
Suppress default logging (too noisy for /metrics).
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/server.py:79
Method
log_message
(self, format: str, *args)
agent-governance-python/agent-os/tests/test_mcp_scan_cli.py:686
Method
log_message
(self, format: str, *args)
agent-governance-python/agent-os/tests/test_mcp_scan_cli.py:779
Method
log_message
(self, *_args)
agent-governance-python/agent-marketplace/tests/test_artifact_fetch.py:71
Method
log_message
Suppress default access logging.
agent-governance-python/agent-sre/src/agent_sre/api/__init__.py:232
Method
log_slo
Log SLO evaluation as an MLflow run. Args: slo: An agent_sre.slo.objectives.SLO instance. agent_id: Optional agent id
agent-governance-python/agent-sre/src/agent_sre/integrations/mlflow/exporter.py:104
Method
log_slo
Log SLO evaluation as a W&B run. Args: slo: An agent_sre.slo.objectives.SLO instance. agent_id: Optional agent identi
agent-governance-python/agent-sre/src/agent_sre/integrations/wandb/exporter.py:88
Method
logged_events
Get all logged events.
agent-governance-python/agent-sre/src/agent_sre/integrations/helicone/headers.py:137
Method
logs
(self, agent_id: str, tail: int = 100)
agent-governance-python/agent-runtime/src/agent_runtime/deploy.py:106
Function
looksLikeUrlField
(key)
agent-governance-opencode/lib/policy.mjs:1064
Function
looksLikeUrlField
(key)
agent-governance-claude-code/lib/policy.mjs:1063
Function
looksLikeUrlField
(key)
agent-governance-copilot-cli/assets/extensions/agt-global-policy/lib/policy.mjs:1247
Function
lookup_customer
(args: Mapping[str, Json])
policy-engine/examples/support_agent/app/run_demo.py:156
Function
lookup_order
( order_id: Annotated[str, Field(description="The customer order identifier.")], )
examples/maf-integration/02-customer-service/python/main.py:166
Method
lookup_ratio
(self)
agent-governance-python/agent-os/src/agent_os/context_budget.py:47
Function
lookup_symptoms
( symptom: Annotated[str, Field(description="The symptom or presentation to review.")], )
examples/maf-integration/03-healthcare/python/main.py:166
Method
lpush
Push value to head of list.
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_provider.py:134
Method
lpush
Push value to head of list.
agent-governance-python/agent-mesh/src/agentmesh/storage/memory_provider.py:103
Method
lpush
Push value to head of list.
agent-governance-python/agent-mesh/src/agentmesh/storage/postgres_provider.py:248
Method
lrange
Get list range [start, stop].
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_provider.py:142
Method
lrange
Get list range [start, stop].
agent-governance-python/agent-mesh/src/agentmesh/storage/memory_provider.py:113
Method
lrange
Get list range [start, stop].
agent-governance-python/agent-mesh/src/agentmesh/storage/postgres_provider.py:286
Function
mahalanobis_distance
Calculate Mahalanobis distance between two vectors. Accounts for correlation between dimensions using covariance matrix. Useful when dim
agent-governance-python/agent-os/modules/cmvk/src/cmvk/metrics.py:252
Function
main
(argv: list[str] | None = None, *, stdin: TextIO | None = None)
policy-engine/generator/acs_generator/init_flow.py:55
Function
main
(req: func.HttpRequest)
examples/foundry-ai-gateway-pdp/function/decide/__init__.py:39
Function
main
()
agent-governance-golang/examples/lifecycle-transitions/main.go:12
Function
main
()
agent-governance-golang/examples/trust-scoring/main.go:13
Function
main
()
agent-governance-golang/examples/slo-tracking/main.go:14
Function
main
()
agent-governance-golang/examples/kill-switch-scopes/main.go:13
Function
main
()
agent-governance-golang/examples/policy-opa-cedar/main.go:30
Function
main
()
agent-governance-golang/examples/http-middleware/main.go:80
Function
main
()
agent-governance-golang/examples/mcp-scan/main.go:12
Function
main
()
agent-governance-golang/examples/policy-yaml/main.go:13
Function
main
()
agent-governance-golang/examples/prompt-defense/main.go:12
Function
main
()
agent-governance-golang/examples/full-stack/main.go:14
Function
main
()
agent-governance-golang/examples/execution-rings/main.go:12
Function
main
()
agent-governance-golang/examples/shadow-discovery/main.go:15
Function
main
()
agent-governance-golang/examples/audit-chain/main.go:13
← previous
next →
15,301–15,400 of 32,326, ranked by callers