Skip to content

Nirovins/add ci #40833

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 1 commit into from
May 1, 2025
Merged

Nirovins/add ci #40833

merged 1 commit into from
May 1, 2025

Conversation

nick863
Copy link
Member

@nick863 nick863 commented May 1, 2025

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@Copilot Copilot AI review requested due to automatic review settings May 1, 2025 00:24
@github-actions github-actions bot added the AI label May 1, 2025
@nick863 nick863 changed the base branch from main to feature/azure-ai-agents-v1 May 1, 2025 00:24
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request introduces the initial version (1.0.0b1) of the Azure AI Agents SDK for Python with both synchronous and asynchronous clients, along with supporting configuration, utility, and type definition modules. Key changes include:

  • New asynchronous client implementations and corresponding configuration and operations modules.
  • Synchronous client components with consistent API patterns.
  • Updated documentation (including FunctionTool specifications), version file, and changelog.

Reviewed Changes

Copilot reviewed 156 out of 160 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
aio/operations/init.py Initializes async operations with proper imports and patching.
aio/_configuration.py Implements async configuration with correct policies for Azure credentials.
aio/_client.py Provides async client implementation using the pipeline client and request formatting.
aio/init.py Sets up async module initialization and patching.
_version.py Defines the SDK version as "1.0.0b1".
_utils/utils.py Contains utility functions for multipart data serialization.
_utils/init.py Module initialization for utilities.
_types.py Declares common type unions for agents; includes duplicate types in unions.
_configuration.py Implements synchronous configuration including credential policy inference.
_client.py Contains the synchronous client implementation using a template base URL.
init.py (agents package) Initializes the agents package with patching and versioning.
init.py (azure/ai/agents and azure) Establishes module paths and package extension.
LICENSE Includes the existing MIT license information.
FunctionTool.md Provides documentation and examples for using the FunctionTool utility.
CHANGELOG.md Logs the initial version release with a feature summary.
Files not reviewed (4)
  • pylintrc: Language not supported
  • sdk/ai/azure-ai-agents/MANIFEST.in: Language not supported
  • sdk/ai/azure-ai-agents/apiview-properties.json: Language not supported
  • sdk/ai/azure-ai-agents/assets.json: Language not supported

@nick863 nick863 merged commit 680f9e9 into feature/azure-ai-agents-v1 May 1, 2025
23 of 29 checks passed
@nick863 nick863 deleted the nirovins/add_ci branch May 1, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants