Skip to content

v0.5.0

Choose a tag to compare

@yasik yasik released this 13 Apr 21:21
· 160 commits to main since this release
b379037

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 agentlane distribution that bundles agentlane_braintrust, agentlane_litellm, and agentlane_openai.
  • Added agentlane[braintrust], agentlane[litellm], agentlane[openai], and agentlane[all] extras so optional integrations install from the root package.
  • Simplified the GitHub Actions PyPI workflow to build and publish only the root agentlane artifacts.

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.