Skip to content

v0.4.11

Choose a tag to compare

@github-actions github-actions released this 27 Aug 01:59
· 78 commits to main since this release
80bd0d2

Release Highlights

This patch release includes bug fixes, documentation improvements, and a new MCP package:

New Features

  • MCP Package: Added art.mcp package for Model Context Protocol integration

Bug Fixes

  • Fixed GraphQL dependency compatibility by pinning gql package to < 4
  • Fixed run_checks.sh script to succeed on macOS

Documentation & Examples

  • Updated notebook links and examples
  • Improved LangGraph integration documentation
  • Better documentation for wrap_rollout function

What's Changed

  • Add art.mcp package (#369)
  • Pin gql version to fix compatibility (#372)
  • Allow run_checks.sh to succeed on mac (#370)
  • Update nb links (#371)
  • Properly document wrap_rollout (#368)
  • Update LangGraph docs (#367)
  • Link to LangGraph (#365)
  • Update LangGraph integration doc (#363)

Full Changelog: v0.4.9...v0.4.11