Python: Fix Agent Lightning installation link - #7693
Conversation
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
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
agentlightning>=0.2.0,<0.4.0.Related Issue
N/A. No tracking issue.
Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.