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
Method
createSession
( agentId: string, config?: SandboxConfig, )
agent-governance-typescript/src/sandbox.ts:148
Function
create_admin_agent
Create an agent with admin permissions
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/control_plane.py:840
Method
create_agent
()
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/lifecycle.py:2944
Function
create_analytics_agent_config
Configuration for data analysis workloads
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:68
Function
create_app
Create the FastAPI application (requires ``agent-sre[api]`` extra).
agent-governance-python/agent-sre/src/agent_sre/api/__init__.py:60
Function
create_balanced_risk_policy
Balanced risk policy for general use
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:135
Method
create_connection
()
agent-governance-python/agent-os/modules/atr/tests/test_v2_features.py:235
Function
create_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
Function
create_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
Function
create_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
Function
create_deidentified_summary
( case_id: Annotated[str, Field(description="The case identifier.")], )
examples/maf-integration/03-healthcare/python/main.py:187
Function
create_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
Function
create_experiment
Create a chaos experiment.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:398
Method
create_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
Function
create_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
Function
create_incident_ticket
( summary: Annotated[str, Field(description="The incident summary.")], )
examples/maf-integration/04-it-helpdesk/python/main.py:180
Function
create_integration_agent_config
Configuration for API integration workloads
agent-governance-python/agent-os/modules/control-plane/examples/configuration.py:92
Function
create_kernel
Create a new kernel instance.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/kernel_space.py:1001
Method
create_many
(prefix: str)
agent-governance-python/agentmesh-integrations/langgraph-trust/tests/test_identity.py:90
Function
create_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
Function
create_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
Function
create_pipeline
Create a pipeline from stages.
agent-governance-python/agent-os/modules/iatp/iatp/ipc_pipes.py:554
Method
create_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
Method
create_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
Function
create_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
Function
create_rollout
Create a staged rollout.
agent-governance-python/agent-sre/src/agent_sre/api/server.py:580
Function
create_saga
Create a new saga for a session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:404
Function
create_session
Create a new Shared Session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:205
Method
create_session
Provision a sandbox with optional policy-driven constraints.
agent-governance-python/agent-sandbox/src/agent_sandbox/sandbox_provider.py:132
Method
create_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
Method
create_session
(self, agent_id, policy=None, config=None)
agent-governance-python/agent-sandbox/tests/test_docker_sandbox.py:1451
Method
create_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
Function
create_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
Method
create_stream
(self, messages, **kwargs)
policy-engine/sdk/python/tests/test_real_packages.py:469
Function
create_support_ticket
( issue: Annotated[str, Field(description="The customer issue summary.")], )
examples/maf-integration/02-customer-service/python/main.py:180
Method
create_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
Function
create_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
Function
create_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
Function
create_untrusted_manifest
Create a capability manifest for an untrusted/sketchy agent.
agent-governance-python/agent-os/modules/iatp/examples/run_sidecar.py:48
Function
create_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
Method
create_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
Function
create_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
Function
create_vouch
Create a sponsorship bond between agents in a session.
agent-governance-python/agent-hypervisor/src/hypervisor/api/server.py:552
Method
created_at
UTC timestamp of key acquisition.
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:56
Method
created_at
(self)
agent-governance-python/agent-mesh/src/agentmesh/identity/tee_keystore.py:123
Function
cred
Manage the AGT credential vault.
agent-governance-python/agent-compliance/src/agent_compliance/cli/cred.py:59
Method
credential_expired
(self)
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/models.py:160
Method
criteria
(self)
agent-governance-python/agent-sre/src/agent_sre/certification/__init__.py:259
Method
critical_count
(self)
agent-governance-python/agent-sre/src/agent_sre/integrations/mcp/__init__.py:149
Method
critical_issues
(self)
agent-governance-python/agent-os/src/agent_os/secure_codegen.py:64
Method
critical_path
Get the longest path through the graph (by duration).
agent-governance-python/agent-sre/src/agent_sre/replay/visualization.py:78
Method
critical_violations
Get only critical severity violations.
agent-governance-python/agent-os/modules/cmvk/src/cmvk/constitutional.py:376
Function
cross_origin_get
(self)
agent-governance-python/agent-os/tests/test_mcp_scan_cli.py:1147
Method
current
Get current trace context from context var.
agent-governance-python/agent-os/modules/amb/amb_core/tracing.py:196
Method
currentDid
* 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
Method
currentUser
()
agent-governance-typescript/agent-os-vscode/src/enterprise/auth/ssoProvider.ts:138
Method
current_agent
(self)
agent-governance-python/agentmesh-integrations/openai-agents-agentmesh/openai_agents_agentmesh/trust.py:104
Method
current_hash
Current hash chain value for tamper evidence.
examples/citadel-governed-agent/src/agent.py:251
Method
current_step
(self)
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:475
Method
current_step
(self)
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:551
Method
current_weight
(self)
agent-governance-python/agent-mesh/src/agentmesh/governance/_shadow_impl.py:481
Method
current_weight
(self)
agent-governance-python/agent-sre/src/agent_sre/delivery/rollout.py:557
Method
custom_fn
(inp: EvalInput)
agent-governance-python/agent-sre/tests/test_evals.py:299
Method
custom_liveness
()
agent-governance-python/agent-os/modules/control-plane/tests/test_lifecycle.py:226
Function
custom_summarizer
(eps)
agent-governance-python/agent-os/modules/emk/tests/test_sleep_cycle.py:321
Method
cycle
(cls, detail: str = "")
agent-governance-python/agt-policies/src/agt/manifest_resolution/errors.py:52
Method
dangerous_func
()
agent-governance-python/agent-os/tests/test_deep_integrations.py:404
Method
dangerous_node
(state)
agent-governance-python/agent-os/tests/test_langgraph_adapter.py:460
Method
dangerous_tool
(cmd: str)
agent-governance-python/agent-os/tests/test_openai_agents_sdk_adapter.py:761
Method
data
Convenience: collect data from all successful steps.
agent-governance-python/agent-os/src/agent_os/mute.py:127
Method
database_query
Query a database (with governance).
agent-governance-python/agent-mesh/examples/01-mcp-tool-server/main.py:134
Function
database_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
Function
database_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
Method
days_since_heartbeat
(self)
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/models.py:166
Function
deactivate
()
agent-governance-typescript/agent-os-vscode/src/extension.ts:810
Function
deactivate
()
agent-governance-python/agent-os/extensions/cursor/src/extension.ts:170
Method
decisions
All recorded decisions.
examples/citadel-governed-agent/src/agent.py:246
Method
decorated_function
(*args: Any, **kwargs: Any)
agent-governance-python/agentmesh-integrations/dify/middleware.py:68
Function
decorator
(func)
agent-governance-python/agent-hypervisor/benchmarks/bench_hypervisor.py:44
Function
decorator
(func: F)
agent-governance-python/agentmesh-integrations/pydantic-ai-governance/src/pydantic_ai_governance/decorator.py:54
Function
decorator
(func)
agent-governance-python/agent-mesh/src/agentmesh/observability/tracing.py:114
Function
decorator
(fn: Callable)
agent-governance-python/agent-mesh/src/agentmesh/integrations/http_middleware.py:142
Function
decorator
(view_func: Callable[..., Any])
agent-governance-python/agent-mesh/src/agentmesh/integrations/django_middleware/decorators.py:41
Function
decorator
(func)
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/tracer.py:226
Function
decorator
(func: Callable)
agent-governance-python/agent-os/src/agent_os/retry.py:61
Function
decorator
(fn: Callable[..., Awaitable[ExecutionPlan]])
agent-governance-python/agent-os/src/agent_os/mute.py:185
Function
decorator
(cls: type[BaseIntegration])
agent-governance-python/agent-os/src/agent_os/integrations/registry.py:109
Function
decorator
(fn)
agent-governance-python/agent-os/tests/test_crewai_hooks.py:37
Function
decorator
(*dargs, **dkwargs)
agent-governance-python/agt-policies/tests/scenarios/test_crewai_adapter_scenarios.py:52
Method
decorator
(func)
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/trust_gate.py:24
Method
decorator
(func)
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/audit.py:26
Method
decorator
(func)
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/governance.py:28
Method
decorator
(f: Callable)
agent-governance-python/agentmesh-integrations/dify/middleware.py:66
Method
decorator
(func: F)
agent-governance-python/agent-mesh/src/agentmesh/observability/tracing.py:314
Method
decorator
(func)
agent-governance-python/agent-mesh/examples/01-mcp-tool-server/main.py:36
Method
decorator
(func)
agent-governance-python/agent-os/modules/observability/src/agent_os_observability/tracer.py:90
Method
decr
Decrement value atomically.
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_provider.py:191
Method
decr
Decrement value atomically.
agent-governance-python/agent-mesh/src/agentmesh/storage/memory_provider.py:183
Method
decr
Decrement value atomically.
agent-governance-python/agent-mesh/src/agentmesh/storage/postgres_provider.py:385
Method
default
Create a default benchmark suite with standard scenarios.
agent-governance-python/agent-sre/src/agent_sre/benchmarks/__init__.py:148
← previous
next →
13,701–13,800 of 32,326, ranked by callers