-
Notifications
You must be signed in to change notification settings - Fork 1.5k
{AKS} Add framework for interactive AI agent tool #8990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d207e30
add interactive AI-powered deubgging tool `az aks agent`
mainred 3e93c18
use holmesgpt official release
mainred feeff45
fix help examples
mainred dba652e
remove unnecessary flags
mainred 9fd3d09
fix style lint
mainred 8265cd1
address comments
mainred 2d8590e
raise error on python <3.10
mainred 15fbd99
fix lint
mainred d006fc1
test azure-mgmt-sql dependency
mainred 5dee708
update flags
mainred 041e0fc
refine AKS context system prompt
mainred 05a818d
make rg and cluster name optional and update the system prompt
mainred d1efab2
use holmesgpt 0.12.4
mainred a3bbc45
Merge branch 'main' of github.com:Azure/azure-cli-extensions into aks…
mainred 8e1c379
bump aks-preview version
mainred 06ad10c
remove typer
mainred fd8ee72
fix custome-toolset flag
mainred bb7b57e
add validators for custom-toolsets and config-file
mainred c0d2ee4
expand the config and custom toolset path
mainred 3b498cf
add disclaimer
mainred 3e750fe
add config exmaple and remove custom-toolsets flag
mainred 5da8c0f
Merge branch 'main' of github.com:Azure/azure-cli-extensions into aks…
mainred d473c41
add telemetry
mainred 1bfdf24
add framework for AI agent
mainred File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask why these lines of code need to be commented out? If the parameters should be removed, please delete them directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We comment them out because these code will be introduced by one week or so later.
Currently we are under private preview to not expose this feature the user, unless the private preview looks good.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the agent subcommand from commands.py requires us to remove the parameters and helps to meet the requirement of style check. We want to keep as many code as possible though.
Keeping them here so that we can bring them back soon. If you are against from commenting so many code, I am fine to remove them directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it. Just commenting them out temporarily is fine.