Skip to content

v0.2.0

Compare
Choose a tag to compare
@whimo whimo released this 11 Sep 14:43
· 25 commits to main since this release
d022827

What's Changed

In v0.2, some breaking changes were introduced. Agents no more have a distinct output_handler argument. Output handlers are now regular tools with return_direct set to True. Multiple output handlers are supported.

Agents now have a force_output_handler argument, which will block direct output.

  • Unify output handlers and regular tools, improve exception management, major refactor by @whimo in #76