v0.5.0
v0.5.0
Summary
AgentLane 0.5.0 changes the packaging and release model for optional integrations. The framework now publishes a single agentlane distribution to PyPI and exposes Braintrust and LiteLLM support through install extras instead of separate addon projects.
Changed
- Switched the optional integration packaging model from multiple PyPI projects to one
agentlanedistribution that bundlesagentlane_braintrust,agentlane_litellm, andagentlane_openai. - Added
agentlane[braintrust],agentlane[litellm],agentlane[openai], andagentlane[all]extras so optional integrations install from the root package. - Simplified the GitHub Actions PyPI workflow to build and publish only the root
agentlaneartifacts.
Fixed
- Removed the trusted-publisher failure mode where addon package uploads could be rejected because the corresponding PyPI projects did not already exist.
- Updated the installation and release documentation to match the single-project publish flow.