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
Function
fetch_cloudwatch_logs
Fetch recent CloudWatch Logs from an AWS log group. Use this for application logs that are shipped to CloudWatch — typically EKS pods co
03-ai-agent-for-devops/code/13/src/tools/cloud_logs.py:25
Function
fetch_kubernetes_pod_logs
Fetch recent logs from a Kubernetes pod. Reads stdout/stderr via the Kubernetes API. Uses the default namespace from K8S_DEFAULT_NAMESPA
03-ai-agent-for-devops/code/14/src/tools/cloud_logs.py:56
Function
fetch_kubernetes_pod_logs
Fetch recent logs from a Kubernetes pod. Reads stdout/stderr via the Kubernetes API. Uses the default namespace from K8S_DEFAULT_NAMESPA
03-ai-agent-for-devops/code/13/src/tools/cloud_logs.py:56
Function
find_correlated_events
Find events from any source that happened close in time to a specific log line. Use this when you've already found a suspicious entry (a
03-ai-agent-for-devops/code/14/src/tools/correlation.py:82
Method
get_all
Return all stored incidents (newest first).
03-ai-agent-for-devops/code/14/src/memory/incident_store.py:73
Method
get_all
Return all stored incidents (newest first).
03-ai-agent-for-devops/code/13/src/memory/incident_store.py:73
Method
get_all
Return all stored incidents (newest first).
03-ai-agent-for-devops/code/12/src/memory/incident_store.py:73
Method
get_history
Get the conversation history
03-ai-agent-for-devops/code/07/src/agents/log_analyzer.py:159
Method
get_llm
Get the LLM instance
03-ai-agent-for-devops/code/14/src/models/github_openai.py:19
Method
get_llm
Get the LLM instance
03-ai-agent-for-devops/code/10/src/models/github_openai.py:19
Method
get_llm
Get the LLM instance
03-ai-agent-for-devops/code/13/src/models/github_openai.py:19
Method
get_llm
Get the LLM instance
03-ai-agent-for-devops/code/12/src/models/github_openai.py:19
Method
get_llm_with_tools
Get LLM with tools bound
03-ai-agent-for-devops/code/14/src/models/github_openai.py:23
Method
get_llm_with_tools
Get LLM with tools bound
03-ai-agent-for-devops/code/10/src/models/github_openai.py:23
Method
get_llm_with_tools
Get LLM with tools bound
03-ai-agent-for-devops/code/13/src/models/github_openai.py:23
Method
get_llm_with_tools
Get LLM with tools bound
03-ai-agent-for-devops/code/12/src/models/github_openai.py:23
Method
get_time
Get the current time.
03-ai-agent-for-devops/code/14/tests/test_minimax_integration.py:47
Method
get_time
Get the current time.
03-ai-agent-for-devops/code/10/tests/test_minimax_integration.py:47
Method
get_time
Get the current time.
03-ai-agent-for-devops/code/13/tests/test_minimax_integration.py:47
Method
get_time
Get the current time.
03-ai-agent-for-devops/code/12/tests/test_minimax_integration.py:47
Method
handleCRDList
(ctx context.Context, req mcp.CallToolRequest)
02-mcp-for-devops/code/07/pkg/mcp/server.go:156
Method
handleClusters
(ctx context.Context, _ mcp.CallToolRequest)
02-mcp-for-devops/code/07/pkg/mcp/server.go:143
Method
handleHelmInstall
(ctx context.Context, req mcp.CallToolRequest)
02-mcp-for-devops/code/07/pkg/mcp/server.go:202
Method
handleHelmList
(ctx context.Context, req mcp.CallToolRequest)
02-mcp-for-devops/code/07/pkg/mcp/server.go:193
Method
handleListPods
--- handlers ---------------------------------------------------------------
02-mcp-for-devops/code/07/pkg/mcp/server.go:104
Method
handleResourceRead
handleResourceRead handles resource read requests
02-mcp-for-devops/code/06/pkg/mcp/resources.go:87
Method
handleResourceRead
handleResourceRead handles resource read requests
02-mcp-for-devops/code/03/pkg/mcp/server.go:136
Method
handleResourceRead
handleResourceRead handles resource read requests
02-mcp-for-devops/code/04/pkg/mcp/resources.go:87
Method
handleToolCall
Add new method to handle tool calls
02-mcp-for-devops/code/06/pkg/mcp/tools.go:25
Method
handleToolCall
Add new method to handle tool calls
02-mcp-for-devops/code/04/pkg/mcp/tools.go:25
Method
has_errors
(self)
03-ai-agent-for-devops/code/14/src/analysis/correlator.py:45
Method
is_cross_source
(self)
03-ai-agent-for-devops/code/14/src/analysis/correlator.py:41
Method
is_k8s_configured
Check if Kubernetes is configured
03-ai-agent-for-devops/code/14/src/config.py:67
Method
is_k8s_configured
Check if Kubernetes is configured
03-ai-agent-for-devops/code/09/src/config.py:32
Method
is_k8s_configured
Check if Kubernetes is configured
03-ai-agent-for-devops/code/10/src/config.py:53
Method
is_k8s_configured
Check if Kubernetes is configured
03-ai-agent-for-devops/code/13/src/config.py:67
Method
is_k8s_configured
Check if Kubernetes is configured
03-ai-agent-for-devops/code/12/src/config.py:54
Function
list_log_files
List all available log files in the logs directory. Returns: String containing list of available log files with their sizes
03-ai-agent-for-devops/code/14/src/tools/log_reader.py:42
Function
list_log_files
List all available log files in the logs directory. Returns: String containing list of available log files with their sizes
03-ai-agent-for-devops/code/07/src/tools/log_reader.py:42
Function
list_log_files
List all available log files in the logs directory. Returns: String containing list of available log files with their sizes
03-ai-agent-for-devops/code/09/src/tools/log_reader.py:42
Function
list_log_files
List all available log files in the logs directory. Returns: String containing list of available log files with their sizes
03-ai-agent-for-devops/code/10/src/tools/log_reader.py:42
Function
list_log_files
List all available log files in the logs directory. Returns: String containing list of available log files with their sizes
03-ai-agent-for-devops/code/13/src/tools/log_reader.py:42
Function
list_log_files
List all available log files in the logs directory. Returns: String containing list of available log files with their sizes
03-ai-agent-for-devops/code/12/src/tools/log_reader.py:42
Function
list_log_files
List all available log files in the logs directory. Returns: String containing list of available log files with their sizes
03-ai-agent-for-devops/code/08/src/tools/log_reader.py:42
Function
list_log_sources
List which log sources are currently configured. Shows whether CloudWatch, Kubernetes, and Elasticsearch are connected to real backends
03-ai-agent-for-devops/code/14/src/tools/cloud_logs.py:117
Function
list_log_sources
List which log sources are currently configured. Shows whether CloudWatch, Kubernetes, and Elasticsearch are connected to real backends
03-ai-agent-for-devops/code/13/src/tools/cloud_logs.py:117
Method
list_sessions
Return session IDs for all stored sessions.
03-ai-agent-for-devops/code/14/src/memory/chat_store.py:57
Method
list_sessions
Return session IDs for all stored sessions.
03-ai-agent-for-devops/code/13/src/memory/chat_store.py:57
Method
list_sessions
Return session IDs for all stored sessions.
03-ai-agent-for-devops/code/12/src/memory/chat_store.py:57
Function
main
()
02-mcp-for-devops/code/07/cmd/server/main.go:15
Function
main
()
02-mcp-for-devops/code/06/cmd/server/main.go:27
Function
main
()
02-mcp-for-devops/code/03/cmd/server/main.go:16
Function
main
()
02-mcp-for-devops/code/04/cmd/server/main.go:16
Function
main
()
02-mcp-for-devops/code/08/cmd/server/main.go:21
Function
read_log_file
Read contents of a log file from the logs directory. Args: filename: Name of the log file (e.g., 'app.log', 'error.log')
03-ai-agent-for-devops/code/14/src/tools/log_reader.py:11
Function
read_log_file
Read contents of a log file from the logs directory. Args: filename: Name of the log file (e.g., 'app.log', 'error.log')
03-ai-agent-for-devops/code/07/src/tools/log_reader.py:11
Function
read_log_file
Read contents of a log file. Input should be the filename.
03-ai-agent-for-devops/code/06/src/langchain_log_analyzer.py:14
Function
read_log_file
Read contents of a log file from the logs directory. Args: filename: Name of the log file (e.g., 'app.log', 'error.log')
03-ai-agent-for-devops/code/09/src/tools/log_reader.py:11
Function
read_log_file
Read contents of a log file from the logs directory. Args: filename: Name of the log file (e.g., 'app.log', 'error.log')
03-ai-agent-for-devops/code/10/src/tools/log_reader.py:11
Function
read_log_file
Read contents of a log file from the logs directory. Args: filename: Name of the log file (e.g., 'app.log', 'error.log')
03-ai-agent-for-devops/code/13/src/tools/log_reader.py:11
Function
read_log_file
Read contents of a log file from the logs directory. Args: filename: Name of the log file (e.g., 'app.log', 'error.log')
03-ai-agent-for-devops/code/12/src/tools/log_reader.py:11
Function
read_log_file
Read contents of a log file from the logs directory. Args: filename: Name of the log file (e.g., 'app.log', 'error.log')
03-ai-agent-for-devops/code/08/src/tools/log_reader.py:11
Function
reboot_rds_instance
Reboot an AWS RDS database instance to reset connections and restore service. IMPORTANT: Always ask for user approval before using this tool.
03-ai-agent-for-devops/code/14/src/tools/aws_actions.py:20
Function
reboot_rds_instance
Reboot an AWS RDS database instance to reset connections and restore service. IMPORTANT: Always ask for user approval before using this tool.
03-ai-agent-for-devops/code/10/src/tools/aws_actions.py:20
Function
reboot_rds_instance
Reboot an AWS RDS database instance to reset connections and restore service. IMPORTANT: Always ask for user approval before using this tool.
03-ai-agent-for-devops/code/13/src/tools/aws_actions.py:20
Function
reboot_rds_instance
Reboot an AWS RDS database instance to reset connections and restore service. IMPORTANT: Always ask for user approval before using this tool.
03-ai-agent-for-devops/code/12/src/tools/aws_actions.py:20
Function
restart_kubernetes_pod
Restart a Kubernetes pod by deleting it (will be recreated by deployment/replicaset). IMPORTANT: Always ask for user approval before using th
03-ai-agent-for-devops/code/14/src/tools/actions.py:9
Function
restart_kubernetes_pod
Restart a Kubernetes pod by deleting it (will be recreated by deployment/replicaset). IMPORTANT: Always ask for user approval before using th
03-ai-agent-for-devops/code/09/src/tools/actions.py:9
Function
restart_kubernetes_pod
Restart a Kubernetes pod by deleting it (will be recreated by deployment/replicaset). IMPORTANT: Always ask for user approval before using th
03-ai-agent-for-devops/code/10/src/tools/actions.py:9
Function
restart_kubernetes_pod
Restart a Kubernetes pod by deleting it (will be recreated by deployment/replicaset). IMPORTANT: Always ask for user approval before using th
03-ai-agent-for-devops/code/13/src/tools/actions.py:9
Function
restart_kubernetes_pod
Restart a Kubernetes pod by deleting it (will be recreated by deployment/replicaset). IMPORTANT: Always ask for user approval before using th
03-ai-agent-for-devops/code/12/src/tools/actions.py:9
Method
search
Simple keyword search across incident fields. Returns incidents whose summary, root_cause, or affected_systems contain the qu
03-ai-agent-for-devops/code/12/src/memory/incident_store.py:81
Function
search_elasticsearch
Search an Elasticsearch index for recent log entries. Use for centralised application logs indexed in Elasticsearch (or OpenSearch). The
03-ai-agent-for-devops/code/14/src/tools/cloud_logs.py:86
Function
search_elasticsearch
Search an Elasticsearch index for recent log entries. Use for centralised application logs indexed in Elasticsearch (or OpenSearch). The
03-ai-agent-for-devops/code/13/src/tools/cloud_logs.py:86
Function
search_logs
Search for a specific term in a log file and return matching lines. Args: filename: Name of the log file to search searc
03-ai-agent-for-devops/code/14/src/tools/log_reader.py:73
Function
search_logs
Search for a specific term in a log file and return matching lines. Args: filename: Name of the log file to search searc
03-ai-agent-for-devops/code/07/src/tools/log_reader.py:73
Function
search_logs
Search for a specific term in a log file and return matching lines. Args: filename: Name of the log file to search searc
03-ai-agent-for-devops/code/09/src/tools/log_reader.py:73
Function
search_logs
Search for a specific term in a log file and return matching lines. Args: filename: Name of the log file to search searc
03-ai-agent-for-devops/code/10/src/tools/log_reader.py:73
Function
search_logs
Search for a specific term in a log file and return matching lines. Args: filename: Name of the log file to search searc
03-ai-agent-for-devops/code/13/src/tools/log_reader.py:73
Function
search_logs
Search for a specific term in a log file and return matching lines. Args: filename: Name of the log file to search searc
03-ai-agent-for-devops/code/12/src/tools/log_reader.py:73
Function
search_logs
Search for a specific term in a log file and return matching lines. Args: filename: Name of the log file to search searc
03-ai-agent-for-devops/code/08/src/tools/log_reader.py:73
Function
send_slack_notification
Send an incident notification to a Slack channel with details about the issue and actions taken. Use this AFTER an action has been executed t
03-ai-agent-for-devops/code/14/src/tools/slack_notifier.py:17
Function
send_slack_notification
Send an incident notification to a Slack channel with details about the issue and actions taken. Use this AFTER an action has been executed t
03-ai-agent-for-devops/code/10/src/tools/slack_notifier.py:17
Function
send_slack_notification
Send an incident notification to a Slack channel with details about the issue and actions taken. Use this AFTER an action has been executed t
03-ai-agent-for-devops/code/13/src/tools/slack_notifier.py:17
Function
send_slack_notification
Send an incident notification to a Slack channel with details about the issue and actions taken. Use this AFTER an action has been executed t
03-ai-agent-for-devops/code/12/src/tools/slack_notifier.py:17
Method
services
(self)
03-ai-agent-for-devops/code/14/src/analysis/correlator.py:37
Method
setUpClass
(cls)
03-ai-agent-for-devops/code/14/tests/test_minimax_integration.py:24
Method
setUpClass
(cls)
03-ai-agent-for-devops/code/10/tests/test_minimax_integration.py:24
Method
setUpClass
(cls)
03-ai-agent-for-devops/code/13/tests/test_minimax_integration.py:24
Method
setUpClass
(cls)
03-ai-agent-for-devops/code/12/tests/test_minimax_integration.py:24
Method
sources
(self)
03-ai-agent-for-devops/code/14/src/analysis/correlator.py:33
Method
test_config_minimax_defaults
Config has correct MiniMax default values.
03-ai-agent-for-devops/code/14/tests/test_minimax.py:293
Method
test_config_minimax_defaults
Config has correct MiniMax default values.
03-ai-agent-for-devops/code/10/tests/test_minimax.py:293
Method
test_config_minimax_defaults
Config has correct MiniMax default values.
03-ai-agent-for-devops/code/13/tests/test_minimax.py:293
Method
test_config_minimax_defaults
Config has correct MiniMax default values.
03-ai-agent-for-devops/code/12/tests/test_minimax.py:293
Method
test_config_minimax_provider_value
Config.LLM_PROVIDER is 'minimax' when set.
03-ai-agent-for-devops/code/14/tests/test_minimax.py:306
Method
test_config_minimax_provider_value
Config.LLM_PROVIDER is 'minimax' when set.
03-ai-agent-for-devops/code/10/tests/test_minimax.py:306
Method
test_config_minimax_provider_value
Config.LLM_PROVIDER is 'minimax' when set.
03-ai-agent-for-devops/code/13/tests/test_minimax.py:306
Method
test_config_minimax_provider_value
Config.LLM_PROVIDER is 'minimax' when set.
03-ai-agent-for-devops/code/12/tests/test_minimax.py:306
Method
test_create_model_importable
create_model is importable from src.models.
03-ai-agent-for-devops/code/14/tests/test_minimax.py:332
← previous
next →
601–700 of 787, ranked by callers