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
↓ 1 callers
Function
wireDrawerFlatNav
()
docs/javascripts/site.js:81
↓ 1 callers
Function
wireTitleHomeLink
()
docs/javascripts/site.js:16
↓ 1 callers
Method
withSession
* Framework-agnostic session seam: enforces `agent_startup` before `body` * runs and `agent_shutdown` after it completes cleanly. Shutdown is skipp
policy-engine/sdk/node/src/index.ts:515
↓ 1 callers
Function
with_retry
Execute a function with retry policy. Args: policy: The retry policy to use. func: The function to execute. *args: Positi
agent-governance-python/agent-os/modules/atr/atr/policies.py:317
↓ 1 callers
Function
with_retry_async
Execute an async function with retry policy. Args: policy: The retry policy to use. func: The async function to execute.
agent-governance-python/agent-os/modules/atr/atr/policies.py:359
↓ 1 callers
Function
worker
()
agent-governance-python/agent-os/benchmarks/bench_kernel.py:64
↓ 1 callers
Function
wrap
Quick wrapper for OpenAI Assistants. Example:: from agent_os.integrations.openai_adapter import wrap governed = wrap(my_assista
agent-governance-python/agent-os/src/agent_os/integrations/openai_adapter.py:915
↓ 1 callers
Method
wrap
(self, func: Any)
agent-governance-python/agent-os/src/agent_os/compat.py:62
↓ 1 callers
Function
wrapOpenAIRunner
( control: RunnableControl, runner: TRunner, defaultOptions: AdapterOptions = {}, )
policy-engine/sdk/node/src/adapters.ts:325
↓ 1 callers
Function
wrap_client
Quick wrapper for Anthropic clients. .. deprecated:: Use ``AnthropicKernel.as_message_hook()`` instead for a non-invasive integra
agent-governance-python/agent-os/src/agent_os/integrations/anthropic_adapter.py:710
↓ 1 callers
Function
wrap_fn
(fn)
agent-governance-python/agt-policies/tests/scenarios/test_crewai_adapter_scenarios.py:53
↓ 1 callers
Function
wrap_kernel
Quick wrapper for Semantic Kernel. .. deprecated:: Use ``SemanticKernelWrapper.as_filter()`` with ``kernel.add_filter()`` instead
agent-governance-python/agent-os/src/agent_os/integrations/semantic_kernel_adapter.py:964
↓ 1 callers
Method
wrap_tool
Wrap a LangChain tool with safety checks
agent-governance-python/agent-os/examples/crewai-safe-mode/langchain_safe_mode.py:159
↓ 1 callers
Method
wrap_with_sandbox
Wrap arbitrary code in a restricted-execution sandbox. The wrapper catches exceptions, prevents globals leakage, and records the exec
agent-governance-python/agent-os/src/agent_os/secure_codegen.py:515
↓ 1 callers
Method
write
Write to VFS.
agent-governance-python/agent-os/modules/control-plane/src/agent_control_plane/kernel_space.py:915
↓ 1 callers
Function
writeAuditEntries
(auditPath, entries)
agent-governance-opencode/lib/audit.mjs:106
↓ 1 callers
Function
writeAuditEntries
(auditPath, entries)
agent-governance-claude-code/lib/audit.mjs:106
↓ 1 callers
Function
writeHookStderr
(message)
agent-governance-antigravity-cli/assets/extensions/agt-global-policy/lib/hook-runtime.mjs:45
↓ 1 callers
Function
writeInstallManifest
(path, manifest)
agent-governance-antigravity-cli/lib/cli.mjs:621
↓ 1 callers
Function
writeInstallManifest
(path, manifest)
agent-governance-copilot-cli/lib/cli.mjs:604
↓ 1 callers
Function
write_baseline
(path: Path, findings: Iterable[Finding], root: Path)
scripts/docs/check_links.py:192
↓ 1 callers
Method
write_batch
Write a batch of entries atomically (under lock).
agent-governance-python/agent-mesh/src/agentmesh/governance/audit_backends.py:266
↓ 1 callers
Function
write_csv
( output_dir: Path, mode: str, benign_utility: dict[str, bool], attacked_utility: dict[str, bo
policy-engine/benchmarks/agentdojo/acs_agentdojo_bench/runner.py:225
↓ 1 callers
Function
write_json
Write benchmark results as JSON.
agent-governance-python/agent-os/benchmarks/run_all.py:36
↓ 1 callers
Function
write_markdown
Write benchmark results as a markdown table.
agent-governance-python/agent-os/benchmarks/run_all.py:44
↓ 1 callers
Function
write_or_print
Write content to the requested output file, or print it to stdout.
scripts/ci/changed_lines.py:73
↓ 1 callers
Function
write_receipts
Write line-delimited JSON receipts.
examples/crypto-attestation-governed/getting_started.py:224
↓ 1 callers
Function
write_report
(results: list[dict], output: Path)
policy-engine/tests/conformance/run_python.py:144
↓ 1 callers
Method
zrangebyscore
Get sorted set range by score.
agent-governance-python/agent-mesh/src/agentmesh/storage/provider.py:179
↓ 1 callers
Method
zscore
Get score of member in sorted set.
agent-governance-python/agent-mesh/src/agentmesh/storage/provider.py:163
Function
ActionBadge
({ action }: { action: PolicyRuleDetail['action'] })
agent-governance-typescript/agent-os-vscode/src/webviews/policyDetail/PolicyDetail.tsx:16
Function
ActionGroup
Collapsible section for a single action group.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubPolicyTab.tsx:86
Function
AgentCard
({ agent, onToggle, onStop }: AgentCardProps)
agent-governance-python/agent-os/extensions/chrome/src/popup/components/AgentList.tsx:59
Function
AgentList
({ agents, onToggle, onStop }: AgentListProps)
agent-governance-python/agent-os/extensions/chrome/src/popup/components/AgentList.tsx:19
Function
AgentRow
({ agent }: { agent: KernelAgent })
agent-governance-typescript/agent-os-vscode/src/webviews/kernelDetail/KernelDetail.tsx:44
Function
App
()
agent-governance-python/agent-os/extensions/chrome/src/popup/App.tsx:14
Function
AuditContent
({ data }: { data: AuditDetailData })
agent-governance-typescript/agent-os-vscode/src/webviews/auditDetail/AuditDetail.tsx:54
Function
AuditDetail
({ data: propData }: { data?: AuditDetailData })
agent-governance-typescript/agent-os-vscode/src/webviews/auditDetail/AuditDetail.tsx:89
Function
AuditFilterBar
Severity dropdown and text search bar.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubAuditTab.tsx:99
Function
AuditHeader
Header with title and violation count badge.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubAuditTab.tsx:82
Function
AuditRow
({ entry }: { entry: AuditEntry })
agent-governance-typescript/agent-os-vscode/src/webviews/auditDetail/AuditDetail.tsx:30
Function
AuditRow
Single audit table row.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubAuditTab.tsx:135
Function
AuditSummary
( { data }: { data: AuditSummaryData | null } )
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/AuditSummary.tsx:16
Function
AuditTableHeader
Table header row for the audit log.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubAuditTab.tsx:155
Method
Bindings
Bindings returns a copy of the capability bindings.
agent-governance-golang/packages/agentmesh/credential_vault.go:123
Function
BridgeDot
Bridge status dot: green when connected, gray when not.
agent-governance-typescript/agent-os-vscode/src/webviews/topologyDetail/TopologyDetail.tsx:64
Function
BudgetSection
Error budget bars for availability and latency.
agent-governance-typescript/agent-os-vscode/src/webviews/sloDetail/SLODetail.tsx:118
Function
BurnRateSection
Burn rate sparkline with current value label.
agent-governance-typescript/agent-os-vscode/src/webviews/sloDetail/SLODetail.tsx:103
Method
CheckAccess
-- Resolver surface ------------------------------------------------------- CheckAccess returns true iff agentDID may use handleName for actionClass.
agent-governance-golang/packages/agentmesh/credential_vault.go:351
Method
Clear
Clear removes all registered extractors. Primarily for tests.
agent-governance-golang/packages/agentmesh/protocol_facets.go:70
Method
ClearAudit
ClearAudit removes all audit events.
agent-governance-golang/packages/agentmesh/credential_vault.go:380
Function
ClockIcon
Inline 10x10 clock SVG for the staleness indicator.
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/Slot.tsx:60
Function
ControlButton
Single square control button with codicon icon.
agent-governance-typescript/agent-os-vscode/src/webviews/topologyDetail/TopologyControls.tsx:30
Method
CreateSession
(agentID string, config *SandboxConfig)
agent-governance-golang/packages/agentmesh/sandbox.go:119
Function
CurrentPage
({ url, platform }: CurrentPageProps)
agent-governance-python/agent-os/extensions/chrome/src/popup/components/CurrentPage.tsx:26
Method
DestroySession
(agentID, sessionID string)
agent-governance-golang/packages/agentmesh/sandbox.go:121
Function
DetailShell
({ title, timestamp, onRefresh, children }: DetailShellProps)
agent-governance-typescript/agent-os-vscode/src/webviews/shared/DetailShell.tsx:37
Function
EnabledIndicator
Display-only enabled/disabled indicator dot.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubPolicyTab.tsx:139
Method
Evaluate
(context map[string]interface{})
agent-governance-golang/packages/agentmesh/policy_backends_test.go:26
Method
Evaluate
(context map[string]interface{})
agent-governance-golang/packages/agentmesh/policy_backends_test.go:34
Method
ExecuteCode
(agentID, sessionID, code string)
agent-governance-golang/packages/agentmesh/sandbox.go:120
Function
ExpandIcon
Inline 12x12 expand (arrow-up-right) SVG icon.
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/Slot.tsx:41
Function
Footer
({ onDashboardClick, onCreateClick }: FooterProps)
agent-governance-python/agent-os/extensions/chrome/src/popup/components/Footer.tsx:10
Function
ForceGraph
(props: ForceGraphProps)
agent-governance-typescript/agent-os-vscode/src/webviews/topologyDetail/ForceGraph.tsx:172
Function
GaugeRow
Top row: availability and compliance gauges side by side.
agent-governance-typescript/agent-os-vscode/src/webviews/sloDetail/SLODetail.tsx:45
Function
GearIcon
Inline 14x14 gear SVG.
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/Sidebar.tsx:171
Function
GovernanceHubSummary
( { data }: { data: GovernanceHubData | null } )
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/GovernanceHubSummary.tsx:58
Function
HealthIndicator
( { health }: { health: GovernanceHubData['overallHealth'] } )
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/GovernanceHubSummary.tsx:23
Function
HubAuditTab
({ data }: HubAuditTabProps)
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubAuditTab.tsx:176
Function
HubDetail
()
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubDetail.tsx:85
Function
HubPolicyTab
({ data }: HubPolicyTabProps)
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubPolicyTab.tsx:157
Function
HubTabBar
({ tabs, activeId, onSelect }: HubTabBarProps)
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubTabBar.tsx:53
Method
IsAvailable
()
agent-governance-golang/packages/agentmesh/sandbox.go:122
Function
KernelContent
({ data }: { data: KernelDetailData })
agent-governance-typescript/agent-os-vscode/src/webviews/kernelDetail/KernelDetail.tsx:70
Function
KernelDetail
({ data: propData }: { data?: KernelDetailData })
agent-governance-typescript/agent-os-vscode/src/webviews/kernelDetail/KernelDetail.tsx:98
Function
KernelSummary
( { data }: { data: KernelSummaryData | null } )
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/KernelSummary.tsx:43
Function
LatencyBar
Single latency bar showing value vs target.
agent-governance-typescript/agent-os-vscode/src/webviews/sloDetail/SLODetail.tsx:77
Function
LatencySection
Latency breakdown with stacked bars for P50, P95, P99.
agent-governance-typescript/agent-os-vscode/src/webviews/sloDetail/SLODetail.tsx:63
Function
LegendItem
Single legend row with colored dot and label.
agent-governance-typescript/agent-os-vscode/src/webviews/topologyDetail/TopologyLegend.tsx:32
Function
LinkExternalIcon
Inline 14x14 link-external SVG.
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/Sidebar.tsx:186
Method
ListOrganizationRepositories
ListOrganizationRepositories lists repositories for a GitHub organization.
agent-governance-golang/packages/agentmesh/discovery.go:617
Function
LoadingState
()
agent-governance-typescript/agent-os-vscode/src/webviews/memoryDetail/MemoryDetail.tsx:46
Function
LoadingState
()
agent-governance-typescript/agent-os-vscode/src/webviews/statsDetail/StatsDetail.tsx:28
Function
LoadingState
()
agent-governance-typescript/agent-os-vscode/src/webviews/auditDetail/AuditDetail.tsx:46
Function
LoadingState
Placeholder shown while waiting for initial data.
agent-governance-typescript/agent-os-vscode/src/webviews/topologyDetail/TopologyDetail.tsx:110
Function
LoadingState
()
agent-governance-typescript/agent-os-vscode/src/webviews/policyDetail/PolicyDetail.tsx:49
Function
LoadingState
()
agent-governance-typescript/agent-os-vscode/src/webviews/kernelDetail/KernelDetail.tsx:62
Function
LoadingState
Loading placeholder shown before data arrives.
agent-governance-typescript/agent-os-vscode/src/webviews/sloDetail/SLODetail.tsx:36
Function
LoadingState
Loading placeholder shown before any data arrives.
agent-governance-typescript/agent-os-vscode/src/webviews/hubDetail/HubDetail.tsx:53
Function
MemoryContent
({ data }: { data: MemoryDetailData })
agent-governance-typescript/agent-os-vscode/src/webviews/memoryDetail/MemoryDetail.tsx:54
Function
MemoryDetail
({ data: propData }: { data?: MemoryDetailData })
agent-governance-typescript/agent-os-vscode/src/webviews/memoryDetail/MemoryDetail.tsx:90
Function
MemorySummary
( { data }: { data: MemorySummaryData | null } )
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/MemorySummary.tsx:33
Function
MetricCard
({ label, value, colorClass }: { label: string; value: string; colorClass?: string; })
agent-governance-typescript/agent-os-vscode/src/webviews/kernelDetail/KernelDetail.tsx:33
Function
MetricCell
(props: { label: string; value: string; colorClass: string; tooltip: string; })
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/KernelSummary.tsx:16
Function
MetricCell
(props: { label: string; value: number; colorClass: string; tooltip: string; })
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/PolicySummary.tsx:15
Function
MetricCell
A single compact metric cell with label and value.
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/TopologySummary.tsx:17
Function
MetricRow
(props: { label: string; value: number; colorClass: string; tooltip: string; })
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/StatsSummary.tsx:15
Function
MiniMetric
A single compact metric cell with label, value, and suffix.
agent-governance-typescript/agent-os-vscode/src/webviews/sidebar/panels/SLOSummary.tsx:17
Method
Name
()
agent-governance-golang/packages/agentmesh/policy_backends_test.go:22
Method
Name
()
agent-governance-golang/packages/agentmesh/policy_backends_test.go:30
← previous
next →
10,801–10,900 of 32,326, ranked by callers