Skip to content

Python: Fix Agent Lightning installation link - #7693

Merged
Roger Barreto (rogerbarreto) merged 1 commit into
microsoft:mainfrom
rogerbarreto:fix-agent-lightning-install-link
Aug 17, 2026
Merged

Python: Fix Agent Lightning installation link#7693
Roger Barreto (rogerbarreto) merged 1 commit into
microsoft:mainfrom
rogerbarreto:fix-agent-lightning-install-link

Conversation

@rogerbarreto

Copy link
Copy Markdown
Member

Motivation & Context

The Agent Framework Lab Lightning README links to an Agent Lightning installation path that now returns HTTP 404. The lab package supports Agent Lightning 0.2.x and 0.3.x, so the setup link should target the compatible 0.3.0 documentation instead of the current stable documentation for the redesigned 1.0 release.

Description & Review Guide

  • What are the major changes? Replaces the broken Agent Lightning installation URL with the versioned 0.3.0 installation guide.
  • What is the impact of these changes? Readers can reach setup instructions compatible with the package dependency range.
  • What do you want reviewers to focus on? Confirm the versioned documentation matches agentlightning>=0.2.0,<0.4.0.

Related Issue

N/A. No tracking issue.

Contribution Checklist

  • The code builds clean without any errors or warnings
  • All unit tests pass, and I have added new tests where possible
  • The PR follows the Contribution Guidelines
  • This PR is linked to an issue and there is no other open PR for this issue (see Related Issue above).
  • This is not a breaking change. If it is a breaking change, add the breaking change label (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.

Copilot AI balanced review requested due to automatic review settings August 17, 2026 12:26
@agent-framework-automation agent-framework-automation Bot added documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs python Usage: [Issues, PRs], Target: Python lab Usage: [Issues, PRs], Target: lab packages labels Aug 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the Lightning lab README to link to installation documentation compatible with its Agent Lightning dependency range.

Changes:

  • Replaces the broken stable installation link with the versioned 0.3.0 guide.
  • Aligns setup guidance with agentlightning>=0.2.0,<0.4.0.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

MAF Automated Review — Iteration 1

Result: No findings
Scope: full PR (1 commit(s)): eabc0a509f8b
Model: gpt-5.6-sol

Overview

This documentation-only change replaces the broken stable installation link with the Agent Lightning 0.3.0 guide, matching both the declared >=0.2.0,<0.4.0 dependency range and the lockfile resolved 0.3.0 version. Existing Markdown link validation covers the changed file and rejects HTTP errors. No publishable runtime, compatibility, architectural, or security risk was established.

Reviewed the supplied pull-request change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.

@github-actions

Copy link
Copy Markdown
Contributor

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL46779435790% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python Unit Test Overview

Tests Skipped Failures Errors Time
9452 36 💤 0 ❌ 0 🔥 2m 37s ⏱️

@rogerbarreto
Roger Barreto (rogerbarreto) added this pull request to the merge queue Aug 17, 2026
Merged via the queue into microsoft:main with commit 1159249 Aug 17, 2026
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs lab Usage: [Issues, PRs], Target: lab packages python Usage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants