Python: Packaging fixes#1056
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR focuses on packaging improvements for the Python Agent Framework, specifically preparing the packages for publication. The changes include removing lab package from dependencies, setting up build/publish tasks, adding metadata, and standardizing homepage URLs.
- Removed agent-framework-lab from meta package dependencies
- Added build and publish tasks using flit and uv tools
- Updated all package homepage URLs to use aka.ms shortlink
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| python/shared_tasks.toml | Added build, publish, and clean-dist tasks |
| python/pyproject.toml | Enhanced metadata, removed lab dependency, added build/publish tasks |
| python/packages/*/pyproject.toml | Updated homepage URLs to aka.ms shortlink |
| python/packages/lab/pyproject.toml | Added skip build/publish tasks |
| python/packages/core/agent_framework/devui/init.pyi | Added type stub file for devui module |
| python/docs/generate_docs.py | Changed boolean config values from True/False to 1/0 |
| python/LICENSE | Added MIT license file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Contributor
moonbox3
approved these changes
Oct 1, 2025
markwallace-microsoft
approved these changes
Oct 1, 2025
ReubenBond
pushed a commit
to ReubenBond/agent-framework
that referenced
this pull request
Oct 28, 2025
* small updates to setup * post1 * reset version * updated package status
Arturo-Quiroga-MSFT
pushed a commit
to Arturo-Quiroga-MSFT/agent-framework-public
that referenced
this pull request
Nov 23, 2025
* small updates to setup * post1 * reset version * updated package status
moonbox3
reviewed
Apr 10, 2026
| test-gaia = "pytest gaia/tests --cov=agent_framework_lab_gaia --cov-report=term-missing:skip-covered" | ||
| test-lightning = "pytest lightning/tests --cov=agent_framework_lab_lightning --cov-report=term-missing:skip-covered" | ||
| test-tau2 = "pytest tau2/tests --cov=agent_framework_lab_tau2 --cov-report=term-missing:skip-covered" | ||
| build = "echo 'Skipping build'" |
Contributor
There was a problem hiding this comment.
@eavanvalkenburg do you remember why this override was added? We haven't published the lab package in about 6 months.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation and Context
Some fixes that came out of testing publish:
Description
Contribution Checklist