-
Notifications
You must be signed in to change notification settings - Fork 136
Azure OpenAI integration #44
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
Open
lostein85
wants to merge
7
commits into
microsoft:main
Choose a base branch
from
lostein85:azure-openai-integration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
ce6ae75
Add Azure OpenAI integration and fix storage classes
lostein85 6c09435
docs: Add comprehensive Azure OpenAI setup and troubleshooting guide
lostein85 54e4654
Update test_flash_single.py
lostein85 f474276
Update quick-setup.ps1
lostein85 89a1e7d
Addressed feedback from previous PR and made improvements
lostein85 5a53529
cahnges to the pul
lostein85 3a00c42
Merge branch 'main' into azure-openai-integration
lostein85 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| <!-- Use this file to provide workspace-specific custom instructions to Copilot. For more details, visit https://code.visualstudio.com/docs/copilot/copilot-customization#_use-a-githubcopilotinstructionsmd-file --> | ||
|
|
||
| # AIOpsLab Project Instructions | ||
|
|
||
| This is the AIOpsLab project - a holistic framework for designing, developing, and evaluating autonomous AIOps agents. | ||
|
|
||
| ## Project Context | ||
| - **Framework**: AIOpsLab is designed for building reproducible, standardized, interoperable and scalable benchmarks for AIOps agents | ||
| - **Language**: Python 3.11+ with Poetry for dependency management | ||
| - **Key Features**: | ||
| - Deploy microservice cloud environments | ||
| - Inject faults for testing | ||
| - Generate workloads | ||
| - Export telemetry data | ||
| - Orchestrate components | ||
| - Provide interfaces for agent interaction and evaluation | ||
|
|
||
| ## Code Style Guidelines | ||
| - Follow Python PEP 8 standards | ||
| - Use type hints where appropriate | ||
| - Maintain consistent docstring format | ||
| - Use the existing project structure and patterns | ||
|
|
||
| ## Key Components | ||
| - `aiopslab/`: Core framework code | ||
| - `aiopslab/generators/`: Fault injection and workload generation | ||
| - `aiopslab/observer/`: Monitoring and telemetry | ||
| - `aiopslab/orchestrator/`: Main orchestration logic | ||
| - `aiopslab/service/`: Service management utilities | ||
| - `clients/`: AI/ML client implementations | ||
| - `tests/`: Test suites | ||
|
|
||
| ## Dependencies | ||
| - Uses Poetry for dependency management | ||
| - Requires Python >= 3.11, < 3.13 | ||
| - Key dependencies include Kubernetes, OpenAI, Pydantic, Rich, Prometheus API client | ||
|
|
||
| ## Development Notes | ||
| - This is an active research project for AIOps agent evaluation | ||
| - Focus on maintaining compatibility with the existing benchmark suite | ||
| - When adding new features, consider the impact on reproducibility and scalability |
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
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.
Why did you delete a section in .gitignore? Maybe a better idea to keep them