Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VersusControl/devops-ai-guidelines
/ functions
Functions
787 in github.com/VersusControl/devops-ai-guidelines
⨍
Functions
787
◇
Types & classes
183
↳
Endpoints
84
↓ 1 callers
Method
_handle_tool_calls
Handle tool calls from the model. Args: response: LLM response containing tool calls user_input: Ori
03-ai-agent-for-devops/code/08/src/agents/log_analyzer.py:86
↓ 1 callers
Function
_is_aws_configured
Check if AWS credentials are available
03-ai-agent-for-devops/code/14/src/tools/aws_actions.py:10
↓ 1 callers
Function
_is_aws_configured
Check if AWS credentials are available
03-ai-agent-for-devops/code/10/src/tools/aws_actions.py:10
↓ 1 callers
Function
_is_aws_configured
Check if AWS credentials are available
03-ai-agent-for-devops/code/13/src/tools/aws_actions.py:10
↓ 1 callers
Function
_is_aws_configured
Check if AWS credentials are available
03-ai-agent-for-devops/code/12/src/tools/aws_actions.py:10
↓ 1 callers
Function
_is_slack_configured
Check if Slack webhook URL is available
03-ai-agent-for-devops/code/14/src/tools/slack_notifier.py:11
↓ 1 callers
Function
_is_slack_configured
Check if Slack webhook URL is available
03-ai-agent-for-devops/code/10/src/tools/slack_notifier.py:11
↓ 1 callers
Function
_is_slack_configured
Check if Slack webhook URL is available
03-ai-agent-for-devops/code/13/src/tools/slack_notifier.py:11
↓ 1 callers
Function
_is_slack_configured
Check if Slack webhook URL is available
03-ai-agent-for-devops/code/12/src/tools/slack_notifier.py:11
↓ 1 callers
Method
_load
(self)
03-ai-agent-for-devops/code/14/src/memory/incident_store.py:32
↓ 1 callers
Method
_load
(self)
03-ai-agent-for-devops/code/13/src/memory/incident_store.py:32
↓ 1 callers
Method
_load
(self)
03-ai-agent-for-devops/code/12/src/memory/incident_store.py:32
↓ 1 callers
Function
_reboot_rds_placeholder
Placeholder RDS reboot for learning/testing
03-ai-agent-for-devops/code/14/src/tools/aws_actions.py:95
↓ 1 callers
Function
_reboot_rds_placeholder
Placeholder RDS reboot for learning/testing
03-ai-agent-for-devops/code/10/src/tools/aws_actions.py:95
↓ 1 callers
Function
_reboot_rds_placeholder
Placeholder RDS reboot for learning/testing
03-ai-agent-for-devops/code/13/src/tools/aws_actions.py:95
↓ 1 callers
Function
_reboot_rds_placeholder
Placeholder RDS reboot for learning/testing
03-ai-agent-for-devops/code/12/src/tools/aws_actions.py:95
↓ 1 callers
Function
_reboot_rds_real
Real AWS RDS reboot using boto3
03-ai-agent-for-devops/code/14/src/tools/aws_actions.py:42
↓ 1 callers
Function
_reboot_rds_real
Real AWS RDS reboot using boto3
03-ai-agent-for-devops/code/10/src/tools/aws_actions.py:42
↓ 1 callers
Function
_reboot_rds_real
Real AWS RDS reboot using boto3
03-ai-agent-for-devops/code/13/src/tools/aws_actions.py:42
↓ 1 callers
Function
_reboot_rds_real
Real AWS RDS reboot using boto3
03-ai-agent-for-devops/code/12/src/tools/aws_actions.py:42
↓ 1 callers
Function
_send_slack_placeholder
Placeholder Slack notification for learning/testing
03-ai-agent-for-devops/code/14/src/tools/slack_notifier.py:137
↓ 1 callers
Function
_send_slack_placeholder
Placeholder Slack notification for learning/testing
03-ai-agent-for-devops/code/10/src/tools/slack_notifier.py:137
↓ 1 callers
Function
_send_slack_placeholder
Placeholder Slack notification for learning/testing
03-ai-agent-for-devops/code/13/src/tools/slack_notifier.py:137
↓ 1 callers
Function
_send_slack_placeholder
Placeholder Slack notification for learning/testing
03-ai-agent-for-devops/code/12/src/tools/slack_notifier.py:137
↓ 1 callers
Function
_send_slack_real
Send real Slack notification via webhook
03-ai-agent-for-devops/code/14/src/tools/slack_notifier.py:106
↓ 1 callers
Function
_send_slack_real
Send real Slack notification via webhook
03-ai-agent-for-devops/code/10/src/tools/slack_notifier.py:106
↓ 1 callers
Function
_send_slack_real
Send real Slack notification via webhook
03-ai-agent-for-devops/code/13/src/tools/slack_notifier.py:106
↓ 1 callers
Function
_send_slack_real
Send real Slack notification via webhook
03-ai-agent-for-devops/code/12/src/tools/slack_notifier.py:106
↓ 1 callers
Function
_summarize_result
One-line preview of a tool result for the progress panel.
03-ai-agent-for-devops/code/14/app.py:95
↓ 1 callers
Function
_summarize_result
One-line preview of a tool result for the progress panel.
03-ai-agent-for-devops/code/10/app.py:87
↓ 1 callers
Function
_summarize_result
One-line preview of a tool result for the progress panel.
03-ai-agent-for-devops/code/13/app.py:92
↓ 1 callers
Function
_summarize_result
One-line preview of a tool result for the progress panel.
03-ai-agent-for-devops/code/12/app.py:88
↓ 1 callers
Method
_tool_loop
Execute tool calls in a loop until the LLM returns a text-only response or we hit the iteration limit.
03-ai-agent-for-devops/code/14/src/agents/log_analyzer.py:90
↓ 1 callers
Method
_tool_loop
Execute tool calls in a loop until the LLM returns a text-only response or we hit the iteration limit.
03-ai-agent-for-devops/code/10/src/agents/log_analyzer.py:85
↓ 1 callers
Method
_tool_loop
Execute tool calls in a loop until the LLM returns a text-only response or we hit the iteration limit.
03-ai-agent-for-devops/code/13/src/agents/log_analyzer.py:90
↓ 1 callers
Method
_tool_loop
Execute tool calls in a loop until the LLM returns a text-only response or we hit the iteration limit.
03-ai-agent-for-devops/code/12/src/agents/log_analyzer.py:90
↓ 1 callers
Function
actionToPermission
(action, resource string)
02-mcp-for-devops/code/06/pkg/security/middleware.go:101
↓ 1 callers
Method
add
Save a new incident summary and return it.
03-ai-agent-for-devops/code/14/src/memory/incident_store.py:49
↓ 1 callers
Method
add
Save a new incident summary and return it.
03-ai-agent-for-devops/code/13/src/memory/incident_store.py:49
↓ 1 callers
Method
add
Save a new incident summary and return it.
03-ai-agent-for-devops/code/12/src/memory/incident_store.py:49
↓ 1 callers
Method
around
Return all entries within `window_seconds` of an anchor entry. Used to answer "what else was happening at the same time as this
03-ai-agent-for-devops/code/14/src/analysis/correlator.py:98
↓ 1 callers
Method
attach
(kind string)
02-mcp-for-devops/code/07/pkg/watch/watcher.go:95
↓ 1 callers
Function
buildClient
(spec ClusterSpec)
02-mcp-for-devops/code/07/pkg/multicluster/manager.go:118
↓ 1 callers
Function
buildConfig
(configPath string)
02-mcp-for-devops/code/06/pkg/k8s/client.go:46
↓ 1 callers
Function
buildConfig
(configPath string)
02-mcp-for-devops/code/03/pkg/k8s/client.go:43
↓ 1 callers
Function
buildConfig
(configPath string)
02-mcp-for-devops/code/04/pkg/k8s/client.go:46
↓ 1 callers
Function
build_timeline
Render a chronological text timeline with cross-source clusters marked. Format: TIMELINE (last 30m, 47 entries across 3 sources)
03-ai-agent-for-devops/code/14/src/analysis/correlator.py:121
↓ 1 callers
Method
clear_history
Clear the conversation history
03-ai-agent-for-devops/code/07/src/agents/log_analyzer.py:155
↓ 1 callers
Method
complete
(self)
03-ai-agent-for-devops/code/14/app.py:80
↓ 1 callers
Method
complete
(self)
03-ai-agent-for-devops/code/10/app.py:72
↓ 1 callers
Method
complete
(self)
03-ai-agent-for-devops/code/13/app.py:77
↓ 1 callers
Method
complete
(self)
03-ai-agent-for-devops/code/12/app.py:73
↓ 1 callers
Function
convert_to_langchain_messages
Convert Streamlit messages to LangChain message format
03-ai-agent-for-devops/code/09/app.py:123
↓ 1 callers
Function
convert_to_langchain_messages
Convert Streamlit messages to LangChain message format
03-ai-agent-for-devops/code/08/app.py:98
↓ 1 callers
Function
display_chat_messages
Display all chat messages from history
03-ai-agent-for-devops/code/09/app.py:116
↓ 1 callers
Function
display_chat_messages
Display all chat messages from history
03-ai-agent-for-devops/code/08/app.py:91
↓ 1 callers
Function
display_history
Render all past messages, including collapsed thinking steps.
03-ai-agent-for-devops/code/14/app.py:151
↓ 1 callers
Function
display_history
Render all past messages, including collapsed thinking steps.
03-ai-agent-for-devops/code/10/app.py:130
↓ 1 callers
Function
display_history
Render all past messages, including collapsed thinking steps.
03-ai-agent-for-devops/code/13/app.py:148
↓ 1 callers
Function
display_history
Render all past messages, including collapsed thinking steps.
03-ai-agent-for-devops/code/12/app.py:144
↓ 1 callers
Function
display_sidebar
Display sidebar with information and controls
03-ai-agent-for-devops/code/09/app.py:39
↓ 1 callers
Function
display_sidebar
Display sidebar with information and controls
03-ai-agent-for-devops/code/08/app.py:42
↓ 1 callers
Method
error
(self, msg: str)
03-ai-agent-for-devops/code/10/app.py:82
↓ 1 callers
Method
error
(self, msg: str)
03-ai-agent-for-devops/code/13/app.py:87
↓ 1 callers
Method
error
(self, msg: str)
03-ai-agent-for-devops/code/12/app.py:83
↓ 1 callers
Method
executeCreateConfigMap
executeCreateConfigMap handles ConfigMap creation/update
02-mcp-for-devops/code/06/pkg/tools/executor.go:234
↓ 1 callers
Method
executeCreateConfigMap
executeCreateConfigMap handles ConfigMap creation/update
02-mcp-for-devops/code/04/pkg/tools/executor.go:217
↓ 1 callers
Method
executeDeletePod
executeDeletePod handles pod deletion
02-mcp-for-devops/code/06/pkg/tools/executor.go:280
↓ 1 callers
Method
executeDeletePod
executeDeletePod handles pod deletion
02-mcp-for-devops/code/04/pkg/tools/executor.go:263
↓ 1 callers
Method
executeGetPodLogs
executeGetPodLogs handles log retrieval
02-mcp-for-devops/code/06/pkg/tools/executor.go:160
↓ 1 callers
Method
executeGetPodLogs
executeGetPodLogs handles log retrieval
02-mcp-for-devops/code/04/pkg/tools/executor.go:143
↓ 1 callers
Method
executeListPods
executeListPods handles listing pods in a namespace
02-mcp-for-devops/code/06/pkg/tools/executor.go:318
↓ 1 callers
Method
executeListPods
executeListPods handles listing pods in a namespace
02-mcp-for-devops/code/04/pkg/tools/executor.go:301
↓ 1 callers
Method
executeRestartDeployment
executeRestartDeployment handles deployment restarts
02-mcp-for-devops/code/06/pkg/tools/executor.go:130
↓ 1 callers
Method
executeRestartDeployment
executeRestartDeployment handles deployment restarts
02-mcp-for-devops/code/04/pkg/tools/executor.go:113
↓ 1 callers
Method
executeScaleDeployment
executeScaleDeployment handles deployment scaling
02-mcp-for-devops/code/06/pkg/tools/executor.go:83
↓ 1 callers
Method
executeScaleDeployment
executeScaleDeployment handles deployment scaling
02-mcp-for-devops/code/04/pkg/tools/executor.go:83
↓ 1 callers
Function
extractHeadersFromContext
(ctx context.Context)
02-mcp-for-devops/code/06/pkg/mcp/secure_server.go:86
↓ 1 callers
Method
findRole
(roleName string)
02-mcp-for-devops/code/06/pkg/rbac/policies.go:141
↓ 1 callers
Function
formatToolError
formatToolError formats tool execution errors
02-mcp-for-devops/code/06/pkg/mcp/tools.go:94
↓ 1 callers
Function
formatToolError
formatToolError formats tool execution errors
02-mcp-for-devops/code/04/pkg/mcp/tools.go:94
↓ 1 callers
Function
formatToolResult
formatToolResult formats successful tool execution results
02-mcp-for-devops/code/06/pkg/mcp/tools.go:58
↓ 1 callers
Function
formatToolResult
formatToolResult formats successful tool execution results
02-mcp-for-devops/code/04/pkg/mcp/tools.go:58
↓ 1 callers
Function
generateEventID
()
02-mcp-for-devops/code/06/pkg/audit/logger.go:133
↓ 1 callers
Method
getConfigMapDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/06/pkg/k8s/client.go:343
↓ 1 callers
Method
getConfigMapDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/03/pkg/k8s/client.go:340
↓ 1 callers
Method
getConfigMapDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/04/pkg/k8s/client.go:343
↓ 1 callers
Function
getContainerInfo
(pod *corev1.Pod)
02-mcp-for-devops/code/06/pkg/k8s/client.go:395
↓ 1 callers
Function
getContainerInfo
(pod *corev1.Pod)
02-mcp-for-devops/code/03/pkg/k8s/client.go:392
↓ 1 callers
Function
getContainerInfo
(pod *corev1.Pod)
02-mcp-for-devops/code/04/pkg/k8s/client.go:395
↓ 1 callers
Function
getDeploymentConditions
(deployment *appsv1.Deployment)
02-mcp-for-devops/code/06/pkg/k8s/client.go:442
↓ 1 callers
Function
getDeploymentConditions
(deployment *appsv1.Deployment)
02-mcp-for-devops/code/03/pkg/k8s/client.go:439
↓ 1 callers
Function
getDeploymentConditions
(deployment *appsv1.Deployment)
02-mcp-for-devops/code/04/pkg/k8s/client.go:442
↓ 1 callers
Method
getDeploymentDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/06/pkg/k8s/client.go:305
↓ 1 callers
Method
getDeploymentDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/03/pkg/k8s/client.go:302
↓ 1 callers
Method
getDeploymentDetails
(ctx context.Context, namespace, name string)
02-mcp-for-devops/code/04/pkg/k8s/client.go:305
↓ 1 callers
Function
getNamespace
* The extension does not talk to the MCP server directly. Instead it routes * user intent through GitHub Copilot Chat, which already has the * `k8s-
02-mcp-for-devops/code/05/extension/src/extension.ts:10
↓ 1 callers
Method
getNamespaceDetails
(ctx context.Context, name string)
02-mcp-for-devops/code/06/pkg/k8s/client.go:365
↓ 1 callers
Method
getNamespaceDetails
(ctx context.Context, name string)
02-mcp-for-devops/code/03/pkg/k8s/client.go:362
↓ 1 callers
Method
getNamespaceDetails
(ctx context.Context, name string)
02-mcp-for-devops/code/04/pkg/k8s/client.go:365
← previous
next →
201–300 of 787, ranked by callers