MCPcopy Create free account

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

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

↓ 1 callersFunctioncreateToolOutputBackend
(policy, sdk)
agent-governance-copilot-cli/assets/extensions/agt-global-policy/lib/policy.mjs:597
↓ 1 callersFunctioncreateUnsupportedFrameworkAdapter
(frameworkName: string)
policy-engine/sdk/node/src/adapters.ts:590
↓ 1 callersMethodcreateWarningAnnotations
* Create warning annotations
agent-governance-python/agent-os/extensions/copilot/src/copilotExtension.ts:1061
↓ 1 callersMethodcreate_agent_session
Create a new agent session with specified permissions
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/agent_kernel.py:140
↓ 1 callersFunctioncreate_agent_vfs
Create an AgentVFS with optional custom backends. Args: agent_id: Unique agent identifier working_backend: Backend for /
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/vfs.py:668
↓ 1 callersFunctioncreate_agents
TODO: Create two AgentIdentity objects. - orchestrator: capabilities ["orchestrate:agents", "read:data"] sponsor "alice@
docs/workshop/labs/lab2_multi_agent_trust.py:29
↓ 1 callersFunctioncreate_agents_and_governance
Set up all agents, integrations, contexts, and interceptors.
agent-governance-python/agent-os/examples/aml-fraud-detection/demo.py:792
↓ 1 callersFunctioncreate_app
Create and configure the FastAPI application.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:143
↓ 1 callersFunctioncreate_app
Build and return the FastAPI application with all routes.
agent-governance-python/agent-os/src/agent_os/server/app.py:350
↓ 1 callersFunctioncreate_app
Create and configure the FastAPI application.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:149
↓ 1 callersMethodcreate_child
Create a child container that inherits from this one. The child can override dependencies without affecting the parent. Returns:
agent-governance-python/agent-os/modules/atr/atr/injection.py:286
↓ 1 callersMethodcreate_citation
Create a citation for a document or section. Args: document: Source document section: Optional speci
agent-governance-python/agent-os/modules/caas/src/caas/pragmatic_truth.py:142
↓ 1 callersFunctioncreate_coder_agent_manifest
Create a manifest for a Coder Agent with write permissions.
agent-governance-python/agent-os/modules/iatp/examples/demo_rbac.py:27
↓ 1 callersMethodcreate_context
Create a tracing context.
agent-governance-python/agent-os/modules/iatp/iatp/telemetry/__init__.py:157
↓ 1 callersFunctioncreate_copilot_governance
Create a governance setup for GitHub Copilot. This allows ALL file operations within the workspace without prompting, but logs every
agent-governance-python/agent-os/examples/copilot_governed.py:79
↓ 1 callersFunctioncreate_customer_service_dataset
Create a customer service response dataset. This tests not just correctness, but tone, empathy, and helpfulness.
agent-governance-python/agent-os/examples/self-evaluating/examples/example_evaluation_engineering.py:105
↓ 1 callersFunctioncreate_customer_service_rubric
Create a nuanced rubric for customer service. Example: "If the answer is correct but rude, score 5/10. If incorrect but polite, score 0/
agent-governance-python/agent-os/examples/self-evaluating/examples/example_evaluation_engineering.py:219
↓ 1 callersFunctioncreate_data_analyst_capabilities
Example: Create capabilities for a data analyst agent This agent can read files and query databases, but cannot modify anything.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/mute_agent.py:347
↓ 1 callersFunctioncreate_data_protection_policies
Policies to protect sensitive data
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:160
↓ 1 callersFunctioncreate_dataset_from_prompts
Convert red team prompts to Hugging Face Dataset format. Returns: DatasetDict with train split containing all prompts
agent-governance-python/agent-os/modules/control-plane/scripts/upload_dataset_to_hf.py:38
↓ 1 callersMethodcreate_dataset_repo
Create a new dataset repository on Hugging Face Hub. Args: repo_name: Name for the new repository. Uses self.repo_id if None.
agent-governance-python/agent-os/modules/caas/src/caas/hf_utils.py:345
↓ 1 callersFunctioncreate_date_parsing_dataset
Create the golden dataset for date parsing. This is what a Senior Engineer writes instead of parseDate() implementation. 25 tricky,
agent-governance-python/agent-os/examples/self-evaluating/examples/example_evaluation_engineering.py:39
↓ 1 callersFunctioncreate_date_parsing_rubric
Create a scoring rubric for date parsing. This is THE KEY INSIGHT: "If the answer is correct but rude, score 5/10" We evaluate on mu
agent-governance-python/agent-os/examples/self-evaluating/examples/example_evaluation_engineering.py:155
↓ 1 callersFunctioncreate_deidentified_summary_impl
(case_id: str)
examples/maf-integration/03-healthcare/python/main.py:149
↓ 1 callersFunctioncreate_dev_agent_config
Configuration for development and testing
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:16
↓ 1 callersFunctioncreate_emitter
Factory function to create a FlightRecorderEmitter. Args: flight_recorder: Agent OS FlightRecorder **kwargs: Additional conf
agent-governance-python/agent-lightning/src/agent_lightning_gov/emitter.py:328
↓ 1 callersFunctioncreate_fastapi_router
Create FastAPI router for metrics. Usage: from fastapi import FastAPI from agent_os_observability import create_fastapi_
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/server.py:162
↓ 1 callersFunctioncreate_generic_pipeline
Create a generic linear pipeline workflow. Args: steps: List of (step_id, worker_type, description) tuples Returns:
agent-governance-python/agent-os/examples/self-evaluating/src/orchestrator.py:441
↓ 1 callersFunctioncreate_governance_pipeline
TODO: Create and return (evaluator, agent, scorer, audit_log). - evaluator: PolicyEvaluator loaded with POLICY_YAML - agent: AgentIdenti
docs/workshop/labs/lab3_full_governance_stack.py:93
↓ 1 callersFunctioncreate_governed_bank_agent
Create a MAF agent with AGT governance middleware.
examples/demos/maf-integration/01_contoso_bank.py:109
↓ 1 callersFunctioncreate_governed_env
Factory function to create a GovernedEnvironment. Args: kernel: Agent OS KernelSpace **kwargs: Environment configuration
agent-governance-python/agent-lightning/src/agent_lightning_gov/environment.py:360
↓ 1 callersFunctioncreate_helpdesk_agent
Create a MAF helpdesk agent with role-based governance.
examples/demos/maf-integration/02_helpdesk_it.py:107
↓ 1 callersFunctioncreate_incident_ticket_impl
(summary: str)
examples/maf-integration/04-it-helpdesk/python/main.py:145
↓ 1 callersMethodcreate_initial_context
Create initial trust context from identity.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langgraph/__init__.py:245
↓ 1 callersFunctioncreate_live_agent
(runtime: ScenarioRuntime)
examples/maf-integration/03-healthcare/python/main.py:293
↓ 1 callersFunctioncreate_live_agent
(runtime: ScenarioRuntime)
examples/maf-integration/01-loan-processing/python/main.py:299
↓ 1 callersFunctioncreate_live_agent
(runtime: ScenarioRuntime)
examples/maf-integration/05-devops-deploy/python/main.py:292
↓ 1 callersFunctioncreate_live_agent
(runtime: ScenarioRuntime)
examples/maf-integration/04-it-helpdesk/python/main.py:291
↓ 1 callersFunctioncreate_live_agent
(runtime: ScenarioRuntime)
examples/maf-integration/02-customer-service/python/main.py:293
↓ 1 callersMethodcreate_matter
Create a new legal matter.
agent-governance-python/agent-os/examples/legal-review/main.py:590
↓ 1 callersFunctioncreate_mute_data_analyst
Create a Mute Data Analyst configuration This agent: - Can read data files from /data directory - Can execute analytics queries
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/mute_agent.py:407
↓ 1 callersFunctioncreate_parser
Create the CLI argument parser
agent-governance-python/agent-os/modules/control-plane/acp-cli.py:29
↓ 1 callersFunctioncreate_permissive_risk_policy
Permissive risk policy for development
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:148
↓ 1 callersFunctioncreate_production_agent_config
Configuration for production with strict limits
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:42
↓ 1 callersFunctioncreate_profile
Create a new threshold profile. Args: name: Unique profile identifier drift_threshold: Maximum acceptable drift score
agent-governance-python/agent-os/modules/cmvk/src/cmvk/profiles.py:265
↓ 1 callersFunctioncreate_reviewer_agent_manifest
Create a manifest for a Reviewer Agent with read-only permissions.
agent-governance-python/agent-os/modules/iatp/examples/demo_rbac.py:50
↓ 1 callersFunctioncreate_safe_toolkit
Create a pre-configured toolkit of safe tools. Presets: - "minimal": Only calculator, datetime, text (no I/O) - "standar
agent-governance-python/agent-os/modules/atr/atr/tools/safe/toolkit.py:19
↓ 1 callersFunctioncreate_sample_tasks
Create sample benchmark tasks for testing.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/benchmarks.py:410
↓ 1 callersFunctioncreate_scripted_agent
(runtime: ScenarioRuntime, responses: list[AgentResponse])
examples/maf-integration/03-healthcare/python/main.py:300
↓ 1 callersFunctioncreate_scripted_agent
(runtime: ScenarioRuntime, responses: list[AgentResponse])
examples/maf-integration/01-loan-processing/python/main.py:306
↓ 1 callersFunctioncreate_scripted_agent
(runtime: ScenarioRuntime, responses: list[AgentResponse])
examples/maf-integration/05-devops-deploy/python/main.py:299
↓ 1 callersFunctioncreate_scripted_agent
(runtime: ScenarioRuntime, responses: list[AgentResponse])
examples/maf-integration/04-it-helpdesk/python/main.py:298
↓ 1 callersFunctioncreate_scripted_agent
(runtime: ScenarioRuntime, responses: list[AgentResponse])
examples/maf-integration/02-customer-service/python/main.py:300
↓ 1 callersFunctioncreate_signed_receipt
Create a receipt with Ed25519 signature and hash-chain linkage.
examples/crypto-attestation-governed/getting_started.py:85
↓ 1 callersMethodcreate_specialists
Create specialist sub-agents with narrowed capabilities.
agent-governance-python/agent-mesh/examples/02-customer-service/main.py:107
↓ 1 callersFunctioncreate_strict_risk_policy
Strict risk policy for sensitive environments
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:117
↓ 1 callersFunctioncreate_support_agent
Create a MAF support agent with injection detection.
examples/demos/maf-integration/03_contoso_support.py:113
↓ 1 callersFunctioncreate_support_ticket_impl
(issue: str)
examples/maf-integration/02-customer-service/python/main.py:145
↓ 1 callersFunctioncreate_trusted_manifest
Create a capability manifest for a trusted agent.
agent-governance-python/agent-os/modules/iatp/examples/run_sidecar.py:25
↓ 1 callersMethodcreate_workflow
Create a new workflow. Args: name: Workflow name orchestration_type: How agents should be coordinate
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/orchestrator.py:181
↓ 1 callersFunctioncredCollectPlaceholders
credCollectPlaceholders walks a nested structure and returns the sorted set of placeholder names found.
agent-governance-golang/packages/agentmesh/credential_vault.go:714
↓ 1 callersFunctioncredDecrypt
(key, blob []byte)
agent-governance-golang/packages/agentmesh/credential_vault.go:511
↓ 1 callersFunctioncredEncrypt
(key, plaintext []byte)
agent-governance-golang/packages/agentmesh/credential_vault.go:491
↓ 1 callersFunctioncredMapStrings
(payload interface{}, fn func(string) string)
agent-governance-golang/packages/agentmesh/credential_vault.go:768
↓ 1 callersFunctioncredSubstitute
(payload interface{}, resolved map[string]string)
agent-governance-golang/packages/agentmesh/credential_vault.go:756
↓ 1 callersFunctioncredWalk
(payload interface{}, visit func(string))
agent-governance-golang/packages/agentmesh/credential_vault.go:729
↓ 1 callersFunctioncrewai_example
Wrap a CrewAI Crew with governance.
agent-governance-python/agent-os/examples/integrations/governance_quickstart.py:69
↓ 1 callersFunctioncriterion_name
(estimates_path: Path, root: Path)
policy-engine/tests/perf/extract_stats.py:12
↓ 1 callersFunctioncurrentHostProcesses
()
agent-governance-golang/packages/agentmesh/discovery.go:727
↓ 1 callersMethodcurrentTraceId
()
agent-governance-typescript/src/metrics.ts:325
↓ 1 callersFunctioncurrentUnixProcesses
()
agent-governance-golang/packages/agentmesh/discovery.go:789
↓ 1 callersFunctioncurrentWindowsProcesses
()
agent-governance-golang/packages/agentmesh/discovery.go:736
↓ 1 callersMethodcustom_check
()
agent-governance-python/agent-os/tests/test_optional_deps_integration.py:510
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/quickstarts/autogen-team-quickstart/app/run_demo.py:13
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/quickstarts/crewai-invoice-quickstart/app/run_demo.py:13
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/quickstarts/langchain-quickstart/app/run_demo.py:13
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/moderation/lakera-guard/app/run_demo.py:36
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/moderation/azure-content-safety/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/moderation/openai-moderation/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/moderation/llama-guard/app/run_demo.py:34
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/moderation/perspective-api/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/policies/ifc-email-assistant/app/run_demo.py:15
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/policies/endpoint-governance/app/run_demo.py:21
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/policies/sql-protect-with-delegate/app/run_demo.py:30
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/policies/workiq-collaboration-dlp/app/run_demo.py:30
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/policies/sql-protect-with-regex/app/run_demo.py:41
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/channel-governance/cg-telegram/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/channel-governance/cg-discord/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/channel-governance/cg-google-chat/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/channel-governance/cg-whatsapp/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/channel-governance/cg-imessage/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/channel-governance/cg-slack/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/channel-governance/cg-signal/app/run_demo.py:40
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/channel-governance/cg-popular-channels/app/run_demo.py:43
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/agents/bank-manager/app/run_demo.py:28
↓ 1 callersFunctiondecision_of
(result)
policy-engine/examples/from_agentshield/agents/document-dlp/app/run_demo.py:23
↓ 1 callersFunctiondecision_value
(decision)
policy-engine/tests/conformance/run_python.py:73
↓ 1 callersMethoddecommission
Start decommissioning an agent.
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/manager.py:213
↓ 1 callersMethoddecomposeIntoTasks
(description: string, dataSources: string[], outputs: string[])
agent-governance-python/agent-os/extensions/copilot/src/agentGenerator.ts:251
↓ 1 callersFunctiondecorator
(fn: Callable)
agent-governance-python/agent-os/src/agent_os/integrations/profiling.py:87
← previousnext →8,101–8,200 of 32,326, ranked by callers