MCPcopy Create free account

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

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

↓ 1 callersFunctionrun_demo
()
agent-governance-python/agent-os/examples/finance-soc2/main.py:381
↓ 1 callersFunctionrun_demo
()
agent-governance-python/agent-os/examples/multi-agent-support/demo.py:265
↓ 1 callersFunctionrun_demo
()
agent-governance-python/agent-os/examples/crewai-safe-mode/langchain_safe_mode.py:303
↓ 1 callersFunctionrun_demo
Run the complete demo showing Agent OS protecting against dangerous ops.
agent-governance-python/agent-os/examples/crewai-safe-mode/crewai_safe_mode.py:329
↓ 1 callersFunctionrun_demo
()
agent-governance-python/agent-os/examples/aml-fraud-detection/demo.py:827
↓ 1 callersFunctionrun_demo
()
agent-governance-python/agent-os/examples/crewai-governance/demo.py:263
↓ 1 callersFunctionrun_evaluate
(case: dict)
policy-engine/tests/conformance/run_python.py:81
↓ 1 callersFunctionrun_example
Scenario: A Researcher agent finds data, a Writer agent produces a report. - Agent-OS enforces local policies on each agent - Agent-Mesh
agent-governance-python/agent-os/examples/cross-project/cross_project_example.py:173
↓ 1 callersFunctionrun_fraud_scenario
Run fraud detection demo
agent-governance-python/agent-os/examples/carbon-auditor/demo.py:231
↓ 1 callersFunctionrun_from_args
Execute the migrate sub-command from parsed argparse args.
agent-governance-python/agt-policies/src/agt/cli/migrate.py:894
↓ 1 callersFunctionrun_init
(args: argparse.Namespace, *, stdin: TextIO)
policy-engine/generator/acs_generator/init_flow.py:77
↓ 1 callersFunctionrun_lab
()
docs/workshop/labs/lab3_full_governance_stack.py:199
↓ 1 callersFunctionrun_lab
Evaluate each scenario and print a pass/fail summary.
docs/workshop/labs/lab1_first_policy.py:57
↓ 1 callersFunctionrun_lab
()
docs/workshop/labs/lab2_multi_agent_trust.py:117
↓ 1 callersFunctionrun_mode
(args: argparse.Namespace, mode: str)
policy-engine/benchmarks/agentdojo/acs_agentdojo_bench/runner.py:98
↓ 1 callersMethodrun_multi_model
Run benchmark with multiple models using CMVK consensus.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/benchmarks.py:169
↓ 1 callersFunctionrun_observer_evaluation
Run the Observer to evaluate all conversations with intent-based metrics.
agent-governance-python/agent-os/examples/self-evaluating/examples/example_intent_detection.py:200
↓ 1 callersMethodrun_one
( self, tool_call: FunctionCall, runtime: FunctionsRuntime, env: Any,
policy-engine/benchmarks/agentdojo/acs_agentdojo_bench/pipeline.py:101
↓ 1 callersFunctionrun_policy_benchmarks
Benchmark Agent-OS PolicyEvaluator at various rule counts.
agent-governance-python/benchmarks/governance_overhead.py:264
↓ 1 callersMethodrun_price_spike_scenario
Scenario: Grid operator needs 500 kW reduction 1. Operator broadcasts price signal 2. Traders submit bids 3.
agent-governance-python/agent-os/examples/grid-balancing/demo.py:391
↓ 1 callersFunctionrun_review
()
agent-governance-python/agent-os/examples/github-reviewer/main.py:503
↓ 1 callersFunctionrun_ring_benchmarks
Benchmark hypervisor ring computation and enforcement.
agent-governance-python/benchmarks/governance_overhead.py:410
↓ 1 callersFunctionrun_rogue_sequence
(runtime: ScenarioRuntime)
examples/maf-integration/03-healthcare/python/main.py:361
↓ 1 callersFunctionrun_rogue_sequence
(runtime: ScenarioRuntime)
examples/maf-integration/01-loan-processing/python/main.py:367
↓ 1 callersFunctionrun_rogue_sequence
(runtime: ScenarioRuntime)
examples/maf-integration/05-devops-deploy/python/main.py:360
↓ 1 callersFunctionrun_rogue_sequence
(runtime: ScenarioRuntime)
examples/maf-integration/04-it-helpdesk/python/main.py:359
↓ 1 callersFunctionrun_rogue_sequence
(runtime: ScenarioRuntime)
examples/maf-integration/02-customer-service/python/main.py:361
↓ 1 callersFunctionrun_scenario_1
Normal operation — each agent performs actions within its ring.
agent-governance-python/agent-hypervisor/tutorials/execution-rings-workflow/demo.py:170
↓ 1 callersFunctionrun_scenario_1_successful_rollout
Scenario 1: Successful rollout through all phases. The new version performs excellently, so it advances through: PROBE (1%) → SMALL
agent-governance-python/agent-os/examples/self-evaluating/examples/example_circuit_breaker.py:66
↓ 1 callersFunctionrun_scenario_2
Ring enforcement — lower-privileged agents denied higher-ring actions.
agent-governance-python/agent-hypervisor/tutorials/execution-rings-workflow/demo.py:190
↓ 1 callersFunctionrun_scenario_2_automatic_rollback
Scenario 2: Automatic rollback when new version degrades. The new version starts well but then performance degrades. Circuit breaker
agent-governance-python/agent-os/examples/self-evaluating/examples/example_circuit_breaker.py:157
↓ 1 callersFunctionrun_scenario_3
Ring elevation — temporary sudo for emergency access. Note: RingElevationManager.request_elevation() raises in public preview, so we simulate
agent-governance-python/agent-hypervisor/tutorials/execution-rings-workflow/demo.py:209
↓ 1 callersFunctionrun_scenario_3_gradual_advancement
Scenario 3: Observe gradual advancement through phases. Shows the traffic split changes as we progress through phases.
agent-governance-python/agent-os/examples/self-evaluating/examples/example_circuit_breaker.py:231
↓ 1 callersFunctionrun_scenario_4
Kill switch — supervisor kills misbehaving agent.
agent-governance-python/agent-hypervisor/tutorials/execution-rings-workflow/demo.py:247
↓ 1 callersFunctionrun_sdk
(sdk: str, output: Path)
policy-engine/tests/conformance/run_parity.py:32
↓ 1 callersFunctionrun_session_benchmarks
Benchmark hypervisor session create/join/activate/terminate.
agent-governance-python/benchmarks/governance_overhead.py:488
↓ 1 callersFunctionrun_simple_example
Run a simple example with a single query.
agent-governance-python/agent-os/examples/self-evaluating/examples/example.py:18
↓ 1 callersMethodrun_single
Execute one golden trace against *agent_fn* and compare output. Args: golden_trace: The golden reference trace. agent
agent-governance-python/agent-sre/src/agent_sre/replay/golden_manager.py:94
↓ 1 callersMethodrun_single_model
Run benchmark with a single model.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/benchmarks.py:141
↓ 1 callersFunctionrun_smoke_tests_impl
(service: str)
examples/maf-integration/05-devops-deploy/python/main.py:145
↓ 1 callersMethodrun_stdio
Run server in stdio mode for Claude Desktop integration. Protocol: JSON-RPC 2.0 over stdin/stdout Each message is ne
agent-governance-python/agent-os/modules/mcp-kernel-server/src/mcp_kernel_server/server.py:419
↓ 1 callersMethodrun_step
(self, step: Step)
examples/quickstart/aca_research_agent.py:237
↓ 1 callersMethodrun_step
Run a single step of the task.
agent-governance-python/agentmesh-integrations/llamaindex-agentmesh/llama_index/agent/agentmesh/worker.py:112
↓ 1 callersMethodrun_streamed
(self, agent, input)
policy-engine/sdk/python/tests/test_adapters.py:360
↓ 1 callersMethodrun_supervision_cycle
Run a complete supervision cycle across all supervisors. Returns violations by supervisor ID.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/supervisor_agents.py:357
↓ 1 callersMethodrun_sync
(self, agent, input)
policy-engine/sdk/python/tests/test_adapters.py:357
↓ 1 callersMethodrun_sync
(self, agent, input)
policy-engine/sdk/python/tests/test_adapter_mediation.py:120
↓ 1 callersFunctionrun_tests
Run all tests
agent-governance-python/agent-os/modules/control-plane/tests/test_control_plane.py:279
↓ 1 callersFunctionrun_tests
Run all tests.
agent-governance-python/agent-os/examples/self-evaluating/tests/test_agent_brokerage.py:292
↓ 1 callersFunctionrun_tool_check
( runtime: ScenarioRuntime, tool_name: str, arguments: dict[str, Any], final_text: str, )
examples/maf-integration/03-healthcare/python/main.py:343
↓ 1 callersFunctionrun_tool_check
( runtime: ScenarioRuntime, tool_name: str, arguments: dict[str, Any], final_text: str, )
examples/maf-integration/01-loan-processing/python/main.py:349
↓ 1 callersFunctionrun_tool_check
( runtime: ScenarioRuntime, tool_name: str, arguments: dict[str, Any], final_text: str, )
examples/maf-integration/05-devops-deploy/python/main.py:342
↓ 1 callersFunctionrun_tool_check
( runtime: ScenarioRuntime, tool_name: str, arguments: dict[str, Any], final_text: str, )
examples/maf-integration/04-it-helpdesk/python/main.py:341
↓ 1 callersFunctionrun_tool_check
( runtime: ScenarioRuntime, tool_name: str, arguments: dict[str, Any], final_text: str, )
examples/maf-integration/02-customer-service/python/main.py:343
↓ 1 callersFunctionrun_trust_benchmarks
Benchmark Agent-Mesh TrustPolicyEvaluator.
agent-governance-python/benchmarks/governance_overhead.py:289
↓ 1 callersFunctionrun_ungoverned_baselines
Measure baseline cost of a trivial agent action with no governance.
agent-governance-python/benchmarks/governance_overhead.py:230
↓ 1 callersFunctionrun_verified_scenario
Run verified project demo
agent-governance-python/agent-os/examples/carbon-auditor/demo.py:280
↓ 1 callersFunctionrunner
(session_id: str, marker: str)
agent-governance-python/agent-sandbox/tests/test_hyperlight_integration.py:738
↓ 1 callersMethodsafe
()
agent-governance-python/agent-os/tests/test_sandbox.py:443
↓ 1 callersFunctionsafeDate
(v: unknown)
agent-governance-typescript/agent-os-vscode/src/services/translators.ts:47
↓ 1 callersFunctionsafeJsonStringify
(value, space = 0)
agent-governance-antigravity-cli/assets/extensions/agt-global-policy/lib/poisoning.mjs:51
↓ 1 callersFunctionsafeJsonStringify
(value, space = 0)
agent-governance-claude-code/lib/poisoning.mjs:31
↓ 1 callersFunctionsafeJsonStringify
(value, space = 0)
agent-governance-copilot-cli/assets/extensions/agt-global-policy/lib/poisoning.mjs:51
↓ 1 callersFunctionsafeRegExp
(pattern: string, flags?: string)
agent-governance-typescript/agent-os-vscode/src/policyEngine.ts:12
↓ 1 callersFunctionsanitizeEnvVars
(envVars: Record<string, string>)
agent-governance-typescript/src/sandbox.ts:106
↓ 1 callersMethodsanitizeValue
(value: any)
agent-governance-python/agent-mesh/packages/mcp-proxy/src/audit.ts:131
↓ 1 callersMethodsanitize_input
Remove any protected characteristics from input.
agent-governance-python/agent-os/examples/hr-recruiting/main.py:84
↓ 1 callersMethodsave
Explicitly persist to disk.
agent-governance-python/agent-mesh/src/agentmesh/storage/file_trust_store.py:111
↓ 1 callersMethodsave
Snapshot the session's running container via ``docker commit``.
agent-governance-python/agent-sandbox/src/agent_sandbox/docker_provider/state.py:45
↓ 1 callersMethodsave
Save the dataset to a JSON file.
agent-governance-python/agent-os/examples/self-evaluating/src/evaluation_engineering.py:217
↓ 1 callersFunctionsaveSettings
(settings: Partial<AgentOSSettings>)
agent-governance-python/agent-os/extensions/chrome/src/shared/storage.ts:29
↓ 1 callersFunctionsave_audit_csv
Export the audit log to CSV for compliance review.
agent-governance-python/agent-os/examples/financial-sox/demo.py:111
↓ 1 callersFunctionsave_audit_csv
Export the audit log to CSV for compliance review.
agent-governance-python/agent-os/examples/finance-soc2/main.py:126
↓ 1 callersFunctionsave_audit_csv
(path: str)
agent-governance-python/agent-os/examples/aml-fraud-detection/demo.py:226
↓ 1 callersFunctionsave_audit_json
Write the audit log to an append-only JSON file.
agent-governance-python/agent-os/examples/financial-sox/demo.py:105
↓ 1 callersFunctionsave_audit_json
Write the audit log to an append-only JSON file.
agent-governance-python/agent-os/examples/finance-soc2/main.py:120
↓ 1 callersFunctionsave_audit_json
(path: str)
agent-governance-python/agent-os/examples/aml-fraud-detection/demo.py:221
↓ 1 callersMethodsave_manifest
Write machine-readable evidence manifest as JSON.
agent-governance-python/agent-mesh/src/agentmesh/governance/evidence_pipeline.py:130
↓ 1 callersMethodsave_markdown
Write Annex IV document as Markdown.
agent-governance-python/agent-mesh/src/agentmesh/governance/evidence_pipeline.py:88
↓ 1 callersMethodsave_results
Save evaluation results to a JSON file.
agent-governance-python/agent-os/examples/self-evaluating/src/evaluation_engineering.py:416
↓ 1 callersFunctionsave_results_csv
Save detailed results to CSV
agent-governance-python/agent-os/modules/control-plane/benchmark.py:456
↓ 1 callersFunctionsave_summary_csv
Save summary metrics to CSV
agent-governance-python/agent-os/modules/control-plane/benchmark.py:504
↓ 1 callersMethodscan
Scan keys with cursor. Returns (new_cursor, keys).
agent-governance-python/agent-mesh/src/agentmesh/storage/provider.py:226
↓ 1 callersMethodscan
Execute the scan and return discovered agents. All scanners must be: - Read-only: never modify the target environment - Safe:
agent-governance-python/agent-discovery/src/agent_discovery/scanners/base.py:31
↓ 1 callersMethodscan
(self, **kwargs)
agent-governance-python/agent-discovery/tests/test_scanners.py:18
↓ 1 callersMethodscan
Scan a message for compliance violations.
agent-governance-python/agent-os/examples/slack-compliance/main.py:226
↓ 1 callersMethodscanAll
Scan multiple tool definitions.
agent-governance-typescript/src/mcp.ts:172
↓ 1 callersMethodscanConfigFile
( rootPath: string, fullPath: string, relativePath: string, fileName: string, agents: Map<
agent-governance-typescript/src/discovery.ts:264
↓ 1 callersMethodscanContainerFile
( rootPath: string, fullPath: string, relativePath: string, fileName: string, maxFileReadB
agent-governance-typescript/src/discovery.ts:295
↓ 1 callersMethodscanEntry
* Scan a single context entry for poisoning patterns.
agent-governance-typescript/src/context-poisoning.ts:179
↓ 1 callersFunctionscanForSecretLikeContent
(text)
agent-governance-opencode/lib/policy.mjs:1339
↓ 1 callersMethodscanSourceFile
( rootPath: string, fullPath: string, relativePath: string, fileName: string, maxFileReadB
agent-governance-typescript/src/discovery.ts:343
↓ 1 callersFunctionscan_config
Scan MCP server launch config for static risks.
agent-governance-python/agent-os/src/agent_os/cli/mcp_scan.py:1519
↓ 1 callersMethodscan_markdown_code_blocks
Extract and scan code blocks from markdown files.
agent-governance-python/agent-compliance/src/agent_compliance/security/scanner.py:698
↓ 1 callersMethodscan_node_dependencies
Scan Node.js dependencies for vulnerabilities using npm audit.
agent-governance-python/agent-compliance/src/agent_compliance/security/scanner.py:540
↓ 1 callersFunctionscan_otel_attributes
(allowed_fields: set[str], violations: list[str])
policy-engine/scripts/lint_logging.py:204
↓ 1 callersFunctionscan_plugin_security
Scan a plugin directory for security issues. Args: plugin_dir: Path to plugin directory plugin_name: Plugin name for error m
agent-governance-python/agent-compliance/src/agent_compliance/security/scanner.py:906
↓ 1 callersMethodscan_python_dependencies
Scan Python dependencies for CVEs using pip-audit.
agent-governance-python/agent-compliance/src/agent_compliance/security/scanner.py:469
↓ 1 callersFunctionscan_rust_emissions
(allowed_fields: set[str], violations: list[str])
policy-engine/scripts/lint_logging.py:178
↓ 1 callersMethodscan_source_files
Scan Python source files in *plugin_dir* for restricted imports. Parses every ``*.py`` file under *plugin_dir* with :mod:`ast` and re
agent-governance-python/agent-mesh/src/agentmesh/marketplace/_marketplace_impl.py:346
← previousnext →10,001–10,100 of 32,326, ranked by callers