MCPcopy Create free account

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

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

Method__init__
Initialize handshake handler. Args: my_identity: This agent's identity policy: Trust policy to apply (uses defaults i
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/trust.py:263
Method__init__
Initialize scope chain. Args: root_identity: The root authority identity
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/trust.py:677
Method__init__
(self)
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/trust.py:820
Method__init__
Initialize trust callback handler. Args: identity: This agent's identity policy: Trust policy to enforce
agent-governance-python/agentmesh-integrations/langchain-agentmesh/langchain_agentmesh/callbacks.py:42
Method__init__
(self, default_score: float = 0.5)
agent-governance-python/agentmesh-integrations/langgraph-trust/langgraph_trust/gate.py:22
Method__init__
( self, min_score: float = 0.5, tracker: TrustScoreTracker | None = None, iden
agent-governance-python/agentmesh-integrations/langgraph-trust/langgraph_trust/gate.py:92
Method__init__
(self)
agent-governance-python/agentmesh-integrations/langgraph-trust/langgraph_trust/identity.py:60
Method__init__
( self, policy: GovernancePolicy, content_key: str = "messages", tool_calls_ke
agent-governance-python/agentmesh-integrations/langgraph-trust/langgraph_trust/policy.py:79
Method__init__
( self, my_identity: VerificationIdentity, policy: Optional[TrustPolicy] = None, )
agent-governance-python/agentmesh-integrations/llamaindex-agentmesh/llama_index/agent/agentmesh/trust.py:113
Method__init__
(self, root_identity: VerificationIdentity)
agent-governance-python/agentmesh-integrations/llamaindex-agentmesh/llama_index/agent/agentmesh/trust.py:217
Method__init__
( self, query_engine: BaseQueryEngine, identity: VerificationIdentity, policy:
agent-governance-python/agentmesh-integrations/llamaindex-agentmesh/llama_index/agent/agentmesh/query_engine.py:53
Method__init__
( self, tools: Sequence[BaseTool], llm: LLM, identity: VerificationIdentity,
agent-governance-python/agentmesh-integrations/llamaindex-agentmesh/llama_index/agent/agentmesh/worker.py:33
Method__init__
(self, decision: PolicyDecision)
agent-governance-python/agentmesh-integrations/openshell-skill/openshell_agentmesh/skill.py:31
Method__init__
( self, pass_threshold: float = 0.7, review_threshold: float = 0.4, reward: fl
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/trust_gate.py:56
Method__init__
(self)
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/audit.py:71
Method__init__
( self, policy_path: Optional[str] = None, policy_dict: Optional[Dict[str, Any]] = Non
agent-governance-python/agentmesh-integrations/haystack-agentmesh/src/haystack_agentmesh/governance.py:49
Method__init__
( self, trusted_threshold: float = 0.7, review_threshold: float = 0.3, reward_
agent-governance-python/agentmesh-integrations/langflow-agentmesh/src/langflow_agentmesh/trust_router.py:105
Method__init__
( self, allowed_tools: Optional[List[str]] = None, blocked_tools: Optional[List[str]]
agent-governance-python/agentmesh-integrations/langflow-agentmesh/src/langflow_agentmesh/governance_component.py:75
Method__init__
( self, frameworks: Optional[List[ComplianceFramework]] = None, )
agent-governance-python/agentmesh-integrations/langflow-agentmesh/src/langflow_agentmesh/compliance_checker.py:130
Method__init__
(self)
agent-governance-python/agentmesh-integrations/langflow-agentmesh/src/langflow_agentmesh/audit_logger.py:67
Method__init__
(self)
agent-governance-python/agentmesh-integrations/openai-agents-trust/src/openai_agents_trust/audit.py:42
Method__init__
( self, policy: GovernancePolicy, scorer: Optional[TrustScorer] = None, audit_
agent-governance-python/agentmesh-integrations/openai-agents-trust/src/openai_agents_trust/hooks.py:28
Method__init__
(self, default_score: float = 1.0, decay_rate: float = 0.01)
agent-governance-python/agentmesh-integrations/openai-agents-trust/src/openai_agents_trust/trust.py:63
Method__init__
( self, min_trust_score: int = 500, sensitive_actions: dict[str, int] | None = None,
agent-governance-python/agentmesh-integrations/template-agentmesh/template_agentmesh/trust.py:105
Method__init__
(self, reward: int = 10, penalty: int = 50)
agent-governance-python/agentmesh-integrations/template-agentmesh/template_agentmesh/trust.py:199
Method__init__
(self)
agent-governance-python/agentmesh-integrations/mcp-receipt-governed/mcp_receipt_governed/receipt.py:201
Method__init__
(self, policy_content: Optional[str] = None, policy_id: str = "default")
agent-governance-python/agentmesh-integrations/mcp-receipt-governed/mcp_receipt_governed/adapter.py:43
Method__init__
( self, cedar_policy: str = "", cedar_policy_id: str = "default", signing_key_
agent-governance-python/agentmesh-integrations/mcp-receipt-governed/mcp_receipt_governed/adapter.py:83
Method__init__
(self, require_all: bool = True)
agent-governance-python/agentmesh-integrations/crewai-agentmesh/crewai_agentmesh/trust.py:81
Method__init__
( self, success_reward: int = 10, failure_penalty: int = 50, min_score: int =
agent-governance-python/agentmesh-integrations/crewai-agentmesh/crewai_agentmesh/trust.py:118
Method__init__
( self, agents: Optional[List[AgentProfile]] = None, min_trust_score: int = 100,
agent-governance-python/agentmesh-integrations/crewai-agentmesh/crewai_agentmesh/trust.py:177
Method__init__
( self, identity: Optional[VerificationIdentity] = None, cache_ttl_seconds: int = 900,
agent-governance-python/agentmesh-integrations/dify/trust.py:46
Method__init__
( self, wot_api: str = "https://wot.klabo.world", pubkey_resolver: Optional[Callable[[
agent-governance-python/agentmesh-integrations/nostr-wot/agentmesh_nostr_wot/provider.py:31
Method__init__
(self)
agent-governance-python/agentmesh-integrations/pydantic-ai-governance/src/pydantic_ai_governance/audit.py:42
Method__init__
(self, result: PolicyCheckResult)
agent-governance-python/agentmesh-integrations/pydantic-ai-governance/src/pydantic_ai_governance/decorator.py:188
Method__init__
( self, reward_rate: float = 0.05, penalty_rate: float = 0.10, decay_rate: flo
agent-governance-python/agentmesh-integrations/pydantic-ai-governance/src/pydantic_ai_governance/trust.py:55
Method__init__
(self, result: PolicyCheckResult)
agent-governance-python/agentmesh-integrations/pydantic-ai-governance/src/pydantic_ai_governance/toolset.py:25
Method__init__
( self, base_url: str = "https://agentveil.dev", did_resolver: Optional[Callable[[str]
agent-governance-python/agentmesh-integrations/agentmesh-avp/agentmesh_avp/provider.py:46
Method__init__
( self, default_min_trust: int = 100, tool_policies: Optional[Dict[str, ToolPolicy]] =
agent-governance-python/agentmesh-integrations/mcp-trust-proxy/mcp_trust_proxy/proxy.py:108
Method__init__
( self, min_trust_score: float = 0.7, review_threshold: float = 0.4, )
agent-governance-python/agentmesh-integrations/flowise-agentmesh/src/flowise_agentmesh/trust_gate_node.py:30
Method__init__
( self, storage: str = "memory", file_path: str | None = None, export_format:
agent-governance-python/agentmesh-integrations/flowise-agentmesh/src/flowise_agentmesh/audit_node.py:32
Method__init__
( self, policy: Policy | str | dict | None = None, policy_path: str | None = None,
agent-governance-python/agentmesh-integrations/flowise-agentmesh/src/flowise_agentmesh/governance_node.py:31
Method__init__
( self, max_requests: int = 10, window_seconds: float = 60.0, )
agent-governance-python/agentmesh-integrations/flowise-agentmesh/src/flowise_agentmesh/rate_limiter_node.py:58
Method__init__
(self, logger_name: str = "adk_agentmesh.audit")
agent-governance-python/agentmesh-integrations/adk-agentmesh/src/adk_agentmesh/audit.py:45
Method__init__
( self, policy_path: Optional[str | Path] = None, blocked_tools: Optional[list[str]] =
agent-governance-python/agentmesh-integrations/adk-agentmesh/src/adk_agentmesh/evaluator.py:68
Method__init__
(self, evaluator: Any, delegation_scope: Optional[DelegationScope] = None)
agent-governance-python/agentmesh-integrations/adk-agentmesh/src/adk_agentmesh/governance.py:77
Method__init__
(self)
agent-governance-python/agent-mesh/packages/mcp-trust-server/src/mcp_trust_server/server.py:69
Method__init__
(self, name: str)
agent-governance-python/agent-mesh/packages/mcp-trust-server/src/mcp_trust_server/server.py:157
Method__init__
( self, agent_id: str, *, capabilities: Optional[list[str]] = None, po
agent-governance-python/agent-mesh/src/agentmesh/client.py:56
Method__init__
( self, initial_score: float = 0.5, reward: float = 0.01, penalty: float = 0.0
agent-governance-python/agent-mesh/src/agentmesh/trust_types.py:74
Method__init__
(self, store: dict[str, PluginLifecycleStatus] | None = None)
agent-governance-python/agent-mesh/src/agentmesh/marketplace/lifecycle.py:138
Method__init__
( self, builder_id: str = "https://github.com/microsoft/agent-governance-toolkit", use
agent-governance-python/agent-mesh/src/agentmesh/marketplace/sigstore_provenance.py:186
Method__init__
( self, plugins_dir: Path, registry: PluginRegistry, trusted_keys: Optional[Ma
agent-governance-python/agent-mesh/src/agentmesh/marketplace/installer.py:69
Method__init__
(self, private_key: ed25519.Ed25519PrivateKey)
agent-governance-python/agent-mesh/src/agentmesh/marketplace/_marketplace_impl.py:118
Method__init__
(self, storage_path: Optional[Path] = None)
agent-governance-python/agent-mesh/src/agentmesh/marketplace/_marketplace_impl.py:153
Method__init__
( self, plugins_dir: Path, registry: PluginRegistry, trusted_keys: Optional[Ma
agent-governance-python/agent-mesh/src/agentmesh/marketplace/_marketplace_impl.py:236
Method__init__
( self, plugins_dir: Path, timeout_seconds: int = DEFAULT_TIMEOUT_SECONDS, pyt
agent-governance-python/agent-mesh/src/agentmesh/marketplace/sandbox.py:156
Method__init__
(self, storage_path: Optional[Path] = None)
agent-governance-python/agent-mesh/src/agentmesh/marketplace/registry.py:36
Method__init__
(self, private_key: ed25519.Ed25519PrivateKey)
agent-governance-python/agent-mesh/src/agentmesh/marketplace/signing.py:35
Method__init__
(self, store: RegistryStore | None = None)
agent-governance-python/agent-mesh/src/agentmesh/registry/app.py:154
Method__init__
(self)
agent-governance-python/agent-mesh/src/agentmesh/registry/store.py:113
Method__init__
(self, **data)
agent-governance-python/agent-mesh/src/agentmesh/trust/bridge.py:93
Method__init__
(self, **data)
agent-governance-python/agent-mesh/src/agentmesh/trust/bridge.py:253
Method__init__
(self, agent_did: str, trust_bridge: TrustBridge)
agent-governance-python/agent-mesh/src/agentmesh/trust/bridge.py:415
Method__init__
Initialise the card registry. Args: cache_ttl_seconds: Time-to-live in seconds for the verification cache. Defaul
agent-governance-python/agent-mesh/src/agentmesh/trust/cards.py:224
Method__init__
(self)
agent-governance-python/agent-mesh/src/agentmesh/trust/endorsement.py:143
Method__init__
Initialise an empty capability registry.
agent-governance-python/agent-mesh/src/agentmesh/trust/capability.py:295
Method__init__
( self, agent_did: str, identity: Optional[AgentIdentity] = None, registry: Op
agent-governance-python/agent-mesh/src/agentmesh/trust/handshake.py:188
Method__init__
(self, service_name: str = "agentmesh", enabled: bool = True)
agent-governance-python/agent-mesh/src/agentmesh/observability/otel_sdk.py:32
Method__init__
( self, prefix: str = "agentmesh_governance", registry: Optional[object] = None, )
agent-governance-python/agent-mesh/src/agentmesh/observability/prometheus_governance.py:64
Method__init__
( self, service_name: str = "agent-governance-toolkit", tracer_provider: Any = None,
agent-governance-python/agent-mesh/src/agentmesh/observability/otel_governance.py:57
Method__init__
(self, prefix: str = "agentmesh")
agent-governance-python/agent-mesh/src/agentmesh/observability/prometheus_exporter.py:42
Method__init__
Initialize metrics collector.
agent-governance-python/agent-mesh/src/agentmesh/observability/metrics.py:24
Method__init__
(self, prefix: str = "agentmesh")
agent-governance-python/agent-mesh/src/agentmesh/observability/metrics.py:237
Method__init__
( self, operation_name: str, agent_did: Optional[str] = None, **attributes: An
agent-governance-python/agent-mesh/src/agentmesh/observability/tracing.py:184
Method__init__
( self, service_name: str = "agentmesh", endpoint: Optional[str] = None, )
agent-governance-python/agent-mesh/src/agentmesh/observability/tracing.py:284
Method__init__
(self, manager: LifecycleManager)
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/credentials.py:27
Method__init__
(self, agent: ManagedAgent, reason: str, days_silent: float | None = None)
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/orphan_detector.py:24
Method__init__
(self, manager: LifecycleManager)
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/orphan_detector.py:39
Method__init__
( self, policy: LifecyclePolicy | None = None, storage_path: str | Path | None = None,
agent-governance-python/agent-mesh/src/agentmesh/lifecycle/manager.py:75
Method__init__
Initialize transport with configuration.
agent-governance-python/agent-mesh/src/agentmesh/transport/base.py:71
Method__init__
( self, config: TransportConfig, heartbeat_interval: float = 30.0, )
agent-governance-python/agent-mesh/src/agentmesh/transport/websocket.py:57
Method__init__
(self, config: TransportConfig)
agent-governance-python/agent-mesh/src/agentmesh/transport/grpc_transport.py:211
Method__init__
(self)
agent-governance-python/agent-mesh/src/agentmesh/core/identity/ca.py:40
Method__init__
Initialize the Certificate Authority. Args: ca_private_key: CA's private key (generates new if None) ca_cert
agent-governance-python/agent-mesh/src/agentmesh/core/identity/ca.py:127
Method__init__
Initialize storage provider with configuration.
agent-governance-python/agent-mesh/src/agentmesh/storage/provider.py:55
Method__init__
Initialize Redis storage.
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_provider.py:30
Method__init__
Initialize in-memory storage.
agent-governance-python/agent-mesh/src/agentmesh/storage/memory_provider.py:23
Method__init__
(self, path: str = "./trust_scores.json", auto_save: bool = True)
agent-governance-python/agent-mesh/src/agentmesh/storage/file_trust_store.py:46
Method__init__
Initialize PostgreSQL storage.
agent-governance-python/agent-mesh/src/agentmesh/storage/postgres_provider.py:30
Method__init__
( self, redis_url: str = "redis://localhost:6379", prefix: str = "agentmesh:",
agent-governance-python/agent-mesh/src/agentmesh/storage/redis_backend.py:52
Method__init__
Initialize the MCP proxy. Args: target_command: Command to spawn the target MCP server policy: Policy level
agent-governance-python/agent-mesh/src/agentmesh/cli/proxy.py:50
Method__init__
(self, policy: FederationPolicy)
agent-governance-python/agent-mesh/src/agentmesh/identity/external_jwks.py:132
Method__init__
Initialize the SPIFFE registry. Args: trust_domain: SPIFFE trust domain. Defaults to "agentmesh.local".
agent-governance-python/agent-mesh/src/agentmesh/identity/spiffe.py:211
Method__init__
(self, tenant_id: str)
agent-governance-python/agent-mesh/src/agentmesh/identity/entra.py:170
Method__init__
(self, cfg: EntraVerifierConfig)
agent-governance-python/agent-mesh/src/agentmesh/identity/entra_verifier.py:156
Method__init__
Initialize the credential manager. Args: default_ttl: Default time-to-live in seconds for new credentials.
agent-governance-python/agent-mesh/src/agentmesh/identity/credentials.py:252
Method__init__
(self)
agent-governance-python/agent-mesh/src/agentmesh/identity/risk.py:169
Method__init__
( self, *, platform: str = "mock", evidence: str = "mock-attestation-evidence"
agent-governance-python/agent-mesh/src/agentmesh/identity/attestation_collector.py:61
Method__init__
(self)
agent-governance-python/agent-mesh/src/agentmesh/identity/keystore.py:119
← previousnext →11,501–11,600 of 32,326, ranked by callers