MCPcopy Create free account

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

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

MethodcreateSession
( agentId: string, config?: SandboxConfig, )
agent-governance-typescript/src/sandbox.ts:148
Functioncreate_admin_agent
Create an agent with admin permissions
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:840
Methodcreate_agent
()
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:2944
Functioncreate_analytics_agent_config
Configuration for data analysis workloads
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:68
Functioncreate_app
Create the FastAPI application (requires ``agent-sre[api]`` extra).
agent-governance-python/agent-sre/src/agent_sre/api/__init__.py:60
Functioncreate_balanced_risk_policy
Balanced risk policy for general use
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:135
Methodcreate_connection
()
agent-governance-python/agent-os/modules/atr/tests/test_v2_features.py:235
Functioncreate_dataset_card
Create or update a dataset card (README.md) for an EMK dataset. Args: repo_id: The Hugging Face Hub repository ID. descr
agent-governance-python/agent-os/modules/emk/emk/hf_utils.py:289
Functioncreate_dataset_card
Create or update the dataset card (README.md) for a HF dataset. Args: repo_id: Repository ID on HF Hub. description: Dataset
agent-governance-python/agent-os/modules/amb/amb_core/hf_utils.py:277
Functioncreate_default_governance
Create a governance layer with default alignment rules. Returns: GovernanceLayer with standard rules configured
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/governance_layer.py:399
Functioncreate_deidentified_summary
( case_id: Annotated[str, Field(description="The case identifier.")], )
examples/maf-integration/03-healthcare/python/main.py:187
Functioncreate_escrow
Create an escrow for a task. Locks credits from requester until task completion or timeout.
agent-governance-python/agent-os/services/cloud-board/api/routes/escrow.py:86
Functioncreate_experiment
Create a chaos experiment.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:398
Methodcreate_gate
Create a trust gate node for the graph. Use as: graph.add_node("trust_gate", checkpoint.create_gate())
agent-governance-python/agent-mesh/src/agentmesh/integrations/langgraph/__init__.py:280
Functioncreate_iatp_dataset_card
Generate a Hugging Face Dataset Card for IATP datasets. Args: repo_id: Repository ID for the dataset output_path: Optional p
agent-governance-python/agent-os/modules/iatp/iatp/hf_utils.py:331
Functioncreate_incident_ticket
( summary: Annotated[str, Field(description="The incident summary.")], )
examples/maf-integration/04-it-helpdesk/python/main.py:180
Functioncreate_integration_agent_config
Configuration for API integration workloads
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:92
Functioncreate_kernel
Create a new kernel instance.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/kernel_space.py:1001
Methodcreate_many
(prefix: str)
agent-governance-python/agentmesh-integrations/langgraph-trust/tests/test_identity.py:90
Functioncreate_model_card
Generate a Hugging Face Model Card README.md content. Args: info: ModelCardInfo with details. Uses defaults if not provided.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/hf_utils.py:396
Functioncreate_model_card_snippet
Generate a Hugging Face Model Card snippet for ATR tools. Creates a markdown snippet suitable for a Model Card README. Args: tools:
agent-governance-python/agent-os/modules/atr/atr/hf_utils.py:297
Functioncreate_pipeline
Create a pipeline from stages.
agent-governance-python/agent-os/modules/iatp/iatp/ipc_pipes.py:554
Methodcreate_plan
Create a governed execution plan. Each step in the generated plan is validated against ``allowed_tools`` before execution is permitte
agent-governance-python/agent-os/src/agent_os/integrations/semantic_kernel_adapter.py:748
Methodcreate_proof
Create a verification proof for data. Args: data: The data to create proof for verification_type: Ty
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/protocol_interfaces.py:195
Functioncreate_rag_pipeline
Example: Create a RAG (Retrieval-Augmented Generation) pipeline. Args: orchestrator: AgentOrchestrator instance Ret
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/orchestrator.py:436
Functioncreate_rollout
Create a staged rollout.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:580
Functioncreate_saga
Create a new saga for a session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:404
Functioncreate_session
Create a new Shared Session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:205
Methodcreate_session
Provision a sandbox with optional policy-driven constraints.
agent-governance-python/agent-sandbox/src/agent_sandbox/sandbox_provider.py:132
Methodcreate_session
( self, agent_id: str, policy: Any | None = None, config: SandboxConfig | None
agent-governance-python/agent-sandbox/src/agent_sandbox/docker_provider/provider.py:559
Methodcreate_session
(self, agent_id, policy=None, config=None)
agent-governance-python/agent-sandbox/tests/test_docker_sandbox.py:1451
Methodcreate_session
Create a new agent session with specified permissions. Args: agent_id: Unique identifier for the agent
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/interfaces/kernel_interface.py:99
Functioncreate_standard_tool_registry
Create a tool registry with standard built-in tools. Returns: ToolRegistry with common tools pre-registered
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/tool_registry.py:440
Methodcreate_stream
(self, messages, **kwargs)
policy-engine/sdk/python/tests/test_real_packages.py:469
Functioncreate_support_ticket
( issue: Annotated[str, Field(description="The customer issue summary.")], )
examples/maf-integration/02-customer-service/python/main.py:180
Methodcreate_task
Create A2A task with trust verification. Args: peer_did: Target agent DID. message: Task message. peer_ca
agent-governance-python/agent-mesh/src/agentmesh/integrations/a2a/__init__.py:266
Functioncreate_trust_gated_tool
Create a trust-gated tool from a function. This is a convenience function for wrapping simple functions with trust verification. Args:
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/tools.py:286
Functioncreate_trusted_graph
Convenience function to wrap multiple nodes with trust verification. Args: identity: AgentIdentity for trust context nodes:
agent-governance-python/agent-mesh/src/agentmesh/integrations/langgraph/__init__.py:321
Functioncreate_untrusted_manifest
Create a capability manifest for an untrusted/sketchy agent.
agent-governance-python/agent-os/modules/iatp/examples/run_sidecar.py:48
Functioncreate_validator_from_yaml
Create a validator from YAML configuration. YAML format: name: my_principles description: Custom principles prin
agent-governance-python/agent-os/modules/cmvk/src/cmvk/constitutional.py:885
Methodcreate_verifier
Create a trust verification node. Raises TrustVerificationError if trust requirements not met.
agent-governance-python/agent-mesh/src/agentmesh/integrations/langgraph/__init__.py:290
Functioncreate_vfs_file
Create a new file in the Virtual File System. Allows SDLC agents to create files in shared project state. All agents can see files c
agent-governance-python/agent-os/modules/caas/src/caas/api/server.py:1236
Functioncreate_vouch
Create a sponsorship bond between agents in a session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:552
Methodcreated_at
UTC timestamp of key acquisition.
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:56
Methodcreated_at
(self)
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:123
Functioncred
Manage the AGT credential vault.
agent-governance-python/agent-compliance/src/agent_compliance/cli/cred.py:59
Methodcredential_expired
(self)
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/models.py:160
Methodcriteria
(self)
agent-governance-python/agent-sre/src/agent_sre/certification/__init__.py:259
Methodcritical_count
(self)
agent-governance-python/agent-sre/src/agent_sre/integrations/mcp/__init__.py:149
Methodcritical_issues
(self)
agent-governance-python/agent-os/src/agent_os/secure_codegen.py:64
Methodcritical_path
Get the longest path through the graph (by duration).
agent-governance-python/agent-sre/src/agent_sre/replay/visualization.py:78
Methodcritical_violations
Get only critical severity violations.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/constitutional.py:376
Functioncross_origin_get
(self)
agent-governance-python/agent-os/tests/test_mcp_scan_cli.py:1147
Methodcurrent
Get current trace context from context var.
agent-governance-python/agent-os/modules/amb/amb_core/tracing.py:196
MethodcurrentDid
* Public read-only view of the active DID. Caller code that previously * read `options.agentDid` and stored it should read this instead so * pos
agent-governance-typescript/src/encryption/mesh-client.ts:191
MethodcurrentUser
()
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/ssoProvider.ts:138
Methodcurrent_agent
(self)
agent-governance-python/agentmesh-integrations/openai-agents-agentmesh/openai_agents_agentmesh/trust.py:104
Methodcurrent_hash
Current hash chain value for tamper evidence.
examples/citadel-governed-agent/src/agent.py:251
Methodcurrent_step
(self)
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:475
Methodcurrent_step
(self)
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:551
Methodcurrent_weight
(self)
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:481
Methodcurrent_weight
(self)
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:557
Methodcustom_fn
(inp: EvalInput)
agent-governance-python/agent-sre/tests/test_evals.py:299
Methodcustom_liveness
()
agent-governance-python/agent-os/modules/control-plane/tests/test_lifecycle.py:226
Functioncustom_summarizer
(eps)
agent-governance-python/agent-os/modules/emk/tests/test_sleep_cycle.py:321
Methodcycle
(cls, detail: str = "")
agent-governance-python/agt-policies/src/agt/manifest_resolution/errors.py:52
Methoddangerous_func
()
agent-governance-python/agent-os/tests/test_deep_integrations.py:404
Methoddangerous_node
(state)
agent-governance-python/agent-os/tests/test_langgraph_adapter.py:460
Methoddangerous_tool
(cmd: str)
agent-governance-python/agent-os/tests/test_openai_agents_sdk_adapter.py:761
Methoddata
Convenience: collect data from all successful steps.
agent-governance-python/agent-os/src/agent_os/mute.py:127
Methoddatabase_query
Query a database (with governance).
agent-governance-python/agent-mesh/examples/01-mcp-tool-server/main.py:134
Functiondatabase_query_executor
Example executor for database queries In production, this would: - Execute actual SQL queries - Use connection pooling - App
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/example_executors.py:122
Functiondatabase_write_executor
Example executor for database writes In production, this would: - Execute actual write operations - Use transactions - Handl
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/example_executors.py:148
Methoddays_since_heartbeat
(self)
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/models.py:166
Functiondeactivate
()
agent-governance-typescript/agent-os-vscode/src/extension.ts:810
Functiondeactivate
()
agent-governance-python/agent-os/extensions/cursor/src/extension.ts:170
Methoddecisions
All recorded decisions.
examples/citadel-governed-agent/src/agent.py:246
Methoddecorated_function
(*args: Any, **kwargs: Any)
agent-governance-python/agentmesh-integrations/dify/middleware.py:68
Functiondecorator
(func)
agent-governance-python/agent-hypervisor/benchmarks/bench_hypervisor.py:44
Functiondecorator
(func: F)
agent-governance-python/agentmesh-integrations/pydantic-ai-governance/src/pydantic_ai_governance/decorator.py:54
Functiondecorator
(func)
agent-governance-python/agent-mesh/src/agentmesh/observability/tracing.py:114
Functiondecorator
(fn: Callable)
agent-governance-python/agent-mesh/src/agentmesh/integrations/http_middleware.py:142
Functiondecorator
(view_func: Callable[..., Any])
agent-governance-python/agent-mesh/src/agentmesh/integrations/django_middleware/decorators.py:41
Functiondecorator
(func)
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/tracer.py:226
Functiondecorator
(func: Callable)
agent-governance-python/agent-os/src/agent_os/retry.py:61
Functiondecorator
(fn: Callable[..., Awaitable[ExecutionPlan]])
agent-governance-python/agent-os/src/agent_os/mute.py:185
Functiondecorator
(cls: type[BaseIntegration])
agent-governance-python/agent-os/src/agent_os/integrations/registry.py:109
Functiondecorator
(fn)
agent-governance-python/agent-os/tests/test_crewai_hooks.py:37
Functiondecorator
(*dargs, **dkwargs)
agent-governance-python/agt-policies/tests/scenarios/test_crewai_adapter_scenarios.py:52
Methoddecorator
(func)
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/trust_gate.py:24
Methoddecorator
(func)
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/audit.py:26
Methoddecorator
(func)
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/governance.py:28
Methoddecorator
(f: Callable)
agent-governance-python/agentmesh-integrations/dify/middleware.py:66
Methoddecorator
(func: F)
agent-governance-python/agent-mesh/src/agentmesh/observability/tracing.py:314
Methoddecorator
(func)
agent-governance-python/agent-mesh/examples/01-mcp-tool-server/main.py:36
Methoddecorator
(func)
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/tracer.py:90
Methoddecr
Decrement value atomically.
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_provider.py:191
Methoddecr
Decrement value atomically.
agent-governance-python/agent-mesh/src/agentmesh/storage/memory_provider.py:183
Methoddecr
Decrement value atomically.
agent-governance-python/agent-mesh/src/agentmesh/storage/postgres_provider.py:385
Methoddefault
Create a default benchmark suite with standard scenarios.
agent-governance-python/agent-sre/src/agent_sre/benchmarks/__init__.py:148
← previousnext →13,701–13,800 of 32,326, ranked by callers