agent: |
Managing workspaces and access control
DagKnows Architecture Overview
Setting up SSO via Azure AD for Dagknows
Enable "Auto Exec" and "Send Execution Result to LLM" in "Adjust Settings" if desired
Add credentials for various integrations
(Optionally) Add ubuntu user to docker group and refresh group membership
Deployment of an EKS Cluster with Worker Nodes in AWS
Adding, Deleting, Listing DagKnows Proxy credentials or key-value pairs
Comprehensive AWS Security and Compliance Evaluation Workflow (SOC2 Super Runbook)
AWS EKS Version Update 1.29 to 1.30 via terraform
Instruction to allow WinRM connection
MSP Usecase: User Onboarding Azure + M365
Post a message to a Slack channel
How to debug a kafka cluster and kafka topics?
Open VPN Troubleshooting (Powershell)
Execute a simple task on the proxy
Assign the proxy role to a user
Create roles to access credentials in proxy
Install OpenVPN client on Windows laptop
Setup Kubernetes kubectl and Minikube on Ubuntu 22.04 LTS
Install Prometheus and Grafana on the minikube cluster on EC2 instance in the monitoring namespace
update the EKS versions in different clusters
AI agent session 2024-09-12T09:36:14-07:00 by Sarang Dharmapurikar
Parse EDN content and give a JSON out
Check whether a user is there on Azure AD and if the user account status is enabled
Get the input parameters of a Jenkins pipeline
Get the console output of last Jenkins job build
Get last build status for a Jenkins job
Trigger a Jenkins job with param values
List all the resource ARNs in a given region
Give me steps to do health checks on a Linux Server
Process Zendesk Ticket for updating comments (auto reply)
Add a public comment to a Zendesk Ticket
Identify list out IAM users list in AWS using dagknows
Restoring an AWS Redshift Cluster from a Snapshot
Notify about disk space before cleaning up
GitHub related tasks
- 1cW4JWQQj5fRqwilzVXgsList all the repos that I have access to. Public and private both.
1
List all the repos that I have access to. Public and private both.
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script lists all repositories that the user has access to, including public and private ones, and not just the ones they own.
inputsoutputs1 - 2DoIuqKoeDlqBYYBZqL42Check if a GitHub token is valid or expired.
2
Check if a GitHub token is valid or expired.
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.2 - 3Cw69JwUqencDt51NTThHList branches of a given repo
3
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script checks why the branches of a specified GitHub repository cannot be listed and provides a more detailed explanation.
inputsoutputs3 - 4FGnnENi9JeWHomz0c3a7List just the names of the branches of a github repo.
4
List just the names of the branches of a github repo.
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script lists just the names of the branches of a specified GitHub repository.
inputsoutputs4 - 5WUbZAB1XhI6xzYww1FYxCreate a new branch for a repo.
5
Create a new branch for a repo.
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script creates a new branch specified in branch_name for the specified GitHub repository.
inputsoutputs5 - 6VYUrl6HnTludBnlqJsnmSwitch to a branch and list the repo files
6
Switch to a branch and list the repo files
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script switches to the specified branch and lists the files in the repository.
inputsoutputs6 - 7fuV0hKvoJ5F0JuNCw6vaGet the contents of a file in the github repo
7
Get the contents of a file in the github repo
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script shows the contents of the specified file in the specified branch of the GitHub repository.
inputsoutputs7 - 8srykJq1KrA3Gu5l78mmSUpdate the contents of a file in the repo and commit the changes to a branch.
8
Update the contents of a file in the repo and commit the changes to a branch.
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script updates the README.md file with 'Hello folks!' at the top and commits the changes to the specified branch.
inputsoutputs8 - 9F8EvvPOioS4hrIBeVBEACreate a pull request to merge a feature branch to main branch for a repo
9
Create a pull request to merge a feature branch to main branch for a repo
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script creates a pull request to merge the branch head_branch (like feature branch) to the base_branch (like main) for the specified GitHub repository.
inputsoutputs9 - 10BEL2d0AwDhLVzpWBIEk6Assign a pull request to a user
10
Assign a pull request to a user
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.This script assigns the specified reviewer to the pull request for the specified GitHub repository.
inputsoutputs10