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
__init__
(self)
agent-governance-python/agent-os/examples/sql-agent/main.py:175
Method
__init__
(self)
agent-governance-python/agent-os/examples/sql-agent/main.py:273
Method
__init__
( self, max_cost_usd: float = 100.0, max_rows: int = 100000, max_execution_tim
agent-governance-python/agent-os/examples/sql-agent/main.py:334
Method
__init__
( self, policy: GovernancePolicy, context: ExecutionContext, role: str, )
agent-governance-python/agent-os/examples/finance-soc2/main.py:168
Method
__init__
(self)
agent-governance-python/agent-os/examples/finance-soc2/main.py:243
Method
__init__
Initialize scanner with compliance frameworks. Args: frameworks: List of frameworks to enable ['gdpr', 'hipaa',
agent-governance-python/agent-os/examples/slack-compliance/main.py:196
Method
__init__
(self)
agent-governance-python/agent-os/examples/slack-compliance/main.py:278
Method
__init__
(self, frameworks: list[str] = None)
agent-governance-python/agent-os/examples/slack-compliance/main.py:362
Method
__init__
(self, agent_id: str = "langchain-agent")
agent-governance-python/agent-os/examples/crewai-safe-mode/langchain_safe_mode.py:150
Method
__init__
(self, tools: dict, kernel: AgentOSKernel)
agent-governance-python/agent-os/examples/crewai-safe-mode/langchain_safe_mode.py:245
Method
__init__
(self, agent_id: str = "crew-agent")
agent-governance-python/agent-os/examples/crewai-safe-mode/crewai_safe_mode.py:179
Method
__init__
(self, name: str, role: str, kernel: AgentOSKernel)
agent-governance-python/agent-os/examples/crewai-safe-mode/crewai_safe_mode.py:249
Method
__init__
(self, agents: list, kernel: AgentOSKernel)
agent-governance-python/agent-os/examples/crewai-safe-mode/crewai_safe_mode.py:304
Method
__init__
(self)
agent-governance-python/agent-os/examples/defi-sentinel/demo.py:99
Method
__init__
(self, mempool: Mempool)
agent-governance-python/agent-os/examples/defi-sentinel/demo.py:187
Method
__init__
(self)
agent-governance-python/agent-os/examples/defi-sentinel/demo.py:247
Method
__init__
(self, agent_id: str = "guardian-001")
agent-governance-python/agent-os/examples/defi-sentinel/demo.py:339
Method
__init__
(self)
agent-governance-python/agent-os/examples/defi-sentinel/demo.py:394
Method
__init__
(self, policy: GovernancePolicy, context: Optional[ExecutionContext] = None)
agent-governance-python/agent-os/examples/aml-fraud-detection/demo.py:171
Method
__init__
(self)
agent-governance-python/agent-os/examples/aml-fraud-detection/demo.py:300
Method
__init__
(self)
agent-governance-python/agent-os/examples/iot-smart-home/main.py:78
Method
__init__
(self)
agent-governance-python/agent-os/examples/iot-smart-home/main.py:163
Method
__init__
(self)
agent-governance-python/agent-os/examples/iot-smart-home/main.py:198
Method
__init__
(self, agent_id: str = "smart-home-agent")
agent-governance-python/agent-os/examples/iot-smart-home/main.py:232
Method
__init__
(self)
agent-governance-python/agent-os/examples/legal-review/main.py:256
Method
__init__
(self)
agent-governance-python/agent-os/examples/legal-review/main.py:301
Method
__init__
(self)
agent-governance-python/agent-os/examples/legal-review/main.py:334
Method
__init__
(self)
agent-governance-python/agent-os/examples/legal-review/main.py:363
Method
__init__
(self)
agent-governance-python/agent-os/examples/legal-review/main.py:465
Method
__init__
(self, audit_log: LegalAuditLog, conflict_checker: ConflictChecker)
agent-governance-python/agent-os/examples/legal-review/main.py:497
Method
__init__
(self, agent_id: str = "contract-agent-001")
agent-governance-python/agent-os/examples/legal-review/main.py:559
Method
__init__
(self, base_path: str = "/agent/compliance/mem")
agent-governance-python/agent-os/examples/pharma-compliance/demo.py:108
Method
__init__
(self, max_tokens: int = 200000)
agent-governance-python/agent-os/examples/pharma-compliance/demo.py:161
Method
__init__
(self, vfs: AgentVFS, caas: CAAS)
agent-governance-python/agent-os/examples/pharma-compliance/demo.py:192
Method
__init__
(self, vfs: AgentVFS, caas: CAAS)
agent-governance-python/agent-os/examples/pharma-compliance/demo.py:231
Method
__init__
(self)
agent-governance-python/agent-os/examples/pharma-compliance/demo.py:469
Method
__init__
(self, thresholds: dict = None)
agent-governance-python/agent-os/examples/carbon-auditor/demo.py:79
Method
__init__
(self, agent_id: str = "claims-agent")
agent-governance-python/agent-os/examples/carbon-auditor/demo.py:132
Method
__init__
(self, agent_id: str = "geo-agent")
agent-governance-python/agent-os/examples/carbon-auditor/demo.py:151
Method
__init__
(self, agent_id: str = "auditor-agent")
agent-governance-python/agent-os/examples/carbon-auditor/demo.py:179
Method
__init__
(self)
agent-governance-python/agent-os/examples/carbon-auditor/demo.py:191
Method
__init__
(self)
agent-governance-python/agent-os/examples/carbon-auditor/demo.py:204
Method
__init__
Initialize the Geo Agent. Args: agent_id: Unique identifier simulate_deforestation: If True, generat
agent-governance-python/agent-os/examples/carbon-auditor/src/agents/geo_agent.py:38
Method
__init__
Initialize the Auditor Agent. Args: agent_id: Unique identifier threshold: Drift score threshold for
agent-governance-python/agent-os/examples/carbon-auditor/src/agents/auditor_agent.py:107
Method
__init__
Initialize an agent. Args: agent_id: Unique identifier for this agent name: Human-readable name (def
agent-governance-python/agent-os/examples/carbon-auditor/src/agents/base.py:49
Method
__init__
(self, agent_id: str)
agent-governance-python/agent-os/examples/carbon-auditor/src/agents/claims_agent.py:37
Method
__init__
(self, stream_file: str = "telemetry_events.jsonl")
agent-governance-python/agent-os/examples/self-evaluating/src/telemetry.py:53
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/src/universal_signal_bus.py:427
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/src/intent_detection.py:40
Method
__init__
(self, safety_db_file: str = "safety_corrections.json", preferences_db_file:
agent-governance-python/agent-os/examples/self-evaluating/src/prioritization.py:111
Method
__init__
(self, memory_file: str = "system_instructions.json")
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:49
Method
__init__
(self, wisdom_file: str = "system_instructions.json", stream_file: str = "te
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:187
Method
__init__
(self, memory_file: str = "system_instructions.json", score_threshold: floa
agent-governance-python/agent-os/examples/self-evaluating/src/agent.py:734
Method
__init__
(self, wisdom_file: str = "system_instructions.json", upgrade_log_file: str
agent-governance-python/agent-os/examples/self-evaluating/src/model_upgrade.py:51
Method
__init__
(self, proposal_id: str, title: str, description: str,
agent-governance-python/agent-os/examples/self-evaluating/src/wisdom_curator.py:51
Method
__init__
(self, review_id: str, review_type: ReviewType, content: Di
agent-governance-python/agent-os/examples/self-evaluating/src/wisdom_curator.py:88
Method
__init__
(self, review_queue_file: str = "curator_review_queue.json", design_proposal
agent-governance-python/agent-os/examples/self-evaluating/src/wisdom_curator.py:141
Method
__init__
(self, wisdom_file: str = "system_instructions.json", stream_file: str = "te
agent-governance-python/agent-os/examples/self-evaluating/src/observer.py:44
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/src/agent_brokerage.py:237
Method
__init__
(self, marketplace: AgentMarketplace)
agent-governance-python/agent-os/examples/self-evaluating/src/agent_brokerage.py:309
Method
__init__
(self, name: str, description: str)
agent-governance-python/agent-os/examples/self-evaluating/src/evaluation_engineering.py:93
Method
__init__
(self, name: str, description: str)
agent-governance-python/agent-os/examples/self-evaluating/src/evaluation_engineering.py:174
Method
__init__
Initialize the evaluation runner. Args: dataset: The golden dataset to evaluate against rubric: The
agent-governance-python/agent-os/examples/self-evaluating/src/evaluation_engineering.py:268
Method
__init__
(self, name: str, description: str, goal: str)
agent-governance-python/agent-os/examples/self-evaluating/src/orchestrator.py:126
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/src/orchestrator.py:178
Method
__init__
(self, config: CircuitBreakerConfig)
agent-governance-python/agent-os/examples/self-evaluating/src/circuit_breaker.py:99
Method
__init__
(self, config: CircuitBreakerConfig, metrics: CircuitBreakerMetrics)
agent-governance-python/agent-os/examples/self-evaluating/src/circuit_breaker.py:209
Method
__init__
(self, config: Optional[CircuitBreakerConfig] = None, state_file: str = "ci
agent-governance-python/agent-os/examples/self-evaluating/src/circuit_breaker.py:364
Method
__init__
(self, name: str, description: str)
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:63
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:97
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:147
Method
__init__
(self, allowed_domains: Optional[List[str]] = None)
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:226
Method
__init__
(self, max_actions_per_minute: int = 10)
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:267
Method
__init__
Initialize the constraint engine with validation rules. Args: rules: List of constraint rules to enforce. If Non
agent-governance-python/agent-os/examples/self-evaluating/src/constraint_engine.py:301
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/src/generative_ui_engine.py:407
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/src/polymorphic_output.py:208
Method
__init__
(self, manifest_file: str = "agent_manifest.json")
agent-governance-python/agent-os/examples/self-evaluating/src/agent_metadata.py:272
Method
__init__
(self, storage_file: str = "behavior_model.json", user_id: Optional[str] = None)
agent-governance-python/agent-os/examples/self-evaluating/src/ghost_mode.py:158
Method
__init__
Initialize Ghost Mode Observer. Args: context_shadow: Context shadow for storing behavior patterns c
agent-governance-python/agent-os/examples/self-evaluating/src/ghost_mode.py:301
Method
__init__
(self)
agent-governance-python/agent-os/examples/self-evaluating/tests/test_constraint_engineering.py:364
Method
__init__
Initialize the full stack agent.
agent-governance-python/agent-os/examples/self-evaluating/examples/sample_full_stack_agent.py:56
Method
__init__
Initialize the monitoring agent.
agent-governance-python/agent-os/examples/self-evaluating/examples/sample_monitoring_agent.py:53
Method
__init__
(self)
agent-governance-python/agent-os/examples/crewai-governance/demo.py:129
Method
__init__
(self, policy_path: str)
agent-governance-python/agent-os/examples/crewai-governance/demo.py:170
Method
__init__
(self, engine: RolePolicyEngine, audit: AuditLog)
agent-governance-python/agent-os/examples/crewai-governance/demo.py:215
Method
__init__
(self, agent_id: str, role: str, kernel: GovernedKernel)
agent-governance-python/agent-os/examples/crewai-governance/demo.py:244
Method
__init__
(self, patterns: dict = None)
agent-governance-python/agent-os/examples/github-reviewer/main.py:196
Method
__init__
(self, patterns: dict = None)
agent-governance-python/agent-os/examples/github-reviewer/main.py:242
Method
__init__
(self, max_file_lines: int = 1000, max_function_lines: int = 50)
agent-governance-python/agent-os/examples/github-reviewer/main.py:273
Method
__init__
(self, policy: str = "strict")
agent-governance-python/agent-os/examples/github-reviewer/main.py:323
Method
__init__
(self)
agent-governance-python/agent-os/tutorials/hipaa-compliant-agent/demo.py:101
Method
__init__
Initialize policy-aware reward function. Args: kernel: Agent OS KernelSpace for policy checking base_reward_
agent-governance-python/agent-lightning/src/agent_lightning_gov/reward.py:112
Method
__init__
Initialize composite reward. Args: components: List of (reward_fn, weight) tuples normalize: Whether to norm
agent-governance-python/agent-lightning/src/agent_lightning_gov/reward.py:279
Method
__init__
Initialize the governed environment. Args: kernel: Agent OS KernelSpace with loaded policies task_generator:
agent-governance-python/agent-lightning/src/agent_lightning_gov/environment.py:89
Method
__init__
(self, violation: PolicyViolation)
agent-governance-python/agent-lightning/src/agent_lightning_gov/runner.py:400
Method
__init__
Initialize the emitter. Args: flight_recorder: Agent OS FlightRecorder instance include_policy_checks: Inclu
agent-governance-python/agent-lightning/src/agent_lightning_gov/emitter.py:81
Method
__init__
(self)
agent-governance-python/agent-lightning/tests/test_lightning_comprehensive.py:259
Method
__init__
(self)
agent-governance-python/agent-lightning/tests/test_lightning_comprehensive.py:770
Method
__init__
(self)
agent-governance-python/agent-marketplace/src/agent_marketplace/workflow_bundle.py:53
Method
__init__
(self, store_path: Path)
agent-governance-python/agent-marketplace/src/agent_marketplace/trust_tiers.py:201
← previous
next →
12,201–12,300 of 32,326, ranked by callers