Skip to content

v0.10.0

Choose a tag to compare

@agent-toolkit-owl agent-toolkit-owl released this 23 Dec 19:23
· 17 commits to main since this release

v0.10.0 (2025-12-23)

This release brings the routing components which can be found in the pre_llm group.

Dependency management has also been changed in that certain dependencies for certain components are now optional and must be installed in order to use the component. For example pip install agent-lifecycle-toolkit[refraction]. As a result, the base install for the library is much smaller, from 1.4gb to 600mb.

Bug Fixes

  • Add watsonx_url to test (#85, c44c150)

  • Change default schema_field to None in generate methods (#95, 10c48c5)

  • Change import in refraction readme (#94, a7f669d)

  • Change test to watsonx provider instead of openai (#94, a7f669d)

  • JSON Schema snippet generation for parameters - need to be without model_dump() (#95, 10c48c5)

  • Langgraph sparc examples (#94, a7f669d)

  • Linting issues - unnecessary imports (#94, a7f669d)

  • Refraction dependency - when installing altk without refraction sparc and toolguard cannot run as well (#94, a7f669d)

  • Ruff format (#94, a7f669d)

Documentation

Features

  • Add routing toolkit components (#87, a5ef913)

  • Fix dependencies issues, add new metric to sparc and improvements (#94, a7f669d)

  • SPARC improvements - addition of new metric (spec-free) and handling errors (#94, a7f669d)


Detailed Changes: v0.9.0...v0.10.0