Skip to content

Commit

Permalink
Azure AI Foundary - Projects JS SDK - Agents Preview (#32301)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
New package @azure/ai-projects

### Issues associated with this PR


### Describe the problem that is addressed by this PR
AI Projects with Agent capabilities more details here

https://learn.microsoft.com/en-us/azure/ai-studio/how-to/create-projects?tabs=ai-studio

https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/sdk-overview

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [x ] Added impacted package name to the issue description
- [ x] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x ] Added a changelog (if necessary)

---------

Co-authored-by: Grace Brigham <30578281+GraceBrigham@users.noreply.github.com>
Co-authored-by: Grace Brigham <nbrigham@microsoft.com>
Co-authored-by: ZachhK <112514790+ZachhK@users.noreply.github.com>
Co-authored-by: Zachary King <zacharyking@microsoft.com>
Co-authored-by: ansaxena1 <72756698+ansaxena1@users.noreply.github.com>
Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com>
Co-authored-by: Jeff Fisher <jeffish@microsoft.com>
  • Loading branch information
8 people authored Dec 19, 2024
1 parent cbd2b87 commit 2faafa9
Show file tree
Hide file tree
Showing 176 changed files with 29,006 additions and 0 deletions.
97 changes: 97 additions & 0 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -2322,6 +2322,11 @@
"packageName": "@azure/arm-connectedcache",
"projectFolder": "sdk/connectedcache/arm-connectedcache",
"versionPolicyName": "management"
},
{
"packageName": "@azure/ai-projects",
"projectFolder": "sdk/ai/ai-projects",
"versionPolicyName": "client"
}
]
}
7 changes: 7 additions & 0 deletions sdk/ai/ai-projects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release History

## 1.0.0-beta.1 (2024-12-19)

### Features Added

- This is the initial beta release for the Azure AI Projects SDK
21 changes: 21 additions & 0 deletions sdk/ai/ai-projects/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2024 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 2faafa9

Please sign in to comment.